mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
New option for support material pattern spacing; also, fixes and speedups to the overhang detection
This commit is contained in:
@@ -296,6 +296,11 @@ our $Options = {
|
||||
values => [qw(rectilinear honeycomb)],
|
||||
labels => [qw(rectilinear honeycomb)],
|
||||
},
|
||||
'support_material_spacing' => {
|
||||
label => 'Pattern spacing (mm)',
|
||||
cli => 'support-material-spacing=f',
|
||||
type => 'f',
|
||||
},
|
||||
'support_material_angle' => {
|
||||
label => 'Pattern angle (°)',
|
||||
cli => 'support-material-angle=i',
|
||||
|
||||
Reference in New Issue
Block a user