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
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2017-07-17 10:07:18 +0300
committerbubnikv <bubnikv@gmail.com>2017-07-17 10:07:18 +0300
commit2c82a327dd9e5270cf0f3a976360c8ec99ed3452 (patch)
tree2bfe6a40b0b4e878720043861065bbce74882e01 /xs/src/libslic3r/Print.hpp
parented73f0b6efdca99a6bbf0d13b0d7b88e4d831d6d (diff)
Fix of "Wipe Tower ... only supported ... .4 nozzle" error when slicingversion_1.36.0
a non .4mm nozzle single extruder (Stock MK2S) print https://github.com/prusa3d/Slic3r/issues/426 The constraint for the "Wipe Tower" checkbox has been raised, so one will get this error message only if the printer settings has more than one extruder configured, as the wipe tower does not get generated for a single extruder print.
Diffstat (limited to 'xs/src/libslic3r/Print.hpp')
-rw-r--r--xs/src/libslic3r/Print.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs/src/libslic3r/Print.hpp b/xs/src/libslic3r/Print.hpp
index 3492a74fd..a5cab89ee 100644
--- a/xs/src/libslic3r/Print.hpp
+++ b/xs/src/libslic3r/Print.hpp
@@ -280,7 +280,7 @@ public:
void _make_brim();
// Wipe tower support.
- bool has_wipe_tower();
+ bool has_wipe_tower() const;
void _clear_wipe_tower();
void _make_wipe_tower();
// Tool ordering of a non-sequential print has to be known to calculate the wipe tower.