1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Finally the Perl binding fix arrived!

This commit is contained in:
Vojtech Bubnik
2021-02-18 10:39:46 +01:00
parent ce8986348c
commit 0b45b312f9
+1 -1
View File
@@ -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);
%};
};