mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-12 21:29:00 +08:00
Added Printer and Filament notes to things to avoid invalidating.
This commit is contained in:
parent
1d6170bcf8
commit
e2b3d25edf
@ -197,6 +197,7 @@ Print::invalidate_state_by_config(const PrintConfigBase &config)
|
||||
|| opt_key == "fan_below_layer_time"
|
||||
|| opt_key == "filament_colour"
|
||||
|| opt_key == "filament_diameter"
|
||||
|| opt_key == "filament_notes"
|
||||
|| opt_key == "first_layer_acceleration"
|
||||
|| opt_key == "first_layer_bed_temperature"
|
||||
|| opt_key == "first_layer_speed"
|
||||
@ -216,6 +217,7 @@ Print::invalidate_state_by_config(const PrintConfigBase &config)
|
||||
|| opt_key == "perimeter_acceleration"
|
||||
|| opt_key == "post_process"
|
||||
|| opt_key == "pressure_advance"
|
||||
|| opt_key == "printer_notes"
|
||||
|| opt_key == "retract_before_travel"
|
||||
|| opt_key == "retract_layer_change"
|
||||
|| opt_key == "retract_length"
|
||||
|
Loading…
x
Reference in New Issue
Block a user