mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 14:44:19 -06:00
Moved Temperature under filament options
This commit is contained in:
parent
84abd41cf4
commit
332d55f854
3 changed files with 10 additions and 9 deletions
|
@ -21,7 +21,7 @@ sub new {
|
|||
),
|
||||
filament => Slic3r::GUI::OptionsGroup->new($self,
|
||||
title => 'Filament',
|
||||
options => [qw(filament_diameter filament_packing_density)],
|
||||
options => [qw(filament_diameter filament_packing_density temperature)],
|
||||
),
|
||||
speed => Slic3r::GUI::OptionsGroup->new($self,
|
||||
title => 'Speed',
|
||||
|
@ -33,7 +33,7 @@ sub new {
|
|||
),
|
||||
print => Slic3r::GUI::OptionsGroup->new($self,
|
||||
title => 'Print settings',
|
||||
options => [qw(perimeter_offsets solid_layers fill_density fill_angle temperature)],
|
||||
options => [qw(perimeter_offsets solid_layers fill_density fill_angle)],
|
||||
),
|
||||
retract => Slic3r::GUI::OptionsGroup->new($self,
|
||||
title => 'Retraction',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue