Skip to content

Commit

Permalink
Merge pull request #6 from bigtreetech/pr/btt_skr_v2
Browse files Browse the repository at this point in the history
fix SanityCheck.h
  • Loading branch information
thisiskeithb authored Apr 14, 2021
2 parents 8c3c936 + 2e7c870 commit b2fa246
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Marlin/src/inc/SanityCheck.h
Original file line number Diff line number Diff line change
Expand Up @@ -1628,13 +1628,6 @@ static_assert(hbm[Z_AXIS] >= 0, "HOMING_BUMP_MM.Z must be greater than or equal
#error "POWER_MONITOR_CURRENT_PIN and POWER_MONITOR_VOLTAGE_PIN must be different."
#endif

/**
* Stepper Driver Anti-Reverse Protection
*/
#if ENABLED(DRIVER_SAFE_POWER_PROTECT) && !PIN_EXISTS(SAFE_POWER)
#error "DRIVER_SAFE_POWER_PROTECT requires a valid SAFE_POWER_PIN."
#endif

/**
* Volumetric Extruder Limit
*/
Expand Down

0 comments on commit b2fa246

Please sign in to comment.