electronicm
electronicm
Would it make sense to determine the height of the div via JS and move all content downwards accordingly? What I could well imagine would be the same mechanism as...
As far as yes, but my thought goes one step further. When I have the number of degrees, I have to convert it to my scale every time. My idea...
[Take this wheel, for example.](https://www.thingiverse.com/thing:4393673) It has 16 peaks which could be used as a 'scale'. This would then be 360 ° / 16 peaks = 22.5 ° per division/peak....
I configured the 7x9 grid to get as close as possible to the bed level screws. I test it again with 9x9 / 7x7 and give feedback. Can I do...
So, I have now made a test with a 7x7 grid. The result is the same.
I probably won't make it until next weekend, but you'll get the log.
here it is: [serial.log](https://github.com/jneilliii/OctoPrint-BedLevelVisualizer/files/7230009/serial.log)
btw: here is also the debug log [plugin_bedlevelvisualizer_debug.log](https://github.com/jneilliii/OctoPrint-BedLevelVisualizer/files/7230029/plugin_bedlevelvisualizer_debug.log)
Yes My configuration: ``` bedlevelvisualizer: _config_version: 1 camera_position: 0,-2,0.3 colorscale: '[[0, "rebeccapurple"],[0.4, "rebeccapurple"],[0.45, "#006aff"],[0.5, "green"],[0.55, "yellow"],[0.6, "red"],[1, "red"]]' command: "@BEDLEVELVISUALIZER\t; tell the plugin to watch for reported mesh\n\ M420 V\t\t\t\t\t;...
Yes, you are obviously on the right track. If I disable the option and update the mesh, I get all the values for the X axis. When I enable it,...