Are you sure that you didn't mistake M122 with M112 in your gcode?

Schild0r
@Schild0r
Best posts made by Schild0r
Latest posts made by Schild0r
-
RE: M122 causes DWC to crash
-
RE: Script for using DotStar as status indicator LED
@Danal and a Duet3... maybe?
-
RE: Script for using DotStar as status indicator LED
As I said I don't have the hardware yet so I have to wait until I get it to start exploring hands on
-
RE: Script for using DotStar as status indicator LED
Is there some document where I can find all the objects and their attributes?
And can I code as I would in whatever IDE: Can I do loops and variables for example for the LED by LED logic so that I can define the number of LEDs at the top and than work with that variable?
Or are their restrictions and only few operators like 'if' you can work with? -
Script for using DotStar as status indicator LED
Hello there,
I am coming from a Marlin background but plan to use RRF for my next build in conjunction with a Duet3.
And since the Duet3 supports DotStar LED strips I was wondering if someone already took advantage of that and wrote a script that uses this as a Status LED (similar to Marlins Status LED using Neopixels).
I don't have the hardware yet and haven't written any script for RRF yet but I would like to get into it.
But for now I would like to know whether someone already created a script like this on which I can build upon.I would imagine something like this:
Printer ready: green
Bed Heating: yellow
Hotend Heating: red
Printing: blue
Print finished: turquoise
Wait for confirmation (i.e. part removal) to turn green again.
Advanced version: It would of course be nice to have a color transition for heating the bed from yellow (20°C) to orange (target) and for the nozzle from orange (20°C) to red (target) LED by LED and maybe from blue to turquoise for print progressAny help is greatly appreciated