mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02:00
Hide extruder offset settings for the primary extruder
This commit is contained in:
@@ -605,10 +605,10 @@ sub _build_extruder_pages {
|
|||||||
title => 'Size',
|
title => 'Size',
|
||||||
options => ['nozzle_diameter#' . $extruder_idx],
|
options => ['nozzle_diameter#' . $extruder_idx],
|
||||||
},
|
},
|
||||||
{
|
($extruder_idx > 0) ? {
|
||||||
title => 'Position (for multi-extruder printers)',
|
title => 'Position (relative to the primary extruder)',
|
||||||
options => ['extruder_offset#' . $extruder_idx],
|
options => ['extruder_offset#' . $extruder_idx],
|
||||||
},
|
} : (),
|
||||||
{
|
{
|
||||||
title => 'Retraction',
|
title => 'Retraction',
|
||||||
options => [
|
options => [
|
||||||
|
|||||||
Reference in New Issue
Block a user