Follow up e2475c9576 = code refactoring

This commit is contained in:
YuSanka
2021-10-25 16:55:02 +02:00
parent 7a0f5a743b
commit a979af99af
2 changed files with 2 additions and 1 deletions

View File

@@ -160,7 +160,7 @@ void ConfigManipulation::update_print_fff_config(DynamicPrintConfig* config, con
apply(config, &new_conf);
}
static bool support_material_overhangs_queried = set_support_material_overhangs_queried;
support_material_overhangs_queried = set_support_material_overhangs_queried;
if (config->opt_bool("support_material")) {
// Ask only once.