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

The perl binding is killing Vojtech

This commit is contained in:
Vojtech Bubnik
2021-02-18 11:47:06 +01:00
parent b03c318ed7
commit 65f5ac4f8a
+1 -3
View File
@@ -12,9 +12,7 @@
~CoolingBuffer(); ~CoolingBuffer();
Ref<GCode> gcodegen(); Ref<GCode> gcodegen();
std::string process_layer(std::string gcode, size_t layer_id) std::string process_layer(std::string gcode, size_t layer_id)
%code{% %code{% RETVAL = THIS->process_layer(std::move(gcode), layer_id, true); %};
return THIS->process_layer(std::move(gcode), layer_id, true);
%};
}; };