mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-13 12:09:03 +08:00
Fixing the Perl bindings for the last time
This commit is contained in:
parent
0b45b312f9
commit
b03c318ed7
@ -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);
|
||||
%};
|
||||
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user