mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-26 06:54:28 +08:00
Revert "handle_legacy_sla() is moved into handle_legacy_composite()"
This reverts commit 1bc395cac25aa61b2ba6492fb3114675d57cc6e3.
This commit is contained in:
parent
0968ffee65
commit
ba00b27dcd
@ -334,7 +334,7 @@ void Preset::normalize(DynamicPrintConfig &config)
|
||||
first_layer_height->percent = false;
|
||||
}
|
||||
|
||||
// handle_legacy_sla(config); // it looks like the best place for call it, is handle_legacy_composite
|
||||
handle_legacy_sla(config);
|
||||
}
|
||||
|
||||
std::string Preset::remove_invalid_keys(DynamicPrintConfig &config, const DynamicPrintConfig &default_config)
|
||||
|
@ -5086,8 +5086,6 @@ void PrintConfigDef::handle_legacy_composite(DynamicPrintConfig &config)
|
||||
}
|
||||
config.set_key_value("wiping_volumes_use_custom_matrix", new ConfigOptionBool(custom));
|
||||
}
|
||||
|
||||
handle_legacy_sla(config);
|
||||
}
|
||||
|
||||
const PrintConfigDef print_config_def;
|
||||
|
Loading…
x
Reference in New Issue
Block a user