Add Z Probe Offset to EEPROM and Ultra LCD

This commit is contained in:
Alex Borro
2014-01-16 18:13:46 -02:00
parent df194f75e1
commit 05932e4458
5 changed files with 97 additions and 81 deletions

View File

@ -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;