Require newest TMCStepper
This commit is contained in:
parent
bafcd084cc
commit
bd2b44c4ed
|
@ -27,8 +27,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <TMCStepper.h>
|
#include <TMCStepper.h>
|
||||||
#if TMCSTEPPER_VERSION < 0x000405
|
#if TMCSTEPPER_VERSION < 0x000500
|
||||||
#error "Update TMCStepper library to 0.4.5 or newer."
|
#error "Update TMCStepper library to 0.5.0 or newer."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "../../inc/MarlinConfig.h"
|
#include "../../inc/MarlinConfig.h"
|
||||||
|
|
Loading…
Reference in a new issue