1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

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
-5
View File
@@ -172,11 +172,6 @@ sub build {
},
],
);
$self->append_optgroup(
title => 'Cooling',
options => [qw(cooling)],
);
}
package Slic3r::GUI::SimpleTab::Printer;