"nozzle_to_probe_offset" is obsolete

This commit is contained in:
Scott Lahteine
2019-11-13 02:53:11 -06:00
parent 602ca5dea6
commit 3f4636e916
3 changed files with 10 additions and 16 deletions

View File

@ -29,8 +29,6 @@
#if HAS_BED_PROBE
constexpr xyz_pos_t nozzle_to_probe_offset = NOZZLE_TO_PROBE_OFFSET;
extern xyz_pos_t probe_offset;
bool set_probe_deployed(const bool deploy);