Browse Source

Merge pull request #374 from kintel/quickstop

compile fix: quickStop() needs stepper.h
daid 12 years ago
parent
commit
6b78edf7c5
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/ultralcd.cpp

+ 1
- 0
Marlin/ultralcd.cpp View File

@@ -5,6 +5,7 @@
5 5
 #include "language.h"
6 6
 #include "cardreader.h"
7 7
 #include "temperature.h"
8
+#include "stepper.h"
8 9
 #include "ConfigurationStore.h"
9 10
 
10 11
 /* Configuration settings */

Loading…
Cancel
Save