Tweak use of move_z_after_probing
This commit is contained in:
parent
e5fbbbc068
commit
d9e1cbebea
3 changed files with 18 additions and 10 deletions
|
|
@ -384,10 +384,8 @@ void report_current_position();
|
|||
#if HAS_BED_PROBE
|
||||
extern float zprobe_zoffset;
|
||||
bool set_probe_deployed(const bool deploy);
|
||||
#ifdef Z_AFTER_PROBING
|
||||
#if Z_AFTER_PROBING
|
||||
void move_z_after_probing();
|
||||
#else
|
||||
inline void move_z_after_probing() {}
|
||||
#endif
|
||||
enum ProbePtRaise : unsigned char {
|
||||
PROBE_PT_NONE, // No raise or stow after run_z_probe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue