Added a new config option to disable automatic temperature commands around start gcode (autoemit_temperature_commands)

This commit is contained in:
Lukas Matena 2023-03-15 14:31:05 +01:00
parent da714c7210
commit 09122fb0d0
6 changed files with 29 additions and 12 deletions

View file

@ -58,6 +58,7 @@ bool Print::invalidate_state_by_config_options(const ConfigOptionResolver & /* n
// Cache the plenty of parameters, which influence the G-code generator only,
// or they are only notes not influencing the generated G-code.
static std::unordered_set<std::string> steps_gcode = {
"autoemit_temperature_commands",
"avoid_crossing_perimeters",
"avoid_crossing_perimeters_max_detour",
"bed_shape",