ENH: do not reslice if only notes changes

jira: NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Ibcb33b981af691c1521041251df9e1c158d26e0c
(cherry picked from commit 43531ed01e7dfa28a649227471cf283a33b38959)
This commit is contained in:
xun.zhang 2025-05-07 21:39:59 +08:00 committed by Noisyfox
parent ce81f03b6d
commit 3064da3ed7

View file

@ -220,7 +220,10 @@ bool Print::invalidate_state_by_config_options(const ConfigOptionResolver & /* n
"filament_long_retractions_when_cut",
"filament_retraction_distances_when_cut",
"grab_length",
"bed_temperature_formula"
"bed_temperature_formula",
"filament_notes",
"process_notes",
"printer_notes"
};
static std::unordered_set<std::string> steps_ignore;