mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 22:54:08 -06:00
New option to enforce support material on a given number of layers to improve adhesion of objects with poor footprint
This commit is contained in:
parent
c8100ed099
commit
8efe46e58d
6 changed files with 36 additions and 9 deletions
|
@ -454,7 +454,7 @@ sub build {
|
|||
$self->add_options_page('Support material', 'building.png', optgroups => [
|
||||
{
|
||||
title => 'Support material',
|
||||
options => [qw(support_material support_material_threshold)],
|
||||
options => [qw(support_material support_material_threshold support_material_enforce_layers)],
|
||||
},
|
||||
{
|
||||
title => 'Raft',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue