Fix tool_change call in UBL G29

Fix #11279, #11252
This commit is contained in:
Scott Lahteine 2018-07-18 20:29:34 -05:00
parent 6d2aff03bd
commit 17ed0f815c

View file

@ -41,6 +41,10 @@
#include "../../../feature/bedlevel/bedlevel.h"
#include "../../../libs/least_squares_fit.h"
#if ENABLED(DUAL_X_CARRIAGE)
#include "../../../module/tool_change.h"
#endif
#include <math.h>
#define UBL_G29_P31