jneilliii / OctoPrint-BedLevelVisualizer

MIT License
371 stars 82 forks source link

[BUG]: G29 is not used as intended #532

Closed whopperg closed 2 years ago

whopperg commented 2 years ago

Describe the bug gcode not working as intended. G29 S0 is used as Speed Rate rater than Slot which the mesh should be saved.

As per Marlin Documentation for UBL, the S29 S0 should save the mesh. But the same Command is used to set the movement rate for Bilinear Leveling

Expected behavior Not slowing every level motion into super slomo but save the data

Debug Log Will generate if needed

Screenshots image

Firmware and Version Firmware: Marlin the Knutwurst Edition (Based on Marlin 2.0.9.2) Version: 1.4.1 MEGA_S_DGUS_TMC_BLT_10_v1.4.1

Possible Solution Maybe there is a way to set the leveling mode in the first place?

Cheers and any help is welcomed ;-)

whopperg commented 2 years ago

Well, this could be indeed that the UBL feature isnt active in the firmware. I will try to compile it myself and see if this was the case... i close this for now. sorry for the inconvenience