mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 15:44:12 -06:00
Fixed build
This commit is contained in:
parent
d86d11cc8e
commit
a26e9c46b2
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ void GalleryDialog::load_label_icon_list()
|
||||||
model_path.replace_extension("png");
|
model_path.replace_extension("png");
|
||||||
std::string img_name = model_path.string();
|
std::string img_name = model_path.string();
|
||||||
|
|
||||||
#ifdef 0 // use "1" just in DEBUG mode to the generation of the thumbnails for the sistem shapes
|
#if 0 // use "1" just in DEBUG mode to the generation of the thumbnails for the sistem shapes
|
||||||
bool can_generate_thumbnail = true;
|
bool can_generate_thumbnail = true;
|
||||||
#else
|
#else
|
||||||
bool can_generate_thumbnail = !item.is_system;
|
bool can_generate_thumbnail = !item.is_system;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue