mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 21:27:52 -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
|
@ -116,6 +116,10 @@ our $Options = {
|
|||
label => 'Minimum travel after retraction (mm)',
|
||||
type => 'f',
|
||||
},
|
||||
'retract_lift' => {
|
||||
label => 'Lift Z (mm)',
|
||||
type => 'f',
|
||||
},
|
||||
|
||||
# skirt options
|
||||
'skirts' => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue