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:
xun.zhang 2025-05-07 21:39:59 +08:00 committed by lane.wei
parent 476c17819f
commit 43531ed01e

View File

@ -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;