Rename Junction Deviation options

This commit is contained in:
Scott Lahteine
2018-05-26 02:19:28 -05:00
parent aaaf09bda2
commit 931ab4ec40
52 changed files with 106 additions and 102 deletions

View File

@ -275,6 +275,10 @@
#error "LEVEL_BED_CORNERS requires a LEVEL_CORNERS_INSET value. Please update your Configuration.h."
#elif defined(BEZIER_JERK_CONTROL)
#error "BEZIER_JERK_CONTROL is now S_CURVE_ACCELERATION. Please update your configuration."
#elif defined(JUNCTION_DEVIATION_FACTOR)
#error "JUNCTION_DEVIATION_FACTOR is now JUNCTION_DEVIATION_MM. Please update your configuration."
#elif defined(JUNCTION_ACCELERATION_FACTOR)
#error "JUNCTION_ACCELERATION_FACTOR is now JUNCTION_ACCELERATION. Please update your configuration."
#endif
#define BOARD_MKS_13 -47