mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-05 04:54:08 -06:00
New option to define the overhang threshold angle for support material generation
This commit is contained in:
parent
07daefeddb
commit
36753d85b7
6 changed files with 21 additions and 9 deletions
|
@ -284,6 +284,11 @@ our $Options = {
|
|||
cli => 'support-material!',
|
||||
type => 'bool',
|
||||
},
|
||||
'support_material_threshold' => {
|
||||
label => 'Overhang threshold (°)',
|
||||
cli => 'support-material-threshold=i',
|
||||
type => 'i',
|
||||
},
|
||||
'support_material_pattern' => {
|
||||
label => 'Pattern',
|
||||
cli => 'support-material-pattern=s',
|
||||
|
@ -292,7 +297,7 @@ our $Options = {
|
|||
labels => [qw(rectilinear honeycomb)],
|
||||
},
|
||||
'support_material_angle' => {
|
||||
label => 'Angle (°)',
|
||||
label => 'Pattern angle (°)',
|
||||
cli => 'support-material-angle=i',
|
||||
type => 'i',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue