mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 02:37:51 -06:00
New option for forcing the generation of interface shells. #1847
This commit is contained in:
parent
6feff7fe53
commit
432a87e73d
10 changed files with 72 additions and 19 deletions
|
@ -538,6 +538,10 @@ sub build {
|
|||
title => 'Ooze prevention',
|
||||
options => [qw(ooze_prevention standby_temperature_delta)],
|
||||
},
|
||||
{
|
||||
title => 'Advanced',
|
||||
options => [qw(interface_shells)],
|
||||
},
|
||||
]);
|
||||
|
||||
$self->add_options_page('Advanced', 'wrench.png', optgroups => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue