Gcode for Prusa Mesh Leveling Plugin
I am not having luck using the Prusa Mesh Leveling plugin with my MINI (not even sure if it is supported). I can get it to run through a mesh leveling cycle but do not get any visualization. Has anyone else got it working? Here is my gcode for the plugin:
G28 W ; home all without mesh bed level
G29 ; mesh leveling
G81 ; check mesh leveling results
G28 W ; home again
RE: Gcode for Prusa Mesh Leveling Plugin
I used the following code, however for https://github.com/jneilliii/OctoPrint-BedLevelVisualizer
M104 S170 ; set extruder temp for bed leveling
M140 S60 ; set bed temp
M109 R170 ; wait for bed leveling temp
M190 S60 ; wait for bed temp
G28 ; home all without mesh bed level
@BEDLEVELVISUALIZER ; instruct plugin to start recording responses from printer.
G29 ; mesh bed leveling
Prusa Mini Silicone Bed Leveling Mod: https://bbbenji.github.io/PMSBLM/
RE: Gcode for Prusa Mesh Leveling Plugin
I am not having luck using the Prusa Mesh Leveling plugin with my MINI (not even sure if it is supported). I can get it to run through a mesh leveling cycle but do not get any visualization. Has anyone else got it working? Here is my gcode for the plugin:
G28 W ; home all without mesh bed level
G29 ; mesh leveling
G81 ; check mesh leveling results
G28 W ; home again
You will not have any luck with the most prusa plugins. The output of the mesh is different between Mk3 and Mini. In addition some other topics must be changed in code. The only one plugin i found working is: BedLevelVisualizer
RE: Gcode for Prusa Mesh Leveling Plugin
@benji
this code seems to work just fine, but do you do the leveling with or without the steel sheet on it. is this even making a difference?
RE: Gcode for Prusa Mesh Leveling Plugin
Answered my own questions 😀
It makes no difference 😀
RE: Gcode for Prusa Mesh Leveling Plugin
Technically it should not make a difference when checking for bed level as in this thread. However, you should always be doing MBL with the steel sheet.
Prusa Mini Silicone Bed Leveling Mod: https://bbbenji.github.io/PMSBLM/