Browse Source

Fixed extra #endif

pull/1/head
Chris Roadfeldt 10 years ago
parent
commit
bb41edc2ef
  1. 2
      Marlin/SanityCheck.h

2
Marlin/SanityCheck.h

@ -124,7 +124,7 @@
// #endif // #endif
// #ifndef SERVO_ENDSTOP_ANGLES // #ifndef SERVO_ENDSTOP_ANGLES
// #error You must have SERVO_ENDSTOP_ANGLES defined for Z Extend and Retract to use Z_PROBE_AND_ENSTOP // #error You must have SERVO_ENDSTOP_ANGLES defined for Z Extend and Retract to use Z_PROBE_AND_ENSTOP
#endif // #endif
#endif #endif
/** /**
* Check if Probe_Offset * Grid Points is greater than Probing Range * Check if Probe_Offset * Grid Points is greater than Probing Range

Loading…
Cancel
Save