Skip to content

Commit

Permalink
SanityCheck condition change
Browse files Browse the repository at this point in the history
  • Loading branch information
qwewer0 committed Dec 29, 2020
1 parent 53116de commit 965bf40
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Marlin/src/inc/SanityCheck.h
Original file line number Diff line number Diff line change
Expand Up @@ -2167,10 +2167,8 @@ static_assert(hbm[Z_AXIS] >= 0, "HOMING_BUMP_MM.Z must be greater than or equal
/**
* G35 Assisted Tramming
*/
#if ENABLED(ASSISTED_TRAMMING)
#if !HAS_BED_PROBE
#error "ASSISTED_TRAMMING requires a bed probe."
#endif
#if ENABLED(ASSISTED_TRAMMING) && !HAS_BED_PROBE
#error "ASSISTED_TRAMMING requires a bed probe."
#endif

/**
Expand Down

0 comments on commit 965bf40

Please sign in to comment.