mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Fix of Perl integration after cooling buffer rework
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
%code{% RETVAL = new CoolingBuffer(*gcode); %};
|
||||
~CoolingBuffer();
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user