瀏覽代碼

enable soft endstops for delta

disable delta by default
Jim Morris 12 年之前
父節點
當前提交
fb20ceabce
共有 1 個文件被更改,包括 4 次插入5 次删除
  1. 4
    5
      Marlin/Configuration.h

+ 4
- 5
Marlin/Configuration.h 查看文件

73
 //===========================================================================
73
 //===========================================================================
74
 //============================== Delta Settings =============================
74
 //============================== Delta Settings =============================
75
 //===========================================================================
75
 //===========================================================================
76
-// Enable DELTA kinematics
77
-#define DELTA
76
+// Enable DELTA kinematics and most of the default configuration for Deltas
77
+//#define DELTA
78
 
78
 
79
 // Make delta curves from many straight lines (linear interpolation).
79
 // Make delta curves from many straight lines (linear interpolation).
80
 // This is a trade-off between visible corners (not enough segments)
80
 // This is a trade-off between visible corners (not enough segments)
338
 #define X_HOME_DIR 1
338
 #define X_HOME_DIR 1
339
 #define Y_HOME_DIR 1
339
 #define Y_HOME_DIR 1
340
 #define Z_HOME_DIR 1
340
 #define Z_HOME_DIR 1
341
-#define min_software_endstops false // If true, axis won't move to coordinates less than HOME_POS.
342
-#define max_software_endstops false  // If true, axis won't move to coordinates greater than the defined lengths below.
343
 
341
 
344
 #else
342
 #else
345
 
343
 
346
 #define X_HOME_DIR -1
344
 #define X_HOME_DIR -1
347
 #define Y_HOME_DIR -1
345
 #define Y_HOME_DIR -1
348
 #define Z_HOME_DIR -1
346
 #define Z_HOME_DIR -1
347
+#endif // delta
348
+
349
 #define min_software_endstops true // If true, axis won't move to coordinates less than HOME_POS.
349
 #define min_software_endstops true // If true, axis won't move to coordinates less than HOME_POS.
350
 #define max_software_endstops true  // If true, axis won't move to coordinates greater than the defined lengths below.
350
 #define max_software_endstops true  // If true, axis won't move to coordinates greater than the defined lengths below.
351
-#endif // delta
352
 
351
 
353
 // Travel limits after homing
352
 // Travel limits after homing
354
 #ifdef DELTA
353
 #ifdef DELTA

Loading…
取消
儲存