mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-12 22:21:48 +08:00
Follow up e2475c95768378e06e2ed8c3863a7fcdd8cdfc35 = code refactoring
This commit is contained in:
parent
0836fbb453
commit
0c29eb9943
@ -160,7 +160,7 @@ void ConfigManipulation::update_print_fff_config(DynamicPrintConfig* config, con
|
|||||||
apply(config, &new_conf);
|
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")) {
|
if (config->opt_bool("support_material")) {
|
||||||
// Ask only once.
|
// Ask only once.
|
||||||
|
@ -20,6 +20,7 @@ namespace GUI {
|
|||||||
class ConfigManipulation
|
class ConfigManipulation
|
||||||
{
|
{
|
||||||
bool is_msg_dlg_already_exist{ false };
|
bool is_msg_dlg_already_exist{ false };
|
||||||
|
bool support_material_overhangs_queried{ false };
|
||||||
|
|
||||||
// function to loading of changed configuration
|
// function to loading of changed configuration
|
||||||
std::function<void()> load_config = nullptr;
|
std::function<void()> load_config = nullptr;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user