Macarena
-
I browsed a little for such an option. and I did not found anything but... requests.
As my printer is somewhat far and printing 24/24, I may be sleeping when a filamenty change is needed. Indeed, I run DWC in my bedroom, but I am not able for the moment to check it while dreaming.So, the issue is that M300 may be useful, but a good ideea would be to play some audio file at a pause or some error. It will be detrimental for sleep, but so is a delayed or failed print.
Is there any hope with this?
-
@soare0 you could probably use the MQTT functionality in 3.5 to send events to a system playing sounds, or use btncmd to trigger something via NodeRED. If you use SBC, ExecOnMCode command plugin could be used from an event handling macro to trigger audio output on the rPi
-
@oliof You got me some learning curve
I would have prefered something more ... ish for weekendAt least I will get my revenge with this:
M300 S1000 P500 G4 P1000 M300 S1500 P500 G4 P1000 M300 S1200 P500 G4 P1000 M300 S1350 P500 G4 P1000 M300 S1500 P500 G4 P1000 M300 S1350 P500 G4 P1000 M300 S2000 P500 G4 P1000
What does this means? I tried to play some ET sounds, at least in PanelDue, and first I used:
M300 S1000 P500 G4 P500 ;etc
It is true that in documentation, it is specified that the pause should be AT LEAST the same as the tone duration, but... it does not work. It worked only when the G4 was DOUBLE than the tone length. I mean, I only tried with 600, after 500, and jumped directly to 1000, wich worked.