Add laser control menu (#12883)

This commit is contained in:
InsanityAutomation
2019-01-21 00:41:47 -05:00
committed by Scott Lahteine
parent 75f2665f2e
commit a1cf49935d
5 changed files with 135 additions and 45 deletions

View File

@ -437,7 +437,7 @@ private:
#endif
#if ENABLED(SPINDLE_LASER_ENABLE)
static void M3_M4(bool is_M3);
static void M3_M4(const bool is_M4);
static void M5();
#endif