~ubuntu-branches/ubuntu/utopic/slic3r/utopic-proposed

« back to all changes in this revision

Viewing changes to xs/src/PrintConfig.hpp

  • Committer: Package Import Robot
  • Author(s): Alessandro Ranellucci
  • Date: 2014-08-06 11:18:02 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20140806111802-8v6iez93cj6skz5l
Tags: 1.1.7+dfsg-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
        t_optiondef_map Options;
72
72
        
73
73
        Options["avoid_crossing_perimeters"].type = coBool;
74
 
        Options["avoid_crossing_perimeters"].label = "Avoid crossing perimeters";
 
74
        Options["avoid_crossing_perimeters"].label = "Avoid crossing perimeters (slow)";
75
75
        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.";
76
76
        Options["avoid_crossing_perimeters"].cli = "avoid-crossing-perimeters!";
77
77