Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request for prusa mini version #72

Open
islander2013 opened this issue Mar 26, 2021 · 1 comment
Open

Request for prusa mini version #72

islander2013 opened this issue Mar 26, 2021 · 1 comment

Comments

@islander2013
Copy link

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
Copy link

bad1dea commented May 9, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants