jneilliii / OctoPrint-BedLevelVisualizer

MIT License
373 stars 82 forks source link

[BUG]: #388

Closed gmergulhao closed 3 years ago

gmergulhao commented 3 years ago

Describe the bug

browser tab hangs for about 20seconds after g29 is done with Unified bed Leveling enabled

Leveling-script: G28 ; home all axes G29 P1 T ; automatically populate mesh with all reachable points G29 P3 T ; infer the rest of the mesh values G29 S1 ; Save UBL mesh points to EEPROM in Slot 1. G29 F 10.0 ; Set Fade Height for correction at 10.0 mm. @BEDLEVELVISUALIZER ; tell the plugin to watch for reported mesh G29 A T1 V4; Activate the UBL System. M500 ; save the new mesh to EEPROM

Expected behavior results are processed and displayed within 3 seconds and don't hang the tab. currently same as by bilinear as far as I can test

Debug Log Please let me know if further needed ( must schedule octoprint restart between print jobs)

Screenshots n/a atm Firmware and Version Marlin bugfix-2.0.0x (firmware updated weekly following bugfix commits)