Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Snapmaker Start Code Set Temps #3

Open
jorgeszabo opened this issue May 5, 2021 · 0 comments
Open

Snapmaker Start Code Set Temps #3

jorgeszabo opened this issue May 5, 2021 · 0 comments

Comments

@jorgeszabo
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant