Add Z Probe Offset to EEPROM and Ultra LCD
This commit is contained in:
parent
df194f75e1
commit
05932e4458
5 changed files with 97 additions and 81 deletions
|
|
@ -210,6 +210,7 @@ extern float endstop_adj[3];
|
|||
extern float min_pos[3];
|
||||
extern float max_pos[3];
|
||||
extern bool axis_known_position[3];
|
||||
extern float zprobe_zoffset;
|
||||
extern int fanSpeed;
|
||||
#ifdef BARICUDA
|
||||
extern int ValvePressure;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue