Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/xs
diff options
context:
space:
mode:
authorVojtech Bubnik <bubnikv@gmail.com>2021-02-18 12:16:48 +0300
committerVojtech Bubnik <bubnikv@gmail.com>2021-02-18 12:16:56 +0300
commit31bc52a5cbbbd83b266da78f1afe1a460a277e99 (patch)
treecea4e1a6579748f01ad940ef59431c4d37c4ca3e /xs
parent669e8d573c03939ce0e472ecdf82f1701974f289 (diff)
Fix of Perl integration after cooling buffer rework
Diffstat (limited to 'xs')
-rw-r--r--xs/xsp/GCode.xsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs/xsp/GCode.xsp b/xs/xsp/GCode.xsp
index 4545984bb..34e58afc7 100644
--- a/xs/xsp/GCode.xsp
+++ b/xs/xsp/GCode.xsp
@@ -11,7 +11,7 @@
%code{% RETVAL = new CoolingBuffer(*gcode); %};
~CoolingBuffer();
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, bool fush = true);
};
%name{Slic3r::GCode} class GCode {