Browse Source

Fix Anycubic Kossel config

Scott Lahteine 6 years ago
parent
commit
65b36642f8

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

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.

Loading…
Cancel
Save