New --retract-lift option to lift Z while doing travel moves. #25

This commit is contained in:
Alessandro Ranellucci 2011-11-07 15:58:47 +01:00
parent 71a44e253c
commit b4e268efad
5 changed files with 27 additions and 3 deletions

View file

@ -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',