Reorganize includes and declarations

This commit is contained in:
Scott Lahteine
2018-10-28 02:59:21 -05:00
parent 43cf913048
commit b063b1b722
6 changed files with 44 additions and 31 deletions

View File

@@ -45,6 +45,8 @@ void _man_probe_pt(const float &rx, const float &ry) {
#if ENABLED(DELTA_AUTO_CALIBRATION)
#include "../../gcode/gcode.h"
float lcd_probe_pt(const float &rx, const float &ry) {
_man_probe_pt(rx, ry);
KEEPALIVE_STATE(PAUSED_FOR_USER);