🎨 Check flags without ENABLED

This commit is contained in:
Scott Lahteine
2021-07-09 17:09:58 -05:00
parent 6cbd21d0d4
commit 26bfc26797
31 changed files with 90 additions and 90 deletions

View File

@@ -34,7 +34,7 @@
//
// I2C based DAC like on the Printrboard REVF
#define HAS_MOTOR_CURRENT_DAC
#define HAS_MOTOR_CURRENT_DAC 1
// Channels available for DAC, For Rigidboard there are 4
#define DAC_STEPPER_ORDER { 0, 1, 2, 3 }