瀏覽代碼

Anycubic Kossel Linear+: corrected DELTA_DIAGONAL_ROD (#11964)

Hannes Brandstätter-Müller 6 年之前
父節點
當前提交
a3ec805c97
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/src/config/examples/delta/Anycubic/Kossel/Configuration.h

+ 1
- 1
Marlin/src/config/examples/delta/Anycubic/Kossel/Configuration.h 查看文件

605
     // Print surface diameter/2 minus unreachable space (avoid collisions with vertical towers).
605
     // Print surface diameter/2 minus unreachable space (avoid collisions with vertical towers).
606
     #define DELTA_PRINTABLE_RADIUS 116.0 // mm
606
     #define DELTA_PRINTABLE_RADIUS 116.0 // mm
607
     // Center-to-center distance of the holes in the diagonal push rods.
607
     // Center-to-center distance of the holes in the diagonal push rods.
608
-    #define DELTA_DIAGONAL_ROD 271.5 // mm
608
+    #define DELTA_DIAGONAL_ROD 267 // mm
609
       // Horizontal offset from middle of printer to smooth rod center.
609
       // Horizontal offset from middle of printer to smooth rod center.
610
     #define DELTA_SMOOTH_ROD_OFFSET 186 // mm
610
     #define DELTA_SMOOTH_ROD_OFFSET 186 // mm
611
     // Horizontal offset of the universal joints on the end effector.
611
     // Horizontal offset of the universal joints on the end effector.

Loading…
取消
儲存