From 43531ed01e7dfa28a649227471cf283a33b38959 Mon Sep 17 00:00:00 2001 From: "xun.zhang" Date: Wed, 7 May 2025 21:39:59 +0800 Subject: [PATCH] ENH: do not reslice if only notes changes jira: NONE Signed-off-by: xun.zhang Change-Id: Ibcb33b981af691c1521041251df9e1c158d26e0c --- src/libslic3r/Print.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/libslic3r/Print.cpp b/src/libslic3r/Print.cpp index 5efdc7d61..86555a67a 100644 --- a/src/libslic3r/Print.cpp +++ b/src/libslic3r/Print.cpp @@ -200,7 +200,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 steps_ignore;