Clean up some whitespace
This commit is contained in:
parent
4d99f9d96a
commit
8323a08642
|
@ -21,13 +21,13 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Choose your version:
|
* Choose your version:
|
||||||
*/
|
*/
|
||||||
// normal size or plus?
|
// normal size or plus?
|
||||||
//#define ANCYUBIC_KOSSEL_PLUS
|
//#define ANCYUBIC_KOSSEL_PLUS
|
||||||
// Anycubic Probe version 1 or 2 see README.md; 0 for no probe
|
// Anycubic Probe version 1 or 2 see README.md; 0 for no probe
|
||||||
#define ANYCUBIC_PROBE_VERSION 0
|
#define ANYCUBIC_PROBE_VERSION 0
|
||||||
// Heated Bed:
|
// Heated Bed:
|
||||||
// 0 ... no heated bed
|
// 0 ... no heated bed
|
||||||
// 1 ... aluminium heated bed with "BuildTak-like" sticker
|
// 1 ... aluminium heated bed with "BuildTak-like" sticker
|
||||||
// 2 ... ultrabase heated bed
|
// 2 ... ultrabase heated bed
|
||||||
|
@ -580,7 +580,6 @@
|
||||||
#define PROBE_MANUALLY_STEP 0.05 // mm
|
#define PROBE_MANUALLY_STEP 0.05 // mm
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#if ENABLED(ANCYUBIC_KOSSEL_PLUS)
|
#if ENABLED(ANCYUBIC_KOSSEL_PLUS)
|
||||||
// Print surface diameter/2 minus unreachable space (avoid collisions with vertical towers).
|
// Print surface diameter/2 minus unreachable space (avoid collisions with vertical towers).
|
||||||
#define DELTA_PRINTABLE_RADIUS 116.0 // mm
|
#define DELTA_PRINTABLE_RADIUS 116.0 // mm
|
||||||
|
|
|
@ -26,10 +26,10 @@ The Kossel comes in 3 versions:
|
||||||
* Pulley
|
* Pulley
|
||||||
* Linear
|
* Linear
|
||||||
* Linear Plus
|
* Linear Plus
|
||||||
|
|
||||||
Pulley and Linear use the same configuration, the Linear Plus is bigger and uses slightly different configurations.
|
Pulley and Linear use the same configuration, the Linear Plus is bigger and uses slightly different configurations.
|
||||||
|
|
||||||
Typically the probes for the Anycubic Delta Kossel printers come in two different versions.
|
Typically the probes for the Anycubic Delta Kossel printers come in two different versions.
|
||||||
|
|
||||||
* Version 1: Z Probe Offset of -19.0mm
|
* Version 1: Z Probe Offset of -19.0mm
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue