PrusaOwners / prusaowners

General project for the wiki and other things related to this group.
398 stars 36 forks source link

Request for prusa mini version #72

Open islander2013 opened 3 years ago

islander2013 commented 3 years ago

I tried using this on my prusa mini and had to change the mesh levelling script, as the commands below came back "unknown"

G80; mesh bed leveling G81 ; check mesh leveling results

Instead G29 T which does start mesh bed levelling, but then nothing happens at the end.

Can it be tweaked for the mini please, as i would like to try the silicone mod :)

bad1dea commented 3 years ago

They don't need to be added, read the documentation you can rewrite them if wanted.

Here's a G29 that will Home + Calibrate

[gcode_macro G29]
gcode:
 G28
 BED_MESH_CALIBRATE
 BED_MESH_PROFILE SAVE=p1