From cf6f30325612da2576490b2457c1a6a991fc1044 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Sun, 19 Feb 2012 12:08:08 +0100 Subject: [PATCH] Add checkbox for support material in the GUI --- 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 c33b361914..abd437ceab 100644 --- a/lib/Slic3r/GUI/SkeinPanel.pm +++ b/lib/Slic3r/GUI/SkeinPanel.pm @@ -45,7 +45,7 @@ sub new { }, print => { title => 'Print settings', - options => [qw(perimeters solid_layers fill_density fill_angle fill_pattern solid_fill_pattern)], + options => [qw(perimeters solid_layers fill_density fill_angle fill_pattern solid_fill_pattern support_material)], }, retract => { title => 'Retraction',