mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 11:02:08 +00:00
New option to define the overhang threshold angle for support material generation
This commit is contained in:
@@ -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',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user