Add code to handle changes to zprobe_zoffset
This commit is contained in:
parent
8fa4209916
commit
60ac41a32c
4 changed files with 49 additions and 36 deletions
|
|
@ -317,6 +317,7 @@ float code_value_temp_diff();
|
|||
|
||||
#if HAS_BED_PROBE
|
||||
extern float zprobe_zoffset;
|
||||
void refresh_zprobe_zoffset(const bool no_babystep=false);
|
||||
#define DEPLOY_PROBE() set_probe_deployed(true)
|
||||
#define STOW_PROBE() set_probe_deployed(false)
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue