From db8bb8c3d86fa51fab0ff88c55b39da6c8d84d02 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Thu, 9 Aug 2012 00:51:53 +0200 Subject: [PATCH] Revert "Hide extruder offset settings for the primary extruder" This reverts commit 713d87b4c63cc131bb0ab3b62c948d5ad4834697. --- 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 23159a56d3..bf5a52f00a 100644 --- a/lib/Slic3r/GUI/Tab.pm +++ b/lib/Slic3r/GUI/Tab.pm @@ -607,10 +607,10 @@ sub _build_extruder_pages { title => 'Size', options => ['nozzle_diameter#' . $extruder_idx], }, - ($extruder_idx > 0) ? { - title => 'Position (relative to the primary extruder)', + { + title => 'Position (for multi-extruder printers)', options => ['extruder_offset#' . $extruder_idx], - } : (), + }, { title => 'Retraction', options => [