Snapmaker Start Code Set Temps #6
jorgeszabo
started this conversation in
General
Replies: 1 comment 1 reply
-
I'm not sure if you're looking at an older version of the file, but they've been set to do exactly what you suggest since January :) https://github.com/Kaouthia/Snapmaker-2/blob/main/Cura%20Profiles/start-g-code.txt |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
Beta Was this translation helpful? Give feedback.
All reactions