Overhaul of G33 Delta Calibration (#8821)

This commit is contained in:
Luc Van Daele
2018-04-12 02:12:56 +02:00
committed by Scott Lahteine
parent b2265869b2
commit 21971f2f7a
14 changed files with 510 additions and 484 deletions

View File

@@ -144,10 +144,6 @@
float lcd_z_offset_edit();
#endif
#if ENABLED(DELTA_AUTO_CALIBRATION) && !HAS_BED_PROBE
float lcd_probe_pt(const float &rx, const float &ry);
#endif
#else
inline void lcd_buttons_update() {}