From 713d87b4c63cc131bb0ab3b62c948d5ad4834697 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Wed, 8 Aug 2012 22:14:05 +0200 Subject: [PATCH] Hide extruder offset settings for the primary extruder --- lib/Slic3r/GUI/Tab.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Slic3r/GUI/Tab.pm b/lib/Slic3r/GUI/Tab.pm index ca664e8efe..fe08f1003a 100644 --- a/lib/Slic3r/GUI/Tab.pm +++ b/lib/Slic3r/GUI/Tab.pm @@ -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 => [