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:
authorAlessandro Ranellucci <aar@cpan.org>2014-08-03 18:02:18 +0400
committerAlessandro Ranellucci <aar@cpan.org>2014-08-03 18:02:18 +0400
commit35f7224001edb2a5606bf2f1aa7f78cdfe327265 (patch)
tree89f8b4552a04a1e3e4e03b9d565d84bdfe5ea6a6
parentd58855adc88fddc821d1b3b7f48e62f39cee3f15 (diff)
Mark Avoid crossing perimeters as slow in 1.1.x
-rw-r--r--xs/src/PrintConfig.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs/src/PrintConfig.hpp b/xs/src/PrintConfig.hpp
index 0aef25c09..e709a9fc3 100644
--- a/xs/src/PrintConfig.hpp
+++ b/xs/src/PrintConfig.hpp
@@ -71,7 +71,7 @@ class PrintConfigDef
t_optiondef_map Options;
Options["avoid_crossing_perimeters"].type = coBool;
- Options["avoid_crossing_perimeters"].label = "Avoid crossing perimeters";
+ Options["avoid_crossing_perimeters"].label = "Avoid crossing perimeters (slow)";
Options["avoid_crossing_perimeters"].tooltip = "Optimize travel moves in order to minimize the crossing of perimeters. This is mostly useful with Bowden extruders which suffer from oozing. This feature slows down both the print and the G-code generation.";
Options["avoid_crossing_perimeters"].cli = "avoid-crossing-perimeters!";