Rename Junction Deviation options

This commit is contained in:
Scott Lahteine 2018-05-26 01:59:29 -05:00
parent 949ee7afe9
commit 0bfb10ffb6
45 changed files with 92 additions and 88 deletions

View file

@ -448,8 +448,8 @@
//
//#define JUNCTION_DEVIATION
#if ENABLED(JUNCTION_DEVIATION)
#define JUNCTION_DEVIATION_FACTOR 0.02
#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