|
@@ -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
|
//===========================================================================
|