mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-28 15:43:16 +08:00
ENH: do not reslice if only notes changes
jira: NONE Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: Ibcb33b981af691c1521041251df9e1c158d26e0c
This commit is contained in:
parent
476c17819f
commit
43531ed01e
@ -200,7 +200,10 @@ bool Print::invalidate_state_by_config_options(const ConfigOptionResolver & /* n
|
|||||||
"filament_long_retractions_when_cut",
|
"filament_long_retractions_when_cut",
|
||||||
"filament_retraction_distances_when_cut",
|
"filament_retraction_distances_when_cut",
|
||||||
"grab_length",
|
"grab_length",
|
||||||
"bed_temperature_formula"
|
"bed_temperature_formula",
|
||||||
|
"filament_notes",
|
||||||
|
"process_notes",
|
||||||
|
"printer_notes"
|
||||||
};
|
};
|
||||||
|
|
||||||
static std::unordered_set<std::string> steps_ignore;
|
static std::unordered_set<std::string> steps_ignore;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user