New --extruder-offset option

This commit is contained in:
Alessandro Ranellucci 2012-08-07 21:39:45 +02:00
parent a2c28fd6da
commit 866b09f3f9
6 changed files with 24 additions and 5 deletions

View file

@ -611,6 +611,10 @@ sub _build_extruder_pages {
title => 'Size',
options => ['nozzle_diameter#' . $extruder_idx],
},
{
title => 'Position (for multi-extruder printers)',
options => ['extruder_offset#' . $extruder_idx],
},
]);
$self->{extruder_pages}[$extruder_idx]{disabled} = 0;
}