Is it possible to use built-in events to trigger macros?
-
For example, configure the lcd rgb fysect display to change to red color when hotend or table is above a certain temperature. When this temperature drops, change to green, or something like that.
-
@rodrigormaraujo yes, use daemon.g
some likeif heat.heaters[1].current > 45 M150...