mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 18:58:00 -06:00
concentric - new superfast infill pattern
This commit is contained in:
parent
f3b689d4e0
commit
0ab1fd4c19
4 changed files with 59 additions and 2 deletions
|
@ -95,12 +95,12 @@ our $Options = {
|
|||
'fill_pattern' => {
|
||||
label => 'Fill pattern',
|
||||
type => 'select',
|
||||
values => [qw(rectilinear line hilbertcurve archimedeanchords octagramspiral)],
|
||||
values => [qw(rectilinear line concentric hilbertcurve archimedeanchords octagramspiral)],
|
||||
},
|
||||
'solid_fill_pattern' => {
|
||||
label => 'Solid fill pattern',
|
||||
type => 'select',
|
||||
values => [qw(rectilinear hilbertcurve archimedeanchords octagramspiral)],
|
||||
values => [qw(rectilinear concentric hilbertcurve archimedeanchords octagramspiral)],
|
||||
},
|
||||
'fill_density' => {
|
||||
label => 'Fill density',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue