Move G2_G3 to cpp

This commit is contained in:
Scott Lahteine
2017-09-15 20:57:52 -05:00
parent 27f7e3fe6f
commit 4007cbfe9e
3 changed files with 14 additions and 6 deletions

View File

@ -310,7 +310,7 @@ private:
);
#if ENABLED(ARC_SUPPORT)
static void G2_G3(bool clockwise);
static void G2_G3(const bool clockwise);
#endif
static void G4();