-
I am using Mainsail and want to start a delayed_gcode macro timer immediately after the printer has been powered on. Printer power switch | Mainsail https://moonraker.readthedocs.io/en/latest/configuration/#gpio-device-configuration How do I automatically trigger a macro when the printer is turned on? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@Arksine would you be able to answer my question? |
Beta Was this translation helpful? Give feedback.
-
Here is how to trigger delayed_gcode at power on by using https://www.klipper3d.org/Command_Templates.html#delayed-gcodes |
Beta Was this translation helpful? Give feedback.
Here is how to trigger delayed_gcode at power on by using
initial_duration
.https://www.klipper3d.org/Command_Templates.html#delayed-gcodes
https://github.com/orgs/mainsail-crew/discussions/1915