Browse Source

Remove unused option in Anycubic Kossel config (#12138)

nhchiu 6 years ago
parent
commit
27a84fd021

+ 0
- 3
Marlin/src/config/examples/delta/Anycubic/Kossel/Configuration.h View File

583
   // and processor overload (too many expensive sqrt calls).
583
   // and processor overload (too many expensive sqrt calls).
584
   #define DELTA_SEGMENTS_PER_SECOND 80
584
   #define DELTA_SEGMENTS_PER_SECOND 80
585
 
585
 
586
-  // Convert feedrates to apply to the Effector instead of the Carriages
587
-  //#define DELTA_FEEDRATE_SCALING
588
-
589
   // After homing move down to a height where XY movement is unconstrained
586
   // After homing move down to a height where XY movement is unconstrained
590
   #define DELTA_HOME_TO_SAFE_ZONE
587
   #define DELTA_HOME_TO_SAFE_ZONE
591
 
588
 

Loading…
Cancel
Save