mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Moved Temperature under filament options
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user