mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 11:02:08 +00:00
Add ability to have cross-hatched rectilinear support material. #509
This commit is contained in:
@@ -558,8 +558,8 @@ our $Options = {
|
||||
tooltip => 'Pattern used to generate support material.',
|
||||
cli => 'support-material-pattern=s',
|
||||
type => 'select',
|
||||
values => [qw(rectilinear honeycomb)],
|
||||
labels => [qw(rectilinear honeycomb)],
|
||||
values => [qw(rectilinear rectilinear-grid honeycomb)],
|
||||
labels => ['rectilinear', 'rectilinear grid', 'honeycomb'],
|
||||
default => 'rectilinear',
|
||||
},
|
||||
'support_material_spacing' => {
|
||||
|
||||
Reference in New Issue
Block a user