mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 18:27:58 -06:00
Options on command line now override config. Also, "feed rate" was renamed to "speed" everywhere. #77
This commit is contained in:
parent
2a02d26ca5
commit
e99c9f9e5f
6 changed files with 120 additions and 112 deletions
|
@ -48,11 +48,11 @@ our $extrusion_multiplier = 1;
|
|||
our $temperature = 200;
|
||||
|
||||
# speed options
|
||||
our $travel_feed_rate = 130; # mm/sec
|
||||
our $perimeter_feed_rate = 30; # mm/sec
|
||||
our $infill_feed_rate = 60; # mm/sec
|
||||
our $solid_infill_feed_rate = 60; # mm/sec
|
||||
our $bridge_feed_rate = 60; # mm/sec
|
||||
our $travel_speed = 130; # mm/sec
|
||||
our $perimeter_speed = 30; # mm/sec
|
||||
our $infill_speed = 60; # mm/sec
|
||||
our $solid_infill_speed = 60; # mm/sec
|
||||
our $bridge_speed = 60; # mm/sec
|
||||
our $bottom_layer_speed_ratio = 0.3;
|
||||
|
||||
# accuracy options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue