mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Finally the Perl binding fix arrived!
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
Ref<GCode> gcodegen();
|
Ref<GCode> gcodegen();
|
||||||
void process_layer(std::string gcode, size_t layer_id)
|
void process_layer(std::string gcode, size_t layer_id)
|
||||||
%code{%
|
%code{%
|
||||||
THIS->process_layer(std::move(gcode), layer_id);
|
THIS->process_layer(std::move(gcode), layer_id, true);
|
||||||
%};
|
%};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user