mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
New --extruder-offset option
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user