mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 14:44:19 -06:00
New --extruder-offset option
This commit is contained in:
parent
a2c28fd6da
commit
866b09f3f9
6 changed files with 24 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue