Code cleanup around MOTOR_CURRENT_PWM options

This commit is contained in:
Scott Lahteine
2016-03-25 04:05:07 -07:00
parent 122bdd187f
commit 5d8036e554
4 changed files with 52 additions and 41 deletions

View File

@@ -570,6 +570,8 @@
#define HAS_E3_STEP (PIN_EXISTS(E3_STEP))
#define HAS_E4_STEP (PIN_EXISTS(E4_STEP))
#define HAS_MOTOR_CURRENT_PWM (PIN_EXISTS(MOTOR_CURRENT_PWM_XY) || PIN_EXISTS(MOTOR_CURRENT_PWM_Z) || PIN_EXISTS(MOTOR_CURRENT_PWM_E))
/**
* Helper Macros for heaters and extruder fan
*/