1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-13 08:24:27 +00:00

Code to load SVG icons into the BitmapCache class.

This commit is contained in:
bubnikv
2019-04-04 09:20:11 +02:00
parent 43ce5accc2
commit a36bdefda5
6 changed files with 113 additions and 36 deletions
+1 -1
View File
@@ -1446,7 +1446,7 @@ void TabFilament::build()
line.append_option(optgroup->get_option("bed_temperature"));
optgroup->append_line(line);
page = add_options_page(_(L("Cooling")), "hourglass.png");
page = add_options_page(_(L("Cooling")), "cooling");
optgroup = page->new_optgroup(_(L("Enable")));
optgroup->append_single_option_line("fan_always_on");
optgroup->append_single_option_line("cooling");