Apply standards for whole-file conditions
This commit is contained in:
parent
5054c53901
commit
21bfbb9d44
10 changed files with 37 additions and 19 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue