Two yes/no questions

Sorry, being a beginer, I’m a bit flooding the forum…

I’ve two simple questions.

1 - is there a reference for the Fluidd and Maainsail CSS styles ? (didn’t find with Google) Reason why I’m asking is because I’m nearly blind to the highlighted text in the editors (Fluidd makes selection a bit more readable with the theme feature). I opened the CSS files, it’s crazy ; not even a CR or CR/LF.

2 - in KlipperScreen I’d like to add a “turn steppers off” button in the “Homing” screnn. Is it doable ? (would save lots of tapping : I’m not Hector Salamanca !) Would be extremely usefull (while testing and tuning, of course). There’s a free space in the lower right corner. Didn’t find examples.

Sorry, is that Klipper connected?
Shouldn’t that be a question or questions asked in the fluidd, mainsail, and klipperscreen forums?

Have you checked the GH repositories? https://github.com/fluidd-core/fluidd/tree/develop/src/scss

I’d recommend asking this here GitHub - KlipperScreen/KlipperScreen: GUI for Klipper
I do not know how active the KS dev is here

Well, at least the category title “Frontends” makes it a viable question.

1 Like

2 - in KlipperScreen I’d like to add a “turn steppers off” button in the “Homing” screnn. Is it doable ? (would save lots of tapping : I’m not Hector Salamanca !) Would be extremely usefull (while testing and tuning, of course). There’s a free space in the lower right corner. Didn’t find examples.

just adding:

[menu __main homing disable_motors]
name: Disable Motors
icon: motor-off
method: printer.gcode.script
params: {"script":"M18"}

to your KlipperScreen.conf should do the trick.

Thanks a lot ! Will test ASAP (was silent because of the bugs I have been creating in other code !)

BTW, what is the “Frontends” subforum for ? I understand “Frontends” as KlipperScreen, Fluidd, Mainsail and OctoPrint (the later having its own forum…).