From d32c4efc77350a08ea4f149c0889b39da1dc75f6 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Mon, 10 Sep 2018 01:20:26 -0500 Subject: [PATCH] Fix some trailing whitespace --- .../examples/Formbot/T-Rex_2+/Configuration_adv.h | 4 ++-- .../config/examples/Formbot/T_Rex_3/Configuration.h | 11 +++++------ .../examples/Formbot/T_Rex_3/Configuration_adv.h | 6 +++--- .../src/config/examples/Formbot/T_Rex_3/_Bootscreen.h | 1 - 4 files changed, 10 insertions(+), 12 deletions(-) diff --git a/Marlin/src/config/examples/Formbot/T-Rex_2+/Configuration_adv.h b/Marlin/src/config/examples/Formbot/T-Rex_2+/Configuration_adv.h index abbe4604f6..a38541d25e 100644 --- a/Marlin/src/config/examples/Formbot/T-Rex_2+/Configuration_adv.h +++ b/Marlin/src/config/examples/Formbot/T-Rex_2+/Configuration_adv.h @@ -1519,12 +1519,12 @@ */ //#define CUSTOM_USER_MENUS #if ENABLED(CUSTOM_USER_MENUS) -//#define USER_SCRIPT_AUDIBLE_FEEDBACK + //#define USER_SCRIPT_AUDIBLE_FEEDBACK #define USER_SCRIPT_RETURN // Return to status screen after a script #define USER_DESC_1 "User cmd 1" #define USER_GCODE_1 "G28 X \n" - + #define USER_DESC_2 "User cmd 2" #define USER_GCODE_2 "G28 \nG1 X100 \n" diff --git a/Marlin/src/config/examples/Formbot/T_Rex_3/Configuration.h b/Marlin/src/config/examples/Formbot/T_Rex_3/Configuration.h index 2097d16e14..78a4f5dd49 100644 --- a/Marlin/src/config/examples/Formbot/T_Rex_3/Configuration.h +++ b/Marlin/src/config/examples/Formbot/T_Rex_3/Configuration.h @@ -20,15 +20,15 @@ * along with this program. If not, see . * */ - + #define TREX3 // Turn this on to generate a T-Rex 3 firmware image // The next few options are for firmware development and probably should not be used by Formbot. #define ICSP_PORT_SWITCHES // If ICSP_PORT_SWITCHES is defined, those pins become filament runout sensors // (But the SD Memory card won't work and is turned off!!!) - + #define ROXYs_TRex // Turn this on to get customizations only available on Roxy's T-Rex 2+ - // Marlin controlled heat bed, Max7219 debug LED's, less bright LED light level + // Marlin controlled heat bed, Max7219 debug LED's, less bright LED light level // More aggressive PID numbers for hotends (due to double fans) /** * Configuration.h @@ -999,11 +999,11 @@ * By default the firmware assumes HIGH=FILAMENT PRESENT. */ -#ifdef TREX3 +#ifdef TREX3 #define FILAMENT_RUNOUT_SENSOR #define NUM_RUNOUT_SENSORS 2 // Number of sensors, up to one per extruder. Define a FIL_RUNOUT#_PIN for each. #else -//#define FILAMENT_RUNOUT_SENSOR + //#define FILAMENT_RUNOUT_SENSOR #endif #if ENABLED(FILAMENT_RUNOUT_SENSOR) @@ -1014,7 +1014,6 @@ #define FIL_RUNOUT_PULLUP // Use internal pullup for filament runout pins. //#define FIL_RUNOUT_PULLDOWN // Use internal pulldown for filament runout pins. #define FILAMENT_RUNOUT_SCRIPT "M600" -//#define FILAMENT_RUNOUT_SCRIPT "M601" #endif //=========================================================================== diff --git a/Marlin/src/config/examples/Formbot/T_Rex_3/Configuration_adv.h b/Marlin/src/config/examples/Formbot/T_Rex_3/Configuration_adv.h index 0da60da965..3fd8d9666c 100644 --- a/Marlin/src/config/examples/Formbot/T_Rex_3/Configuration_adv.h +++ b/Marlin/src/config/examples/Formbot/T_Rex_3/Configuration_adv.h @@ -365,7 +365,7 @@ // once. (2nd extruder x offset and temp offset are set using: M605 S2 [Xnnn] [Rmmm]) // Mode 3 (DXC_SYMMETRIC_DUPLICATION_MODE) : Symmetric Duplication mode. The firmware will perform similarly to DXC_DUPLICATION_MODE except in a mirror // image of the first x-carriage. ie. If you are printing a right hand shoe on the 1st extruder, you will - // get a left hand shoe on the 2nd extruder. + // get a left hand shoe on the 2nd extruder. // This is the default power-up mode which can be later using M605. #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_AUTO_PARK_MODE @@ -1514,12 +1514,12 @@ */ //#define CUSTOM_USER_MENUS #if ENABLED(CUSTOM_USER_MENUS) -//#define USER_SCRIPT_AUDIBLE_FEEDBACK + //#define USER_SCRIPT_AUDIBLE_FEEDBACK #define USER_SCRIPT_RETURN // Return to status screen after a script #define USER_DESC_1 "User cmd 1" #define USER_GCODE_1 "G28 X \n" - + #define USER_DESC_2 "User cmd 2" #define USER_GCODE_2 "G28 \nG1 X100 \n" diff --git a/Marlin/src/config/examples/Formbot/T_Rex_3/_Bootscreen.h b/Marlin/src/config/examples/Formbot/T_Rex_3/_Bootscreen.h index 5bedb17160..89c0f43091 100644 --- a/Marlin/src/config/examples/Formbot/T_Rex_3/_Bootscreen.h +++ b/Marlin/src/config/examples/Formbot/T_Rex_3/_Bootscreen.h @@ -102,4 +102,3 @@ B10000000,B00000011,B11000000,B00000000,B01110000,B00001110,B10000001,B11111111, B10000000,B00000011,B11000000,B00000000,B01110000,B00000111,B00000000,B01111100,B00000011,B10000000,B00011100,B00000000,B00000001,B11100000,B00000000,B00000001, B11110000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00001111 }; -