added a link to MPDM's unofficial wiki

This commit is contained in:
pyr0ball 2019-07-25 16:52:04 -07:00
parent 9adfd8df13
commit 6d3e4e7c5e

View file

@ -38,6 +38,7 @@ The disks are then mounted under the bed on the inner circumference edges of the
After that, simply reinstall the bed, being careful not to trap the wires from the piezo between the bed and the printer's case, and plug it all in. After that, simply reinstall the bed, being careful not to trap the wires from the piezo between the bed and the printer's case, and plug it all in.
#### Using Mesh Bed Leveling on the MP Delta Mini
The MPDM can then use multi-point mesh bed leveling by issuing a modified GCODE command: The MPDM can then use multi-point mesh bed leveling by issuing a modified GCODE command:
``` ```
@ -48,3 +49,5 @@ G29 P6 ; 6x6 matrix
``` ```
You can also add one of the above to your startup script in Cura, Slic3r, or Simplify3D You can also add one of the above to your startup script in Cura, Slic3r, or Simplify3D
For further information, check out the [unofficial wiki for the MP Delta Mini](https://www.mpminidelta.com/g29)