Fix automatic stepper assignment for X/Y/Z dual stepper drivers (#8130)

This commit is contained in:
Thomas Moore
2017-10-28 19:45:07 -05:00
committed by Roxy-3D
parent 50b4f9cbf7
commit 325233b454
2 changed files with 48 additions and 5 deletions

View File

@ -29,8 +29,6 @@
#include "thermistor/thermistors.h"
#include "../inc/MarlinConfig.h"
#if ENABLED(BABYSTEPPING)
extern bool axis_known_position[XYZ];
#endif