RatOS Heat Soak Macro Help

I am looking to create a simple warm up macro that I can run at the start of the day to get my printer warmed up to help with the thermal expansion issues with the beacon sensor.

I would like it to home everything, preheat bed to 60 and hotend to 220. Is that as simple as this:

[gcode_macro Pre-Heat]

gcode:
  G28
  SET_HEATER_TEMPERATURE HEATER=extruder TARGET=210
  SET_HEATER_TEMPERATURE HEATER=heater_bed TARGET=60


or is it more complex? I have never created / edited a macro before.

Thanks!
Was this page helpful?