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

@ -446,8 +446,8 @@
//
//#define JUNCTION_DEVIATION
#if ENABLED(JUNCTION_DEVIATION)
#define JUNCTION_DEVIATION_FACTOR 0.05
#define JUNCTION_ACCELERATION_FACTOR 1000
#define JUNCTION_DEVIATION_MM 0.02 // (mm) Distance from real junction edge
#define JUNCTION_ACCELERATION 1000 // (mm/s²) Maximum centripetal acceleration
//#define JUNCTION_DEVIATION_INCLUDE_E
#endif