mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
New option for support material pattern spacing; also, fixes and speedups to the overhang detection
This commit is contained in:
parent
36753d85b7
commit
a6dca1d82a
6 changed files with 27 additions and 30 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue