Move Motion Menu to its own file

This commit is contained in:
Scott Lahteine
2018-10-27 16:45:37 -05:00
parent 3a9ad9f2b1
commit a489c9fa52
5 changed files with 503 additions and 479 deletions

View File

@ -288,6 +288,7 @@
// Manual Movement
constexpr float manual_feedrate_mm_m[XYZE] = MANUAL_FEEDRATE;
extern float move_menu_scale;
#if IS_KINEMATIC
extern bool processing_manual_move;
#else