Marc
Marc
@kmargaritis could you make this work in the latest version of the file (which seems to have changed considerably since you did this merge request)?
a 'solution' that i found was to just do a: ``` $('.select-class').each(function() { var obj = $(this); context.attach(obj, [ ... ]); }); ``` and inside the menu action function i...
thanks @najela , but that solution must be for a much older context.js as it doesn't merge easily into the current code base :(
> > When you send the comand for abl or home in all axis the printer send home in x and y axis, but when the printer head reach the...
> Error with your z-stop wire. check that its plugged in and not lose anywhere. can also check z-stop by going back to z-stop homing and ensure that the board...
from the code marlin code: ``` * Note: If the trigger signal of your probe is not being recognized, it has been very often * because the BLACK and WHITE...
> I'm unable to re-create this behavior. > > ```shell > mosquitto_pub -h hassio -u hassio -P hassio -t 'hasp/plate01/brightness/set' -m '10' > mosquitto_pub -h hassio -u hassio -P hassio...
I have been getting the same issue for some time now with v4. Not sure if its related to https://github.com/Foddy/node-red-contrib-huemagic/pull/349, but I updated the api.js file to see if that...
> I made the change as per pr #349 i linked above and so far much more stable. I would hope author puts into production :(
thanks. I hope the author is still active as this is the second big issues to go un-fixed for a time :(