mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-17 11:47:54 -06:00
Changed default retraction speed to 30mm/s. #115
This commit is contained in:
parent
ca5dfc05e7
commit
efbcbc5bbf
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ END
|
||||||
# retraction options
|
# retraction options
|
||||||
our $retract_length = 1; # mm
|
our $retract_length = 1; # mm
|
||||||
our $retract_restart_extra = 0; # mm
|
our $retract_restart_extra = 0; # mm
|
||||||
our $retract_speed = 40; # mm/sec
|
our $retract_speed = 30; # mm/sec
|
||||||
our $retract_before_travel = 2; # mm
|
our $retract_before_travel = 2; # mm
|
||||||
our $retract_lift = 0; # mm
|
our $retract_lift = 0; # mm
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue