Drop SCARA_FEEDRATE_SCALING

The updated planner takes the length of the move, so this pre-calculation is no longer needed.
This commit is contained in:
Scott Lahteine
2018-03-01 04:30:41 -06:00
parent c1f4112bdc
commit 91db7930dc
3 changed files with 4 additions and 49 deletions

View File

@ -73,7 +73,6 @@
#if ENABLED(MORGAN_SCARA) || ENABLED(MAKERARM_SCARA)
//#define DEBUG_SCARA_KINEMATICS
//#define SCARA_FEEDRATE_SCALING // Convert XY feedrate from mm/s to degrees/s on the fly
// If movement is choppy try lowering this value
#define SCARA_SEGMENTS_PER_SECOND 200