Added a new config option to disable automatic temperature commands around start gcode (autoemit_temperature_commands)
This commit is contained in:
parent
da714c7210
commit
09122fb0d0
6 changed files with 29 additions and 12 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue