Commit Graph

4 Commits (181ccc884c79c48c818e23514499968d7fbf7701)

Author SHA1 Message Date
Scott Lahteine 0e8182bbf2 Additional pin tests, cleanup
Scott Lahteine 96b5da7198 Fix up bed leveling code
- Init `zprobe_zoffset`
- Remove `current_position[Z_AXIS] = zprobe_zoffset` lines from the
`set_bed_level_equation_*` functions
- Apply standards to `mesh_bed_leveling` files
- Document `MESH_BED_LEVELING`
Edward Patel 8005d22c81 Added menu option for bed leveling.
Edward Patel 0e51e53813 WIP. Adding bed leveling code.