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`
This commit is contained in:
parent
c2ba5d0c09
commit
96b5da7198
4 changed files with 173 additions and 184 deletions
|
|
@ -11,7 +11,7 @@
|
|||
* max_acceleration_units_per_sq_second (x4)
|
||||
* acceleration
|
||||
* retract_acceleration
|
||||
* travel_aceeleration
|
||||
* travel_acceleration
|
||||
* minimumfeedrate
|
||||
* mintravelfeedrate
|
||||
* minsegmenttime
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue