Implemented dynamic fan control. Cooling buffer does not yet relfect that

This commit is contained in:
Pavel Mikus 2023-02-22 18:59:54 +01:00 committed by Pavel Mikuš
parent 278f633a3d
commit 10d04529d6
8 changed files with 151 additions and 76 deletions

View file

@ -66,6 +66,11 @@ bool Print::invalidate_state_by_config_options(const ConfigOptionResolver & /* n
"between_objects_gcode",
"bridge_acceleration",
"bridge_fan_speed",
"enable_dynamic_fan_speeds",
"overhang_fan_speed_0",
"overhang_fan_speed_1",
"overhang_fan_speed_2",
"overhang_fan_speed_3",
"colorprint_heights",
"cooling",
"default_acceleration",