mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +00:00
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:
@@ -220,7 +220,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;
|
||||||
|
|||||||
Reference in New Issue
Block a user