mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-06-07 04:20:15 -07: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