Visual Bed Levels
Good Friday! I bought the server and I am loving all the features where I can attach multiple printers to a Raspberry Pi 4. I have 2 Prusa Bears currently in my growing print farm and I would like to be able to see my bed level (i.e. like Pusa Mesh Map) so that I can adjust my level manually via a mod I did to my bear with the nylon lock washers.
Does Repetier have an add-on that can help me?
Comments
Just had a look into that running manually
G28 W
G80
G81
And got
Nice idea to enter the script to measure. Maybe that would be a way around the many solutions. Also responses also differ. Repetier-Firmware e.g. has either G33 L0 which returns corrections with xy positions as list and has no function to measure points and show. You would need to run G30 at each point manually.
It also depends if you want to see error before or after correction.
But I keep the idea in mind.
I see a good chance to add a manual leveling. There commands are the same for all firmwares.
Automatic bed leveling could maybe done with a gcode editor where you add the required commands. Here it already starts. G29 or G32/G33 or ...
For visualizing height maps there are many ways and commands again. For marlin I have seen G29 T and G81 as used in prusa version. Repetier does not have it only G33 L0 for distortion correction. You would need to measure all points and then results depend on the fact if G30 includes correction or not. So for a general solution I'd use a solution with G30 where you have to provide script and rule to extract distance since answers also vary between firmwares and forks. But then Prusa has disabled G30...
I guess you see the problem for a 1 catches all solution. So maybe manual method as general solution plus possibility to add a bit more if user knows how it's variant likes to do it might be the best solution. Maybe we find over time some good presets for different popular variants with help of some users.