Add PROBE_MANUALLY support to G33

This commit is contained in:
LVD-AC
2017-07-03 17:06:23 +02:00
committed by Scott Lahteine
parent 28deff01b8
commit 3efe4aeef8
4 changed files with 81 additions and 50 deletions

View File

@@ -197,4 +197,8 @@ void lcd_reset_status();
float lcd_z_offset_edit();
#endif
#if ENABLED(DELTA_CALIBRATION_MENU)
float lcd_probe_pt(const float &lx, const float &ly);
#endif
#endif // ULTRALCD_H