Apply standards for whole-file conditions
This commit is contained in:
@@ -417,6 +417,7 @@ void report_current_position();
|
||||
|
||||
#if HAS_BED_PROBE
|
||||
extern float zprobe_zoffset;
|
||||
bool set_probe_deployed(const bool deploy);
|
||||
#define DEPLOY_PROBE() set_probe_deployed(true)
|
||||
#define STOW_PROBE() set_probe_deployed(false)
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user