flexi-bot/docs/marlin/_gcode/M145.md
2023-09-05 20:38:49 +02:00

1.1 KiB

tag title brief author requires group codes notes parameters examples
m0145 Set Material Preset Set material presets in the LCD menu. thinkyhead NEWPANEL lcd
M145
Requires an LCD controller.
View the current settings with [`M503`](/docs/gcode/M503.html).
If `EEPROM_SETTINGS` is enabled, these settings are saved with [`M500`](/docs/gcode/M500.html), loaded with [`M501`](/docs/gcode/M501.html), and reset with [`M502`](/docs/gcode/M502.html).
tag optional description values
S true Material index
tag type
index int
tag optional description values
H true Hotend temperature
tag type
temp int
tag optional description values
B true Bed temperature
tag type
temp int
tag optional description values
F true Fan speed
tag type
speed byte
pre code
Set heatup presets for material 1 M145 S0 H190 B70 F50

Set the preheating presets for materials in the LCD menu.