mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
New --retract-lift option to lift Z while doing travel moves. #25
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user