mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
SLA: Invalidate all PrintObjects if the scaling correction changes.
Fixes a bug, where the sla_transofmation() function works with the new scaling values for both old and new ModelObjects, therefore no reslicing is triggered. (untested)
This commit is contained in:
parent
f0d106e5f0
commit
f554d02665
2 changed files with 8 additions and 6 deletions
|
@ -459,7 +459,7 @@ private:
|
|||
bool invalidate_step(SLAPrintStep st);
|
||||
|
||||
// Invalidate steps based on a set of parameters changed.
|
||||
bool invalidate_state_by_config_options(const std::vector<t_config_option_key> &opt_keys);
|
||||
bool invalidate_state_by_config_options(const std::vector<t_config_option_key> &opt_keys, bool &invalidate_all_model_objects);
|
||||
|
||||
SLAPrintConfig m_print_config;
|
||||
SLAPrinterConfig m_printer_config;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue