mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 02:37:51 -06:00
Partial work for implementing a standby temperature option
This commit is contained in:
parent
4fe0675380
commit
991bc8ae3d
2 changed files with 23 additions and 0 deletions
|
@ -528,6 +528,10 @@ sub build {
|
|||
title => 'Extruders',
|
||||
options => [qw(perimeter_extruder infill_extruder support_material_extruder support_material_interface_extruder)],
|
||||
},
|
||||
{
|
||||
title => 'Standby Temperature',
|
||||
options => [qw(standby_temperature standby_temperature_delta)],
|
||||
},
|
||||
]);
|
||||
|
||||
$self->add_options_page('Advanced', 'wrench.png', optgroups => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue