Remove cooling checkbox from simple mode

This commit is contained in:
Alessandro Ranellucci 2013-03-24 21:28:16 +01:00
parent 6bc5de0b5d
commit 4cb36fcbe2

View File

@ -172,11 +172,6 @@ sub build {
},
],
);
$self->append_optgroup(
title => 'Cooling',
options => [qw(cooling)],
);
}
package Slic3r::GUI::SimpleTab::Printer;