mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 05:07:51 -06:00
New --retract-lift option to lift Z while doing travel moves. #25
This commit is contained in:
parent
71a44e253c
commit
b4e268efad
5 changed files with 27 additions and 3 deletions
|
@ -75,6 +75,7 @@ our $retract_length = 1; # mm
|
|||
our $retract_restart_extra = 0; # mm
|
||||
our $retract_speed = 40; # mm/sec
|
||||
our $retract_before_travel = 2; # mm
|
||||
our $retract_lift = 0; # mm
|
||||
|
||||
# skirt options
|
||||
our $skirts = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue