|
@@ -21,13 +21,13 @@
|
21
|
21
|
*/
|
22
|
22
|
|
23
|
23
|
/**
|
24
|
|
- * Choose your version:
|
|
24
|
+ * Choose your version:
|
25
|
25
|
*/
|
26
|
26
|
// normal size or plus?
|
27
|
|
-//#define ANCYUBIC_KOSSEL_PLUS
|
|
27
|
+//#define ANCYUBIC_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
|
|
-// Heated Bed:
|
|
30
|
+// Heated Bed:
|
31
|
31
|
// 0 ... no heated bed
|
32
|
32
|
// 1 ... aluminium heated bed with "BuildTak-like" sticker
|
33
|
33
|
// 2 ... ultrabase heated bed
|
|
@@ -580,7 +580,6 @@
|
580
|
580
|
#define PROBE_MANUALLY_STEP 0.05 // mm
|
581
|
581
|
#endif
|
582
|
582
|
|
583
|
|
-
|
584
|
583
|
#if ENABLED(ANCYUBIC_KOSSEL_PLUS)
|
585
|
584
|
// Print surface diameter/2 minus unreachable space (avoid collisions with vertical towers).
|
586
|
585
|
#define DELTA_PRINTABLE_RADIUS 116.0 // mm
|