Patch G33 misuse of PROBE_MANUALLY

This commit is contained in:
Scott Lahteine 2017-11-07 19:47:45 -06:00
parent 69a7d4e0a5
commit 1d0739d6d1
6 changed files with 656 additions and 661 deletions

View file

@ -201,7 +201,7 @@ void lcd_reset_status();
float lcd_z_offset_edit();
#endif
#if ENABLED(DELTA_CALIBRATION_MENU)
#if ENABLED(DELTA_AUTO_CALIBRATION) && !HAS_BED_PROBE
float lcd_probe_pt(const float &rx, const float &ry);
#endif