Clean up whitespace

This commit is contained in:
Scott Lahteine 2018-10-16 02:02:20 -05:00
parent 06e2afe8e0
commit 84b59d58fb
58 changed files with 65 additions and 63 deletions

View file

@ -25,8 +25,10 @@
*/ */
// normal size or plus? // normal size or plus?
//#define ANYCUBIC_KOSSEL_PLUS //#define ANYCUBIC_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
@ -992,11 +994,11 @@
#define Y_PROBE_OFFSET_FROM_EXTRUDER 0 // Y offset: -front +behind [the nozzle] #define Y_PROBE_OFFSET_FROM_EXTRUDER 0 // Y offset: -front +behind [the nozzle]
#if ANYCUBIC_PROBE_VERSION == 2 #if ANYCUBIC_PROBE_VERSION == 2
#define Z_PROBE_OFFSET_FROM_EXTRUDER -16.8 // Z offset: -below +above [the nozzle] #define Z_PROBE_OFFSET_FROM_EXTRUDER -16.8 // Z offset: -below +above [the nozzle]
#elif ANYCUBIC_PROBE_VERSION == 1 #elif ANYCUBIC_PROBE_VERSION == 1
#define Z_PROBE_OFFSET_FROM_EXTRUDER -19.0 // Z offset: -below +above [the nozzle] #define Z_PROBE_OFFSET_FROM_EXTRUDER -19.0 // Z offset: -below +above [the nozzle]
#else #else
#define Z_PROBE_OFFSET_FROM_EXTRUDER 0 // Z offset: -below +above [the nozzle] #define Z_PROBE_OFFSET_FROM_EXTRUDER 0 // Z offset: -below +above [the nozzle]
#endif #endif
// Certain types of probes need to stay away from edges // Certain types of probes need to stay away from edges