Move retraction settings to a temporary page until we merge the per-extruder-retraction-settings branch

degen-loop-screen
Alessandro Ranellucci 2012-08-07 21:11:58 +02:00
parent 640c07a233
commit a2c28fd6da
1 changed files with 7 additions and 4 deletions

View File

@ -557,6 +557,13 @@ sub build {
},
]);
$self->add_options_page('Retraction', 'arrow_up.png', optgroups => [
{
title => 'Retraction',
options => [qw(retract_length retract_lift retract_speed retract_restart_extra retract_before_travel)],
},
]);
$self->add_options_page('Custom G-code', 'cog.png', optgroups => [
{
title => 'Start G-code',
@ -604,10 +611,6 @@ sub _build_extruder_pages {
title => 'Size',
options => ['nozzle_diameter#' . $extruder_idx],
},
{
title => 'Retraction',
options => [qw(retract_length retract_lift retract_speed retract_restart_extra retract_before_travel)],
},
]);
$self->{extruder_pages}[$extruder_idx]{disabled} = 0;
}