Tweak use of move_z_after_probing

This commit is contained in:
Scott Lahteine 2018-03-20 18:04:22 -05:00
parent e5fbbbc068
commit d9e1cbebea
3 changed files with 18 additions and 10 deletions

View file

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