MarlinFirmware / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
https://marlinfw.org
GNU General Public License v3.0
16.23k stars 19.22k forks source link

[FR] add x and Y cordinates to G29 T in UBL mode and note if value was skipped for Probe margin #26911

Open Russkil opened 6 months ago

Russkil commented 6 months ago

Is your feature request related to a problem? Please describe.

not a direct problem however it would help UBL be more transparent.

Are you looking for hardware support?

no

Describe the feature you want

so when you run the G29 T could have the below outputs

1) on the mesh at each Point

Probed Point +0.252 [x135.5, y1532, Probed]

Point not probed because of Probe Margin . [x135.5, y1532, Probe Margin]

Point not probed because of Probe challenges . [x135.5, y1532, No Stable reading]

Or

2) Measurements under column and row header

with P being for point skilled because of probe margin with S being for skipped probe for not being stable reading

  1     2     3    4[P]

X [0.1] [0.2] [0.3] [0.4]
Y 1| 0.253 0.253 0.256 . [0.1] 2| 0.253 0.253 0.256 . [0.2] 3| 0.253 0.253 0.256 . [0.3] 4[P]| . . .[S] [0.4]

Additional context

No response

Russkil commented 6 months ago
Marlin output

another copy of the grid for suggestion 2 as it didnt look like its drawn well on screen