jneilliii / OctoPrint-BedLevelVisualizer

MIT License
371 stars 82 forks source link

Is this GCODE accuratly loading the bed level state of the printer? #504

Closed MartinMeyerOnGithub closed 2 years ago

MartinMeyerOnGithub commented 2 years ago

M155 S30 ; reduce temperature reporting rate to reduce output pollution @BEDLEVELVISUALIZER ; tell the plugin to watch for reported mesh M420 S1 V ; enabled leveling and report the new mesh M500 ; save the new mesh to EEPROM M155 S3 ; reset temperature reporting

jneilliii commented 2 years ago

M420 S1 V ; enabled leveling and report the new mesh would be enabling the mesh and reporting. I think you may want M420 L1 V ; enabled leveling and report the new mesh to load the stored mesh in slot 1 and report, but that's assuming you are using UBL. I personally just put in M420 V and that's it and have individual custom buttons for running the probing procedure with G29 P1, G29 P3, etc.

github-actions[bot] commented 2 years 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