Browse Source

Clean up some whitespace

Scott Lahteine 6 years ago
parent
commit
8323a08642

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

@@ -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

+ 3
- 3
Marlin/src/config/examples/delta/Anycubic/Kossel/README.md View File

@@ -26,10 +26,10 @@ The Kossel comes in 3 versions:
26 26
  * Pulley
27 27
  * Linear
28 28
  * Linear Plus
29
- 
29
+
30 30
 Pulley and Linear use the same configuration, the Linear Plus is bigger and uses slightly different configurations.
31
- 
32
-Typically the probes for the Anycubic Delta Kossel printers come in two different versions. 
31
+
32
+Typically the probes for the Anycubic Delta Kossel printers come in two different versions.
33 33
 
34 34
   * Version 1: Z Probe Offset of -19.0mm
35 35
 

Loading…
Cancel
Save