Merge plus fixup zprobe_zoffset
- Make `zprobe_zoffset` conditional - Fix ConfigurationStore for `zprobe_zoffset`
This commit is contained in:
commit
fbf9b21e0c
5 changed files with 122 additions and 77 deletions
|
|
@ -251,7 +251,9 @@ extern float z_endstop_adj;
|
|||
extern float min_pos[3];
|
||||
extern float max_pos[3];
|
||||
extern bool axis_known_position[3];
|
||||
extern float zprobe_zoffset;
|
||||
#ifdef ENABLE_AUTO_BED_LEVELING
|
||||
extern float zprobe_zoffset;
|
||||
#endif
|
||||
extern int fanSpeed;
|
||||
#ifdef BARICUDA
|
||||
extern int ValvePressure;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue