Scott Lahteine 6 лет назад
Родитель
Сommit
d32c4efc77

+ 2
- 2
Marlin/src/config/examples/Formbot/T-Rex_2+/Configuration_adv.h Просмотреть файл

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

+ 5
- 6
Marlin/src/config/examples/Formbot/T_Rex_3/Configuration.h Просмотреть файл

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

+ 3
- 3
Marlin/src/config/examples/Formbot/T_Rex_3/Configuration_adv.h Просмотреть файл

@@ -365,7 +365,7 @@
365 365
   //                                              once. (2nd extruder x offset and temp offset are set using: M605 S2 [Xnnn] [Rmmm])
366 366
   //    Mode 3 (DXC_SYMMETRIC_DUPLICATION_MODE) : Symmetric Duplication mode. The firmware will perform similarly to DXC_DUPLICATION_MODE except in a mirror
367 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 370
   // This is the default power-up mode which can be later using M605.
371 371
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_AUTO_PARK_MODE
@@ -1514,12 +1514,12 @@
1514 1514
  */
1515 1515
 //#define CUSTOM_USER_MENUS
1516 1516
 #if ENABLED(CUSTOM_USER_MENUS)
1517
-//#define USER_SCRIPT_AUDIBLE_FEEDBACK
1517
+  //#define USER_SCRIPT_AUDIBLE_FEEDBACK
1518 1518
   #define USER_SCRIPT_RETURN  // Return to status screen after a script
1519 1519
 
1520 1520
   #define USER_DESC_1  "User cmd 1"
1521 1521
   #define USER_GCODE_1 "G28 X \n"
1522
- 
1522
+
1523 1523
   #define USER_DESC_2  "User cmd 2"
1524 1524
   #define USER_GCODE_2 "G28 \nG1 X100 \n"
1525 1525
 

+ 0
- 1
Marlin/src/config/examples/Formbot/T_Rex_3/_Bootscreen.h Просмотреть файл

@@ -102,4 +102,3 @@ B10000000,B00000011,B11000000,B00000000,B01110000,B00001110,B10000001,B11111111,
102 102
 B10000000,B00000011,B11000000,B00000000,B01110000,B00000111,B00000000,B01111100,B00000011,B10000000,B00011100,B00000000,B00000001,B11100000,B00000000,B00000001,
103 103
 B11110000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00001111
104 104
 };
105
-  

Загрузка…
Отмена
Сохранить