FIX: use extruder list to decide chamber temp

As title.Use the same way to decide exhaust fan.
Removes end print exhaust fan control.

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Ib848b04361dc1214eabe2819a6d120d9e0646689
(cherry picked from commit 02ef3a05141710172b1ec2cc45c1e3f9908c82a3)
This commit is contained in:
xun.zhang
2023-08-14 19:59:45 +08:00
committed by Lane.Wei
parent 977ae079c8
commit d724a3bd66
10 changed files with 44 additions and 112 deletions

View File

@@ -164,8 +164,6 @@ bool Print::invalidate_state_by_config_options(const ConfigOptionResolver & /* n
"use_relative_e_distances",
"activate_air_filtration",
"during_print_exhaust_fan_speed",
"end_print_exhaust_fan_speed",
"end_print_exhaust_fan_time",
"complete_print_exhaust_fan_speed"
};
@@ -203,7 +201,6 @@ bool Print::invalidate_state_by_config_options(const ConfigOptionResolver & /* n
osteps.emplace_back(posSlice);
} else if (
opt_key == "print_sequence"
|| opt_key == "chamber_temperatures"
|| opt_key == "filament_type"
|| opt_key == "nozzle_temperature_initial_layer"
|| opt_key == "filament_minimal_purge_on_wipe_tower"