Browse Source

Merge pull request #4504 from AnHardt/fix-baybystepping

Fix babystepping dependency
pull/1/head
Scott Lahteine 8 years ago
committed by GitHub
parent
commit
1967e4216e
  1. 3
      Marlin/temperature.cpp

3
Marlin/temperature.cpp

@ -29,6 +29,9 @@
#include "temperature.h"
#include "thermistortables.h"
#include "language.h"
#if ENABLED(BABYSTEPPING)
#include "stepper.h"
#endif
#if ENABLED(USE_WATCHDOG)
#include "watchdog.h"

Loading…
Cancel
Save