Automatic detection of support material threshold angle

This commit is contained in:
Alessandro Ranellucci 2013-01-02 19:40:48 +01:00
parent cbd298bc36
commit 34e047205a
4 changed files with 12 additions and 6 deletions

View file

@ -536,11 +536,11 @@ our $Options = {
},
'support_material_threshold' => {
label => 'Overhang threshold',
tooltip => 'Support material will not generated for overhangs whose slope angle is above the given threshold.',
tooltip => 'Support material will not generated for overhangs whose slope angle is above the given threshold. Set to zero for automatic detection.',
sidetext => '°',
cli => 'support-material-threshold=i',
type => 'i',
default => 45,
default => 0,
},
'support_material_pattern' => {
label => 'Pattern',