Allow Z_AFTER_PROBING to be 0

This commit is contained in:
Scott Lahteine
2018-04-30 02:59:11 -05:00
parent 99cbeb3806
commit 3e53754ccf
3 changed files with 8 additions and 8 deletions

View File

@@ -388,7 +388,7 @@ void report_current_position();
#if HAS_BED_PROBE
extern float zprobe_zoffset;
bool set_probe_deployed(const bool deploy);
#if Z_AFTER_PROBING
#ifdef Z_AFTER_PROBING
void move_z_after_probing();
#endif
enum ProbePtRaise : unsigned char {