mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 07:03:59 -06:00
Renamed "filament packing density" to "extrusion multiplier". Same values. #4
This commit is contained in:
parent
3c0ea0b57f
commit
25c85aada5
5 changed files with 11 additions and 9 deletions
|
@ -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)',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue