mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-05 23:05:10 +08:00
Hide extruder offset settings for the primary extruder
This commit is contained in:
parent
9ca21c835c
commit
713d87b4c6
@ -605,10 +605,10 @@ sub _build_extruder_pages {
|
||||
title => 'Size',
|
||||
options => ['nozzle_diameter#' . $extruder_idx],
|
||||
},
|
||||
{
|
||||
title => 'Position (for multi-extruder printers)',
|
||||
($extruder_idx > 0) ? {
|
||||
title => 'Position (relative to the primary extruder)',
|
||||
options => ['extruder_offset#' . $extruder_idx],
|
||||
},
|
||||
} : (),
|
||||
{
|
||||
title => 'Retraction',
|
||||
options => [
|
||||
|
Loading…
x
Reference in New Issue
Block a user