Skip to content

Commit

Permalink
Mark Avoid crossing perimeters as slow in 1.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
alranel committed Aug 3, 2014
1 parent d58855a commit 35f7224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xs/src/PrintConfig.hpp
Expand Up @@ -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!";

Expand Down

0 comments on commit 35f7224

Please sign in to comment.