mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 22:54:08 -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
|
@ -43,7 +43,7 @@ our $g0 = 0;
|
|||
|
||||
# filament options
|
||||
our $filament_diameter = 3; # mm
|
||||
our $filament_packing_density = 1;
|
||||
our $extrusion_multiplier = 1;
|
||||
our $temperature = 200;
|
||||
|
||||
# speed options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue