mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 01:37:53 -06:00
Customizable number of interface layers for support material and raft
This commit is contained in:
parent
acada05068
commit
9222526e03
7 changed files with 133 additions and 57 deletions
|
@ -454,12 +454,17 @@ sub build {
|
|||
$self->add_options_page('Support material', 'building.png', optgroups => [
|
||||
{
|
||||
title => 'Support material',
|
||||
options => [qw(support_material support_material_threshold support_material_pattern support_material_spacing support_material_angle)],
|
||||
options => [qw(support_material support_material_threshold)],
|
||||
},
|
||||
{
|
||||
title => 'Raft',
|
||||
options => [qw(raft_layers)],
|
||||
},
|
||||
{
|
||||
title => 'Options for support material and raft',
|
||||
options => [qw(support_material_pattern support_material_spacing support_material_angle
|
||||
support_material_interface_layers support_material_interface_spacing)],
|
||||
},
|
||||
]);
|
||||
|
||||
$self->add_options_page('Notes', 'note.png', optgroups => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue