mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 18:27:58 -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
|
@ -37,7 +37,7 @@ sub new {
|
|||
),
|
||||
retract => Slic3r::GUI::OptionsGroup->new($self,
|
||||
title => 'Retraction',
|
||||
options => [qw(retract_length retract_speed retract_restart_extra retract_before_travel)],
|
||||
options => [qw(retract_length retract_lift retract_speed retract_restart_extra retract_before_travel)],
|
||||
),
|
||||
skirt => Slic3r::GUI::OptionsGroup->new($self,
|
||||
title => 'Skirt',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue