How do I change the max temperature for my hotends?
-
I have this in the config.g but it still will not let me go that hot.
M143 H1 S290
-
@silver1882 some suggestions:
- Run M143 H1 with no additional parameters to see if the command was accepted.
- Check that the M143 H1 command in config.g is later in the file that the M950 H1 command that creates the heater.
- Run M98 P"config.g" to check for errors in config.g.
-
@dc42 said in How do I change the max temperature for my hotends?:
M143 H1
Thanks for the suggestions. I figured the problem out I have to set the temp 1c higher than what I want my max to be in my config.g file.