Merge pull request #9113 from teemuatlut/TMC_followup

[2.0.x]TMC followup
This commit is contained in:
Scott Lahteine
2018-01-09 18:46:35 -06:00
committed by GitHub
44 changed files with 666 additions and 118 deletions

View File

@ -1491,6 +1491,12 @@ static_assert(1 >= 0
#error "Enable STEALTHCHOP to use HYBRID_THRESHOLD."
#endif
#include "../feature/tmc_macros.h"
#if ENABLED(TMC_Z_CALIBRATION) && !Z_IS_TRINAMIC && !Z2_IS_TRINAMIC
#error "TMC_Z_CALIBRATION requires at least one TMC driver on Z axis"
#endif
/**
* Make sure HAVE_L6470DRIVER is warranted
*/