Disable SCARA feedrate scaling by default

This commit is contained in:
Scott Lahteine
2017-05-08 14:41:03 -05:00
parent f04d1096d4
commit 911a87e006
2 changed files with 4 additions and 3 deletions

View File

@ -76,6 +76,7 @@
#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