Finally the Perl binding fix arrived!

This commit is contained in:
Vojtech Bubnik
2021-02-18 10:39:46 +01:00
parent 8f3b3410ba
commit 37405ef838

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);
%};
};