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
|
@ -482,7 +482,7 @@ static std::vector<std::string> s_Preset_machine_limits_options {
|
|||
};
|
||||
|
||||
static std::vector<std::string> s_Preset_printer_options {
|
||||
"printer_technology",
|
||||
"printer_technology", "autoemit_temperature_commands",
|
||||
"bed_shape", "bed_custom_texture", "bed_custom_model", "z_offset", "gcode_flavor", "use_relative_e_distances",
|
||||
"use_firmware_retraction", "use_volumetric_e", "variable_layer_height",
|
||||
//FIXME the print host keys are left here just for conversion from the Printer preset to Physical Printer preset.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue