Notifications
Clear all

Gcode for Prusa Mesh Leveling Plugin  

  RSS
Atrix
(@atrix)
Eminent Member
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
Posted : 11/01/2020 12:48 pm
Benji
(@benji)
Estimable Member
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/

Posted : 11/01/2020 10:41 pm
ekkilein
(@ekkilein)
Eminent Member
RE: Gcode for Prusa Mesh Leveling Plugin
Posted by: @mreynolds0404

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

Posted : 13/01/2020 9:23 pm
Bodo
 Bodo
(@bodo)
Estimable Member
RE: Gcode for Prusa Mesh Leveling Plugin

These are the setting that for for my MINI with Octoprint's Bed Visualizer plugin:

Posted : 25/01/2020 5:02 pm
herbert
(@herbert)
Estimable Member
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?

Posted : 30/04/2020 7:25 am
herbert
(@herbert)
Estimable Member
RE: Gcode for Prusa Mesh Leveling Plugin

Answered my own questions 😀

It makes no difference 😀

Posted : 30/04/2020 7:38 am
Benji
(@benji)
Estimable Member
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/

Posted : 30/04/2020 7:51 am
Share: