OctoPrint-BedLevelingWizard icon indicating copy to clipboard operation
OctoPrint-BedLevelingWizard copied to clipboard

Level using G30 /BLTouch command with pop-ups and re-test (Enhancement)

Open tkunchick opened this issue 1 year ago • 3 comments

would it be possible to add a g30 enhancement to probe the corners one by one, reporting the height at each corner, allowing adjustment and re-probe before moving to next corner?

I was able to do it via gcode and watching the terminal report the height, but no idea how to capture the responses from the g30 command.

Something to the effect of,

G30 X25 Y200 report and move (First point as baseline, I like the back near the power for the heater. leave that screw alone as much as possible)

G30 X25 Y35 report, retest or accept and move to next point

G30 X190 Y200 report, retest or accept and move to next point

G30 X190 Y35 report, retest or accept and finish

Using Marlin and Octoprint on Rasp Pi 4

Hope I am explaining this well enough.

tkunchick avatar Jun 17 '23 05:06 tkunchick

You might want to check out autobim plugin.

jneilliii avatar Jun 17 '23 06:06 jneilliii

You might want to check out autobim plugin.

I did, it requires a screen directly attached to the printer, and does not provide location / z height within octoprint.

tkunchick avatar Jun 18 '23 01:06 tkunchick

Ah, I see. It uses M117 messages to instruct you on the direction to adjust, next steps, etc. Could use one of the M117 plugins to have that info displayed within OctoPrint directly as well. I will consider your request and how best to implement though.

jneilliii avatar Jun 18 '23 04:06 jneilliii