mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-31 16:22:02 +08:00
Changed default retraction speed to 30mm/s. #115
This commit is contained in:
parent
ca5dfc05e7
commit
efbcbc5bbf
@ -88,7 +88,7 @@ END
|
||||
# retraction options
|
||||
our $retract_length = 1; # 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_lift = 0; # mm
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user