mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Fixing the Perl bindings for the last time
This commit is contained in:
@@ -11,9 +11,9 @@
|
||||
%code{% RETVAL = new CoolingBuffer(*gcode); %};
|
||||
~CoolingBuffer();
|
||||
Ref<GCode> gcodegen();
|
||||
void process_layer(std::string gcode, size_t layer_id)
|
||||
std::string process_layer(std::string gcode, size_t layer_id)
|
||||
%code{%
|
||||
THIS->process_layer(std::move(gcode), layer_id, true);
|
||||
return THIS->process_layer(std::move(gcode), layer_id, true);
|
||||
%};
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user