mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 11:02:08 +00:00
Renamed "filament packing density" to "extrusion multiplier". Same values. #4
This commit is contained in:
@@ -36,9 +36,10 @@ our $Options = {
|
||||
label => 'Diameter (mm)',
|
||||
type => 'f',
|
||||
},
|
||||
'filament_packing_density' => {
|
||||
label => 'Packing density',
|
||||
'extrusion_multiplier' => {
|
||||
label => 'Extrusion multiplier',
|
||||
type => 'f',
|
||||
aliases => [qw(filament_packing_density)],
|
||||
},
|
||||
'temperature' => {
|
||||
label => 'Temperature (°C)',
|
||||
|
||||
Reference in New Issue
Block a user