Disable PROBE_MANUALLY for UBL

Plus some other UBL tweaks.
This commit is contained in:
Scott Lahteine
2017-05-19 06:50:01 -05:00
parent 94a4af1d7f
commit 75badae2f8
4 changed files with 28 additions and 11 deletions

View File

@ -351,6 +351,9 @@ int16_t code_value_temp_diff();
void refresh_zprobe_zoffset(const bool no_babystep=false);
#define DEPLOY_PROBE() set_probe_deployed(true)
#define STOW_PROBE() set_probe_deployed(false)
#else
#define DEPLOY_PROBE()
#define STOW_PROBE()
#endif
#if ENABLED(HOST_KEEPALIVE_FEATURE)