mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 15:44:12 -06:00
Set honeycomb as default fill pattern, as it works better at low layer heights and makes stronger parts
This commit is contained in:
parent
c999d0c44f
commit
700fee14aa
1 changed files with 1 additions and 1 deletions
|
@ -523,7 +523,7 @@ our $Options = {
|
||||||
type => 'select',
|
type => 'select',
|
||||||
values => [qw(rectilinear line concentric honeycomb hilbertcurve archimedeanchords octagramspiral)],
|
values => [qw(rectilinear line concentric honeycomb hilbertcurve archimedeanchords octagramspiral)],
|
||||||
labels => [qw(rectilinear line concentric honeycomb), 'hilbertcurve (slow)', 'archimedeanchords (slow)', 'octagramspiral (slow)'],
|
labels => [qw(rectilinear line concentric honeycomb), 'hilbertcurve (slow)', 'archimedeanchords (slow)', 'octagramspiral (slow)'],
|
||||||
default => 'rectilinear',
|
default => 'honeycomb',
|
||||||
},
|
},
|
||||||
'solid_fill_pattern' => {
|
'solid_fill_pattern' => {
|
||||||
label => 'Top/bottom fill pattern',
|
label => 'Top/bottom fill pattern',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue