This commit is contained in:
David Ramiro 2018-12-03 16:44:51 +01:00
parent 8a563811fc
commit fb9afb0589
No known key found for this signature in database
GPG Key ID: 5B042737EBEEB736
1 changed files with 4 additions and 1 deletions

View File

@ -90,7 +90,10 @@ If you have issues with an uneven bed, this is a great feature.
- After finishing the 25 points, the printer will beep and calculate. After seeing `ok` on the console, enter `M500` to save the mesh to EEPROM
- To ensure your mesh gets used on every print from now on, go into your slicer settings and look for the start GCode
- Look for the Z-homing (either just `G28` or `G28 Z0`) command and insert these two right underneath it:
- `G501`and `M420 S1`.
```
M501
M420 S1
```
- Enjoy never having to worry about an uneven bed again!
## Detailed changes: