mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-26 02:30:29 -07: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