Fix of Perl integration after cooling buffer rework

This commit is contained in:
Vojtech Bubnik 2021-02-18 10:16:48 +01:00
parent 669e8d573c
commit 31bc52a5cb

View File

@ -11,7 +11,7 @@
%code{% RETVAL = new CoolingBuffer(*gcode); %}; %code{% RETVAL = new CoolingBuffer(*gcode); %};
~CoolingBuffer(); ~CoolingBuffer();
Ref<GCode> gcodegen(); Ref<GCode> gcodegen();
std::string process_layer(std::string gcode, size_t layer_id); std::string process_layer(std::string gcode, size_t layer_id, bool fush = true);
}; };
%name{Slic3r::GCode} class GCode { %name{Slic3r::GCode} class GCode {