mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-03-04 09:34:46 -07: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:
parent
ce81f03b6d
commit
3064da3ed7
1 changed files with 4 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue