Skip to content
Snippets Groups Projects
Commit 4971fa73 authored by Scott Lahteine's avatar Scott Lahteine Committed by Richard Wackerbarth
Browse files

Add a sanitycheck error for old servo settings (PR#2491)

- Documentation solution for #2476
parent 96ace72d
No related branches found
No related tags found
No related merge requests found
......@@ -308,4 +308,8 @@
#error Thermal Runaway Protection for the bed must now be enabled with THERMAL_PROTECTION_BED.
#endif
#ifdef PROBE_SERVO_DEACTIVATION_DELAY
#error PROBE_SERVO_DEACTIVATION_DELAY has been replaced with DEACTIVATE_SERVOS_AFTER_MOVE and SERVO_DEACTIVATION_DELAY.
#endif
#endif //SANITYCHECK_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment