You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Working through the setup of the Snapmaker in Cura I noticed that the start code for nozzle and bed temperature is currently defined as the final printing temperature and not the initial layer temperature. In order to be able to use the settings for the initial temperature the start code for the temperature commands can be modified to:
M104 S{material_print_temperature_layer_0} ;Set Hotend Temperature
M140 S{material_bed_temperature_layer_0} ;Set Bed Temperature
M109 S{material_print_temperature_layer_0} ;Wait for Hotend Temperature
M190 S{material_bed_temperature_layer_0} ;Wait for Bed Temperature
The text was updated successfully, but these errors were encountered:
Hi,
Working through the setup of the Snapmaker in Cura I noticed that the start code for nozzle and bed temperature is currently defined as the final printing temperature and not the initial layer temperature. In order to be able to use the settings for the initial temperature the start code for the temperature commands can be modified to:
M104 S{material_print_temperature_layer_0} ;Set Hotend Temperature
M140 S{material_bed_temperature_layer_0} ;Set Bed Temperature
M109 S{material_print_temperature_layer_0} ;Wait for Hotend Temperature
M190 S{material_bed_temperature_layer_0} ;Wait for Bed Temperature
The text was updated successfully, but these errors were encountered: