npiegdon / bed-inspector

A small tool to evaluate 3D printer bed flatness
MIT License
56 stars 5 forks source link

[FR] Add Probe Offset Input Box #14

Closed qwewer0 closed 4 years ago

qwewer0 commented 4 years ago

Would it be possible to add a Probe Offset input box with a default value of 0, that would be subtracted from the G30 command X and Y coordinates? e.g. With a Probe Offset of {-15, -22} the Nozzle coordinate for measuring X=10 Y=10 would be X->10-(-15) = 25, Y->10-(-22) = 32