Browse Source

Fix Anycubic Kossel config

Scott Lahteine 5 years ago
parent
commit
65b36642f8
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/src/config/examples/delta/Anycubic/Kossel/Configuration.h

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

@@ -24,7 +24,7 @@
24 24
  * Choose your version:
25 25
  */
26 26
 // normal size or plus?
27
-//#define ANCYUBIC_KOSSEL_PLUS
27
+//#define ANYCUBIC_KOSSEL_PLUS
28 28
 // Anycubic Probe version 1 or 2 see README.md; 0 for no probe
29 29
 #define ANYCUBIC_PROBE_VERSION 0
30 30
 // Heated Bed:
@@ -601,7 +601,7 @@
601 601
     #define PROBE_MANUALLY_STEP 0.05 // mm
602 602
   #endif
603 603
 
604
-  #if ENABLED(ANCYUBIC_KOSSEL_PLUS)
604
+  #if ENABLED(ANYCUBIC_KOSSEL_PLUS)
605 605
     // Print surface diameter/2 minus unreachable space (avoid collisions with vertical towers).
606 606
     #define DELTA_PRINTABLE_RADIUS 116.0 // mm
607 607
     // Center-to-center distance of the holes in the diagonal push rods.

Loading…
Cancel
Save