Pedro Lamas
Pedro Lamas
@dizz74 FYI, I've merged the changes from this PR #970 so that it has a single toggle on the appbar, and users can pick between a Moonraker Power Device or...
Implemented via #970
Perform sanity checks on UserInput field in Fluidd to prevent failed prints due to Klipper crashing.
@slavedas took a while, but we've just released 1.23.2 with an improved handling of input on those controls > I'd like to comment that the CAUSE of this error is...
Perform sanity checks on UserInput field in Fluidd to prevent failed prints due to Klipper crashing.
@netweaver1970 @slavedas I believe the changes introduced in 1.23.2 do mitigate this issue, but I would really appreciate your feedback on this matter.
Perform sanity checks on UserInput field in Fluidd to prevent failed prints due to Klipper crashing.
Perfect, thank you both for testing and confirming your results!
> On Fluidd it is a bit cut down, but its there. Pressing "more information" button should send to the full article... I wonder if I should just allow those...
I think you would be better adding this as a Jinja2 function (check `rawparams` implementation, you can add a function on that level) than as part of a status object....
Not sure how I missed this before, but here's my own take on creating a systemctl script to control supervisord (be aware that my version links klipper and simulavr together!):...
I'm not 100% sure we will be able to directly use supervisord in a situation where klipper is being used with simulavr (such as my tests docker image), reason being...
> Why is it necessary to restart simulavr? From my tests and @th33xitus, klipper will not work on restart if we don't restart simulavr before. > When testing against Mainsail's...