Tweaks to some verbiage

This commit is contained in:
Scott Lahteine
2016-05-14 15:06:09 -07:00
parent a713043acd
commit ddf3e1e22d
2 changed files with 5 additions and 5 deletions

View File

@@ -121,7 +121,7 @@
* Individual axis homing is useless for DELTAS
*/
#if ENABLED(INDIVIDUAL_AXIS_HOMING_MENU) && ENABLED(DELTA)
#error Individual axis homing will not work with a DELTA kinematics.
#error INDIVIDUAL_AXIS_HOMING_MENU is incompatible with DELTA kinematics.
#endif
/**