We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 :)
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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 :)
The text was updated successfully, but these errors were encountered: