Browse Source

fix-babysrepping

AnHardt 8 years ago
parent
commit
9ab94bd2c1
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      Marlin/temperature.cpp

+ 3
- 0
Marlin/temperature.cpp View File

@@ -29,6 +29,9 @@
29 29
 #include "temperature.h"
30 30
 #include "thermistortables.h"
31 31
 #include "language.h"
32
+#if ENABLED(BABYSTEPPING)
33
+  #include "stepper.h"
34
+#endif
32 35
 
33 36
 #if ENABLED(USE_WATCHDOG)
34 37
   #include "watchdog.h"

Loading…
Cancel
Save