mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Automatic detection of support material threshold angle
This commit is contained in:
parent
cbd298bc36
commit
34e047205a
4 changed files with 12 additions and 6 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue