jneilliii / OctoPrint-BedLevelVisualizer

MIT License
370 stars 82 forks source link

[REQUEST] Improved axis accuracy #28

Closed mylife4aiurr closed 6 years ago

mylife4aiurr commented 6 years ago

Its hard to interpret delta (circle) data in Cartesian (rectangle) format. should be a circle 0,0 as center of data points x/y scale should reflect delta radius or printable radius z scale lowest to highest probed points

http://forums.reprap.org/read.php?178,477060 b699d0309431d21056f97824ac_800x400

If its too much work to make a specific view model for delta's let me know (your sweat) Just saying as is its more suited for prusa i3 style printers

jneilliii commented 6 years ago

Not yet, I was waiting for some delta testers to verify it's working correctly prior to release. You'd have to install manually from the url below.

https://github.com/jneilliii/OctoPrint-BedLevelVisualizer/archive/0.1.0.zip

mylife4aiurr commented 6 years ago

I received notification after I went to sleep. I quickly tested this morning new repush of 0.1.0. It worked as expected. Pulling data, displaying data, flipping axis etc. The saved data field looked normal and formatted in a circle for delta, nice. I like how you broke out the x and y off the to side in data field. Only thing I need to look farther into is it seems when I flip x or y the saved data points get misaligned in the data field. But this could be because I didn't refresh data, after flipping y. I'll check more after work tonight.