Merge pull request #9113 from teemuatlut/TMC_followup
[2.0.x]TMC followup
This commit is contained in:
@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user