New option to disable overhang flow

This commit is contained in:
Alessandro Ranellucci 2013-07-05 22:12:58 +02:00
parent 282c751b0f
commit f8ae8d3e8d
4 changed files with 12 additions and 2 deletions

View file

@ -594,6 +594,13 @@ our $Options = {
type => 'bool',
default => 1,
},
'adjust_overhang_flow' => {
label => 'Adjust overhang flow',
tooltip => 'Experimental option to adjust flow for overhangs (bridge flow will be used).',
cli => 'adjust-overhang-flow!',
type => 'bool',
default => 1,
},
'avoid_crossing_perimeters' => {
label => '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.',