mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 10:17:55 -06:00
Finally the Perl binding fix arrived!
This commit is contained in:
parent
ce8986348c
commit
0b45b312f9
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
Ref<GCode> gcodegen();
|
||||
void process_layer(std::string gcode, size_t layer_id)
|
||||
%code{%
|
||||
THIS->process_layer(std::move(gcode), layer_id);
|
||||
THIS->process_layer(std::move(gcode), layer_id, true);
|
||||
%};
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue