Move [xyz]_endstop_adj to Endstops class
This commit is contained in:
parent
83c83e3127
commit
e8fc0e9a57
5 changed files with 82 additions and 68 deletions
|
|
@ -386,16 +386,6 @@ void report_current_position();
|
|||
void set_z_fade_height(const float zfh, const bool do_report=true);
|
||||
#endif
|
||||
|
||||
#if ENABLED(X_DUAL_ENDSTOPS)
|
||||
extern float x_endstop_adj;
|
||||
#endif
|
||||
#if ENABLED(Y_DUAL_ENDSTOPS)
|
||||
extern float y_endstop_adj;
|
||||
#endif
|
||||
#if ENABLED(Z_DUAL_ENDSTOPS)
|
||||
extern float z_endstop_adj;
|
||||
#endif
|
||||
|
||||
#if HAS_BED_PROBE
|
||||
extern float zprobe_zoffset;
|
||||
bool set_probe_deployed(const bool deploy);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue