mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-15 00:16:04 +08:00
Cooling buffer - fix of Perl bindings
This commit is contained in:
parent
31bc52a5cb
commit
ce8986348c
@ -11,7 +11,11 @@
|
||||
%code{% RETVAL = new CoolingBuffer(*gcode); %};
|
||||
~CoolingBuffer();
|
||||
Ref<GCode> gcodegen();
|
||||
std::string process_layer(std::string gcode, size_t layer_id, bool fush = true);
|
||||
void process_layer(std::string gcode, size_t layer_id)
|
||||
%code{%
|
||||
THIS->process_layer(std::move(gcode), layer_id);
|
||||
%};
|
||||
|
||||
};
|
||||
|
||||
%name{Slic3r::GCode} class GCode {
|
||||
|
Loading…
x
Reference in New Issue
Block a user