mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Set honeycomb as default fill pattern, as it works better at low layer heights and makes stronger parts
This commit is contained in:
@@ -523,7 +523,7 @@ our $Options = {
|
||||
type => 'select',
|
||||
values => [qw(rectilinear line concentric honeycomb hilbertcurve archimedeanchords octagramspiral)],
|
||||
labels => [qw(rectilinear line concentric honeycomb), 'hilbertcurve (slow)', 'archimedeanchords (slow)', 'octagramspiral (slow)'],
|
||||
default => 'rectilinear',
|
||||
default => 'honeycomb',
|
||||
},
|
||||
'solid_fill_pattern' => {
|
||||
label => 'Top/bottom fill pattern',
|
||||
|
||||
Reference in New Issue
Block a user