mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 20:28:08 -06:00
New raft_layers option. #123
This commit is contained in:
parent
a016a06fa6
commit
177f1a9bf0
6 changed files with 28 additions and 7 deletions
|
@ -456,6 +456,10 @@ sub build {
|
|||
title => 'Support material',
|
||||
options => [qw(support_material support_material_threshold support_material_pattern support_material_spacing support_material_angle)],
|
||||
},
|
||||
{
|
||||
title => 'Raft',
|
||||
options => [qw(raft_layers)],
|
||||
},
|
||||
]);
|
||||
|
||||
$self->add_options_page('Notes', 'note.png', optgroups => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue