Add "G29 S4" to fine tune Z level for Mesh Bed Leveling.
Also add mbl.z_offset to the EEPROM, bumping the version to V23.
This commit is contained in:
committed by
Scott Lahteine
parent
122bdd187f
commit
c606ed447a
@@ -169,6 +169,9 @@
|
||||
#ifndef MSG_SPEED
|
||||
#define MSG_SPEED "Speed"
|
||||
#endif
|
||||
#ifndef MSG_BED_Z
|
||||
#define MSG_BED_Z "Bed Z"
|
||||
#endif
|
||||
#ifndef MSG_NOZZLE
|
||||
#define MSG_NOZZLE "Nozzle"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user