浏览代码

Fix some trailing whitespace

Scott Lahteine 6 年前
父节点
当前提交
d32c4efc77

+ 2
- 2
Marlin/src/config/examples/Formbot/T-Rex_2+/Configuration_adv.h 查看文件

1519
  */
1519
  */
1520
 //#define CUSTOM_USER_MENUS
1520
 //#define CUSTOM_USER_MENUS
1521
 #if ENABLED(CUSTOM_USER_MENUS)
1521
 #if ENABLED(CUSTOM_USER_MENUS)
1522
-//#define USER_SCRIPT_AUDIBLE_FEEDBACK
1522
+  //#define USER_SCRIPT_AUDIBLE_FEEDBACK
1523
   #define USER_SCRIPT_RETURN  // Return to status screen after a script
1523
   #define USER_SCRIPT_RETURN  // Return to status screen after a script
1524
 
1524
 
1525
   #define USER_DESC_1  "User cmd 1"
1525
   #define USER_DESC_1  "User cmd 1"
1526
   #define USER_GCODE_1 "G28 X \n"
1526
   #define USER_GCODE_1 "G28 X \n"
1527
- 
1527
+
1528
   #define USER_DESC_2  "User cmd 2"
1528
   #define USER_DESC_2  "User cmd 2"
1529
   #define USER_GCODE_2 "G28 \nG1 X100 \n"
1529
   #define USER_GCODE_2 "G28 \nG1 X100 \n"
1530
 
1530
 

+ 5
- 6
Marlin/src/config/examples/Formbot/T_Rex_3/Configuration.h 查看文件

20
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
20
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
21
  *
21
  *
22
  */
22
  */
23
- 
23
+
24
 #define TREX3              // Turn this on to generate a T-Rex 3  firmware image
24
 #define TREX3              // Turn this on to generate a T-Rex 3  firmware image
25
 
25
 
26
 // The next few options are for firmware development and probably should not be used by Formbot.
26
 // The next few options are for firmware development and probably should not be used by Formbot.
27
 #define ICSP_PORT_SWITCHES // If ICSP_PORT_SWITCHES is defined, those pins become filament runout sensors
27
 #define ICSP_PORT_SWITCHES // If ICSP_PORT_SWITCHES is defined, those pins become filament runout sensors
28
                            // (But the SD Memory card won't work and is turned off!!!)
28
                            // (But the SD Memory card won't work and is turned off!!!)
29
- 
29
+
30
 #define ROXYs_TRex         // Turn this on to get customizations only available on Roxy's T-Rex 2+
30
 #define ROXYs_TRex         // Turn this on to get customizations only available on Roxy's T-Rex 2+
31
-                           // Marlin controlled heat bed, Max7219 debug LED's, less bright LED light level 
31
+                           // Marlin controlled heat bed, Max7219 debug LED's, less bright LED light level
32
                            // More aggressive PID numbers for hotends (due to double fans)
32
                            // More aggressive PID numbers for hotends (due to double fans)
33
 /**
33
 /**
34
  * Configuration.h
34
  * Configuration.h
999
  * By default the firmware assumes HIGH=FILAMENT PRESENT.
999
  * By default the firmware assumes HIGH=FILAMENT PRESENT.
1000
  */
1000
  */
1001
 
1001
 
1002
-#ifdef TREX3  
1002
+#ifdef TREX3
1003
   #define FILAMENT_RUNOUT_SENSOR
1003
   #define FILAMENT_RUNOUT_SENSOR
1004
   #define NUM_RUNOUT_SENSORS   2     // Number of sensors, up to one per extruder. Define a FIL_RUNOUT#_PIN for each.
1004
   #define NUM_RUNOUT_SENSORS   2     // Number of sensors, up to one per extruder. Define a FIL_RUNOUT#_PIN for each.
1005
 #else
1005
 #else
1006
-//#define FILAMENT_RUNOUT_SENSOR
1006
+  //#define FILAMENT_RUNOUT_SENSOR
1007
 #endif
1007
 #endif
1008
 
1008
 
1009
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)
1009
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)
1014
   #define FIL_RUNOUT_PULLUP          // Use internal pullup for filament runout pins.
1014
   #define FIL_RUNOUT_PULLUP          // Use internal pullup for filament runout pins.
1015
   //#define FIL_RUNOUT_PULLDOWN      // Use internal pulldown for filament runout pins.
1015
   //#define FIL_RUNOUT_PULLDOWN      // Use internal pulldown for filament runout pins.
1016
   #define FILAMENT_RUNOUT_SCRIPT "M600"
1016
   #define FILAMENT_RUNOUT_SCRIPT "M600"
1017
-//#define FILAMENT_RUNOUT_SCRIPT "M601"
1018
 #endif
1017
 #endif
1019
 
1018
 
1020
 //===========================================================================
1019
 //===========================================================================

+ 3
- 3
Marlin/src/config/examples/Formbot/T_Rex_3/Configuration_adv.h 查看文件

365
   //                                              once. (2nd extruder x offset and temp offset are set using: M605 S2 [Xnnn] [Rmmm])
365
   //                                              once. (2nd extruder x offset and temp offset are set using: M605 S2 [Xnnn] [Rmmm])
366
   //    Mode 3 (DXC_SYMMETRIC_DUPLICATION_MODE) : Symmetric Duplication mode. The firmware will perform similarly to DXC_DUPLICATION_MODE except in a mirror
366
   //    Mode 3 (DXC_SYMMETRIC_DUPLICATION_MODE) : Symmetric Duplication mode. The firmware will perform similarly to DXC_DUPLICATION_MODE except in a mirror
367
   //                                              image of the first x-carriage.  ie. If you are printing a right hand shoe on the 1st extruder, you will
367
   //                                              image of the first x-carriage.  ie. If you are printing a right hand shoe on the 1st extruder, you will
368
-  //                                              get a left hand shoe on the 2nd extruder.  
368
+  //                                              get a left hand shoe on the 2nd extruder.
369
 
369
 
370
   // This is the default power-up mode which can be later using M605.
370
   // This is the default power-up mode which can be later using M605.
371
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_AUTO_PARK_MODE
371
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_AUTO_PARK_MODE
1514
  */
1514
  */
1515
 //#define CUSTOM_USER_MENUS
1515
 //#define CUSTOM_USER_MENUS
1516
 #if ENABLED(CUSTOM_USER_MENUS)
1516
 #if ENABLED(CUSTOM_USER_MENUS)
1517
-//#define USER_SCRIPT_AUDIBLE_FEEDBACK
1517
+  //#define USER_SCRIPT_AUDIBLE_FEEDBACK
1518
   #define USER_SCRIPT_RETURN  // Return to status screen after a script
1518
   #define USER_SCRIPT_RETURN  // Return to status screen after a script
1519
 
1519
 
1520
   #define USER_DESC_1  "User cmd 1"
1520
   #define USER_DESC_1  "User cmd 1"
1521
   #define USER_GCODE_1 "G28 X \n"
1521
   #define USER_GCODE_1 "G28 X \n"
1522
- 
1522
+
1523
   #define USER_DESC_2  "User cmd 2"
1523
   #define USER_DESC_2  "User cmd 2"
1524
   #define USER_GCODE_2 "G28 \nG1 X100 \n"
1524
   #define USER_GCODE_2 "G28 \nG1 X100 \n"
1525
 
1525
 

+ 0
- 1
Marlin/src/config/examples/Formbot/T_Rex_3/_Bootscreen.h 查看文件

102
 B10000000,B00000011,B11000000,B00000000,B01110000,B00000111,B00000000,B01111100,B00000011,B10000000,B00011100,B00000000,B00000001,B11100000,B00000000,B00000001,
102
 B10000000,B00000011,B11000000,B00000000,B01110000,B00000111,B00000000,B01111100,B00000011,B10000000,B00011100,B00000000,B00000001,B11100000,B00000000,B00000001,
103
 B11110000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00001111
103
 B11110000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00001111
104
 };
104
 };
105
-  

正在加载...
取消
保存