jneilliii / OctoPrint-BedLevelVisualizer

MIT License
372 stars 82 forks source link

[BUG]: Creality CR-10s w/Marlin 2.1.2 and BedLevelVisualizer v/1.1.2rc5 #614

Closed Icegames-dk closed 1 year ago

Icegames-dk commented 1 year ago

Describe the bug BLV stops in the middel of the bed, with no errors.

Debug Log plugin_bedlevelvisualizer_debug.log

Screenshots image image

Firmware and Version Creality CR-10s w/Marlin 2.1.2 and BedLevelVisualizer v/1.1.2rc5

jneilliii commented 1 year ago

Not sure I understand what the issue is. Does it not generate a graph? The debug log seems to indicate that it does receive a proper mesh. One thing I notice is that you are using UBL commands, is that something you enabled in your own custom compile of Marlin or are you using a Creality provided firmware or other pre-built fork? It's fairly uncommon for manufacturers to use UBL and they typically enable bilinear instead.

Icegames-dk commented 1 year ago

Hi It's the standard firmware from Marlin I used. https://marlinfw.org/meta/download/

And this is the configuration files that they provide for Creality CR10s Creality CR10s.zip

Please bear with me I am new to Octoprint :-)

jneilliii commented 1 year ago

It's what I was suspecting. Your marlin config is using bilinear. Change the gcode in the plugin's settings to that specific type, as documented here.

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had activity in 14 days. It will be closed if no further activity occurs in 7 days