Fixed extra #endif
This commit is contained in:
parent
a57862e29f
commit
bb41edc2ef
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue