PrusaOwners / OctoPrint-PrusaMeshMap

This plugin performs a mesh bed leveling operation then returns the results as an easy to read heatmap.
MIT License
133 stars 31 forks source link

7x7 Mesh freeze up #42

Open Noahghclark opened 5 years ago

Noahghclark commented 5 years ago

I am having a problem with the heat map freezing up and not changing. I believe it is related to using the G80 N7 command in the modified firmware made by prusa fans which only adds this command to do 7x7 mesh leveling instead of the 3x3 mesh leveling. The heat map works fine when doing the standard G80 command for 3x3. However when using the G80 N7 command it will produce the heat map from the points and then not change again, even when using the standard G80 command. I am able to correct the problem by uninstalling and reinstalling the plugin. That is until I input the G80 N7 command again. Can this be fixed somehow so I don't have to keep on uninstalling and reinstalling the plugin.

ThYr0N commented 5 years ago

Same issue here, now that PRUSA oficially have released the 7x7, no image after the level test.

It's and awasome plugin please fix it :D

zawadzkip commented 5 years ago

+1 for this.

bpvarsity commented 5 years ago

Would love if someone could make this plugin work again. It's such a great tool for leveling the bed. I have the same issue of no image after the test.

bpvarsity commented 5 years ago

To those reading this flash firmware 3.6.0 and the plugin works. Level the bed with 3x3 and the visualizer and then flash 3.7.0 to get 7x7 back. Unfortunately can't get the graph to work with 7x7 but 3x3 is better than nothing

JohnTRoth commented 5 years ago

Open up /home/pi/oprint/lib/python2.7/site-packages/octoprint_PrusaMeshMap/init.py and change lines 109 and 111: MESH_NUM_MEASURED_POINTS_X = 7 MESH_NUM_MEASURED_POINTS_Y = 7

After doing that, it now generates an image that looks correct with 7x7 enabled.

bpvarsity commented 5 years ago

Thanks will try that

ThYr0N commented 5 years ago

Still no image, it does the measuring and then no image. Any way of reseting it?

bpvarsity commented 5 years ago

I use this now and it works https://github.com/AndyQ/OctoPrint-PrusaMeshMap

https://github.com/AndyQ/OctoPrint-PrusaMeshMap/archive/master.zip

jsodeman commented 4 years ago

My problem with the image not reloading and showing was uBlock Origin was preventing it from loading. Adding the OctoPrint IP to the whitelist fixed it.