浏览代码

Fix Anycubic Kossel config

Scott Lahteine 6 年前
父节点
当前提交
65b36642f8
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      Marlin/src/config/examples/delta/Anycubic/Kossel/Configuration.h

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

24
  * Choose your version:
24
  * Choose your version:
25
  */
25
  */
26
 // normal size or plus?
26
 // normal size or plus?
27
-//#define ANCYUBIC_KOSSEL_PLUS
27
+//#define ANYCUBIC_KOSSEL_PLUS
28
 // Anycubic Probe version 1 or 2 see README.md; 0 for no probe
28
 // Anycubic Probe version 1 or 2 see README.md; 0 for no probe
29
 #define ANYCUBIC_PROBE_VERSION 0
29
 #define ANYCUBIC_PROBE_VERSION 0
30
 // Heated Bed:
30
 // Heated Bed:
601
     #define PROBE_MANUALLY_STEP 0.05 // mm
601
     #define PROBE_MANUALLY_STEP 0.05 // mm
602
   #endif
602
   #endif
603
 
603
 
604
-  #if ENABLED(ANCYUBIC_KOSSEL_PLUS)
604
+  #if ENABLED(ANYCUBIC_KOSSEL_PLUS)
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.

正在加载...
取消
保存