Fixup M666

Followup to d6df032
This commit is contained in:
Scott Lahteine
2018-03-10 19:52:30 -06:00
parent 6747225e02
commit f003173752
3 changed files with 5 additions and 5 deletions

View File

@ -701,7 +701,7 @@ private:
static void M665();
#endif
#if ENABLED(DELTA) || ENABLED(Z_DUAL_ENDSTOPS)
#if ENABLED(DELTA) || ENABLED(X_DUAL_ENDSTOPS) || ENABLED(Y_DUAL_ENDSTOPS) || ENABLED(Z_DUAL_ENDSTOPS)
static void M666();
#endif