From 6964e1a95a8ade26f8432065d92047efc0ac4653 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Tue, 14 Aug 2018 00:55:22 -0500 Subject: [PATCH] Clean up trailing whitespace --- Marlin/src/config/examples/Einstart-S/Configuration.h | 2 +- Marlin/src/config/examples/Einstart-S/readme.md | 2 +- Marlin/src/inc/Conditionals_post.h | 2 +- Marlin/src/lcd/ultralcd_impl_DOGM.h | 2 +- Marlin/src/module/printcounter.cpp | 2 +- Marlin/src/pins/pins_EINSTART-S.h | 2 +- frameworks/CMSIS/LPC1768/lib/Print.h | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Marlin/src/config/examples/Einstart-S/Configuration.h b/Marlin/src/config/examples/Einstart-S/Configuration.h index 7222773dba..af25ef7c21 100644 --- a/Marlin/src/config/examples/Einstart-S/Configuration.h +++ b/Marlin/src/config/examples/Einstart-S/Configuration.h @@ -561,7 +561,7 @@ #define X_STOP_INVERTING true #define Y_STOP_INVERTING true -#define Z_STOP_INVERTING true +#define Z_STOP_INVERTING true // Enable this feature if all enabled endstop pins are interrupt-capable. // This will remove the need to poll the interrupt pins, saving many CPU cycles. diff --git a/Marlin/src/config/examples/Einstart-S/readme.md b/Marlin/src/config/examples/Einstart-S/readme.md index 56635ec7a0..fbcb5f7668 100644 --- a/Marlin/src/config/examples/Einstart-S/readme.md +++ b/Marlin/src/config/examples/Einstart-S/readme.md @@ -84,7 +84,7 @@ PF Part Fan (PWM) ZS Z-Endstop (Max) YS Y-Endstop (Min) XS X-Endstop (Min) -PS SPST Switch to enable DC 24v +PS SPST Switch to enable DC 24v BT Bed Thermistor (header not populated) ET Extruder Thermistor PT1 PT100 Thermocouple (not populated) diff --git a/Marlin/src/inc/Conditionals_post.h b/Marlin/src/inc/Conditionals_post.h index 9c7f481826..6cca5426df 100644 --- a/Marlin/src/inc/Conditionals_post.h +++ b/Marlin/src/inc/Conditionals_post.h @@ -453,7 +453,7 @@ #elif HAS_DRIVER(LV8729) #define MINIMUM_STEPPER_DIR_DELAY 500 #elif HAS_DRIVER(A5984) - #define MINIMUM_STEPPER_DIR_DELAY 400 + #define MINIMUM_STEPPER_DIR_DELAY 400 #elif HAS_DRIVER(A4988) #define MINIMUM_STEPPER_DIR_DELAY 200 #elif HAS_TRINAMIC || HAS_DRIVER(TMC2660) || HAS_DRIVER(TMC2130_STANDALONE) || HAS_DRIVER(TMC2208_STANDALONE) || HAS_DRIVER(TMC26X_STANDALONE) || HAS_DRIVER(TMC2660_STANDALONE) diff --git a/Marlin/src/lcd/ultralcd_impl_DOGM.h b/Marlin/src/lcd/ultralcd_impl_DOGM.h index 7442f17d4e..16d6c11991 100644 --- a/Marlin/src/lcd/ultralcd_impl_DOGM.h +++ b/Marlin/src/lcd/ultralcd_impl_DOGM.h @@ -183,7 +183,7 @@ U8GLIB_MINI12864_2X u8g(DOGLCD_CS, DOGLCD_A0); // 4 stripes #elif ENABLED(U8GLIB_SH1106_EINSTART) // Connected via motherboard header - U8GLIB_SH1106_128X64 u8g(DOGLCD_SCK, DOGLCD_MOSI, DOGLCD_CS, LCD_PINS_DC, LCD_PINS_RS); + U8GLIB_SH1106_128X64 u8g(DOGLCD_SCK, DOGLCD_MOSI, DOGLCD_CS, LCD_PINS_DC, LCD_PINS_RS); #else // for regular DOGM128 display with HW-SPI //U8GLIB_DOGM128 u8g(DOGLCD_CS, DOGLCD_A0); // HW-SPI Com: CS, A0 // 8 stripes diff --git a/Marlin/src/module/printcounter.cpp b/Marlin/src/module/printcounter.cpp index ea1b7f61f9..b8fa89707b 100644 --- a/Marlin/src/module/printcounter.cpp +++ b/Marlin/src/module/printcounter.cpp @@ -74,7 +74,7 @@ void PrintCounter::initStats() { data = { 0, 0, 0, 0, 0.0 }; saveStats(); - + uint16_t crc = 0; int a = address; persistentStore.access_start(); diff --git a/Marlin/src/pins/pins_EINSTART-S.h b/Marlin/src/pins/pins_EINSTART-S.h index 94228553fe..7fd88f8fc5 100755 --- a/Marlin/src/pins/pins_EINSTART-S.h +++ b/Marlin/src/pins/pins_EINSTART-S.h @@ -45,7 +45,7 @@ // Limit Switches // #define X_STOP_PIN 44 // 2560 PIN 40 -#define Y_STOP_PIN 43 // 2560 PIN 41 +#define Y_STOP_PIN 43 // 2560 PIN 41 #define Z_STOP_PIN 42 // 2560 PIN 42 // diff --git a/frameworks/CMSIS/LPC1768/lib/Print.h b/frameworks/CMSIS/LPC1768/lib/Print.h index 283ed6d472..239ebf29e8 100644 --- a/frameworks/CMSIS/LPC1768/lib/Print.h +++ b/frameworks/CMSIS/LPC1768/lib/Print.h @@ -41,7 +41,7 @@ class Print { public: Print() : write_error(0) {} virtual ~Print() {} - + int getWriteError() { return write_error; } void clearWriteError() { setWriteError(0); }