New toolchange_gcode option. #547

This commit is contained in:
Alessandro Ranellucci 2012-12-23 16:29:08 +01:00
parent db754dca4d
commit e59ed7efb7
5 changed files with 28 additions and 1 deletions

View file

@ -656,6 +656,11 @@ sub build {
no_labels => 1,
options => [qw(layer_gcode)],
},
{
title => 'Tool change G-code',
no_labels => 1,
options => [qw(toolchange_gcode)],
},
]);
$self->{extruder_pages} = [];