Browse Source

Delta disabled by default

Erik van der Zalm 12 years ago
parent
commit
e34c9981ab
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Configuration.h

+ 1
- 1
Marlin/Configuration.h View File

72
 //============================== Delta Settings =============================
72
 //============================== Delta Settings =============================
73
 //===========================================================================
73
 //===========================================================================
74
 // Enable DELTA kinematics
74
 // Enable DELTA kinematics
75
-#define DELTA
75
+//#define DELTA
76
 
76
 
77
 // Make delta curves from many straight lines (linear interpolation).
77
 // Make delta curves from many straight lines (linear interpolation).
78
 // This is a trade-off between visible corners (not enough segments)
78
 // This is a trade-off between visible corners (not enough segments)

Loading…
Cancel
Save