No retroactive changes with M851 Z

This commit is contained in:
Scott Lahteine 2017-11-16 17:35:14 -06:00
parent 74997a5251
commit 622d100c30
4 changed files with 6 additions and 59 deletions

View file

@ -345,7 +345,6 @@ void report_current_position();
#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)
#else