How to criate new presets of temperature?

edited July 2017 in Extruder & Bed
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

  • The dev version now has variable presets so you can change them in eeprom. But there is always only one active preset to select from.

    - 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.

Sign In or Register to comment.