From 4962d310bf6d85a3d12b09a09b54fcb9f14c7e2a Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Mon, 30 Apr 2012 23:30:06 +0200 Subject: [PATCH] Stick the duplicate distance setting somewhere randomly, waiting for better place and naming --- lib/Slic3r/GUI/SkeinPanel.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Slic3r/GUI/SkeinPanel.pm b/lib/Slic3r/GUI/SkeinPanel.pm index f43312401..ed1c67f2b 100644 --- a/lib/Slic3r/GUI/SkeinPanel.pm +++ b/lib/Slic3r/GUI/SkeinPanel.pm @@ -69,7 +69,7 @@ sub new { }, output => { title => 'Output', - options => [qw(output_filename_format)], + options => [qw(output_filename_format duplicate_distance)], }, notes => { title => 'Notes',