Allow Z_AFTER_PROBING to be 0
This commit is contained in:
@ -32,7 +32,7 @@
|
||||
#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 {
|
||||
|
Reference in New Issue
Block a user