How to criate new presets of temperature?
Hello guys,
I am looking forward new materials to use in my printer and I need some help.
I'm trying to find how can I create new presets of temperature(bed and extruder) so I can access them by the quick preset on the display.
Can you help me how to add them in to my arduino files?
Thanks!
Comments
- M170 B<bedtemp> T<extruderid> S<extrudertemp> L0 - Set preset temperatures for extruder (T+S) or bed (B) or list settings (L0)
can be used to change them with gcode instead of using menus.