-
-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I edit coordinate increments in the data and corrections report tabs. #637
Comments
Can you share a screenshot? It's based on how many points are returned by your firmware. |
weird, that's the largest quantity of probing points I've ever seen reported before. if you enable the option to display the corrections on the tab, does it show the whole table without going out of view under the graph? what firmware and version is your printer using and can you share the contents of the terminal tab at the end of the collection process so I can see the data overall? |
It shows the whole table; it's never all in one view; I have to move everything around to see it. And I can never view the corrections wheel/circle if I'm looking at the bottom of the chart. Firmware is stock ender three max neo. Not sure if this is the info you are requesting; however, please find the attached. |
That helps a lot actually. Seems that your 5x5 probing grid is getting the CATMUL subdivision and reporting that. Which gcode commands are you using to collect the data. What is returned on the terminal tab when you send the command |
I am using the bilinear commands as shown in the documentation: https://github.com/jneilliii/OctoPrint-BedLevelVisualizer/blob/master/wiki/gcode-examples.md#bilinear-bed-levelling |
Thanks, I'll have to figure out a way to float the circle bit I guess. That 20x20 grid is definitely not something I had planned for. |
Yes, I scoured the Wiki. However, I didn't find it anywhere.
How do I get my data and corrections tabs (as shown in this screenshot: https://github.com/jneilliii/OctoPrint-BedLevelVisualizer/blob/master/wiki/index.md#data) to only show the cords like in that screenshot (separated by increments of 50 or 100)? Mine (and, by default, every install I have ever done) has all the coordinates separated by increments of 10. This puts so much info on the page that I cannot look at the visual representation of the wheel and which direction to turn it. If I could shrink the information (by only showing increments of, say, 50 or 100 or so), then I could see the four corners and the wheel turn info on the same page.
Your help is greatly appreciated, thanks.
The text was updated successfully, but these errors were encountered: