#define TEMP_0_PIN 7 // MUST USE ANALOG INPUT NUMBERING NOT DIGITAL OUTPUT NUMBERING!!!!!!!!! (pin 33 extruder)
#define ORIG_TEMP_0_PIN 7 // MUST USE ANALOG INPUT NUMBERING NOT DIGITAL OUTPUT NUMBERING!!!!!!!!! (pin 33 extruder)
#define TEMP_1_PIN -1
#define ORIG_TEMP_1_PIN -1
#define TEMP_2_PIN -1
#define ORIG_TEMP_2_PIN -1
#define TEMP_BED_PIN 6 // MUST USE ANALOG INPUT NUMBERING NOT DIGITAL OUTPUT NUMBERING!!!!!!!!! (pin 34 bed)
#define ORIG_TEMP_BED_PIN 6 // MUST USE ANALOG INPUT NUMBERING NOT DIGITAL OUTPUT NUMBERING!!!!!!!!! (pin 34 bed)
#define SDPOWER -1
#define SDPOWER -1
#define SDSS 31
#define SDSS 31
...
@@ -1374,16 +1374,16 @@
...
@@ -1374,16 +1374,16 @@
#define ORIG_Z_ENABLE_PIN 35
#define ORIG_Z_ENABLE_PIN 35
#define HEATER_BED_PIN 4
#define HEATER_BED_PIN 4
#define TEMP_BED_PIN 10
#define ORIG_TEMP_BED_PIN 10
#define HEATER_0_PIN 2
#define HEATER_0_PIN 2
#define TEMP_0_PIN 8
#define ORIG_TEMP_0_PIN 8
#define HEATER_1_PIN 3
#define HEATER_1_PIN 3
#define TEMP_1_PIN 9
#define ORIG_TEMP_1_PIN 9
#define HEATER_2_PIN -1
#define HEATER_2_PIN -1
#define TEMP_2_PIN -1
#define ORIG_TEMP_2_PIN -1
#define ORIG_E0_STEP_PIN 43
#define ORIG_E0_STEP_PIN 43
#define ORIG_E0_DIR_PIN 45
#define ORIG_E0_DIR_PIN 45
...
@@ -1477,16 +1477,16 @@
...
@@ -1477,16 +1477,16 @@
#define ORIG_Z_ENABLE_PIN 35
#define ORIG_Z_ENABLE_PIN 35
#define HEATER_BED_PIN -1
#define HEATER_BED_PIN -1
#define TEMP_BED_PIN -1
#define ORIG_TEMP_BED_PIN -1
#define HEATER_0_PIN 2
#define HEATER_0_PIN 2
#define TEMP_0_PIN 8
#define ORIG_TEMP_0_PIN 8
#define HEATER_1_PIN 1
#define HEATER_1_PIN 1
#define TEMP_1_PIN 1
#define ORIG_TEMP_1_PIN 1
#define HEATER_2_PIN -1
#define HEATER_2_PIN -1
#define TEMP_2_PIN -1
#define ORIG_TEMP_2_PIN -1
#define ORIG_E0_STEP_PIN 43
#define ORIG_E0_STEP_PIN 43
#define ORIG_E0_DIR_PIN 45
#define ORIG_E0_DIR_PIN 45
...
@@ -1539,16 +1539,16 @@
...
@@ -1539,16 +1539,16 @@
#define ORIG_Z_ENABLE_PIN 34
#define ORIG_Z_ENABLE_PIN 34
#define HEATER_BED_PIN 4
#define HEATER_BED_PIN 4
#define TEMP_BED_PIN 10
#define ORIG_TEMP_BED_PIN 10
#define HEATER_0_PIN 2
#define HEATER_0_PIN 2
#define TEMP_0_PIN 8
#define ORIG_TEMP_0_PIN 8
#define HEATER_1_PIN 3
#define HEATER_1_PIN 3
#define TEMP_1_PIN 9
#define ORIG_TEMP_1_PIN 9
#define HEATER_2_PIN -1
#define HEATER_2_PIN -1
#define TEMP_2_PIN -1
#define ORIG_TEMP_2_PIN -1
#define ORIG_E0_STEP_PIN 42
#define ORIG_E0_STEP_PIN 42
#define ORIG_E0_DIR_PIN 43
#define ORIG_E0_DIR_PIN 43
...
@@ -1648,38 +1648,38 @@
...
@@ -1648,38 +1648,38 @@
#define KILL_PIN 46
#define KILL_PIN 46
#if (TEMP_SENSOR_0==0)
#if (TEMP_SENSOR_0==0)
#define TEMP_0_PIN -1
#define ORIG_TEMP_0_PIN -1
#define HEATER_0_PIN -1
#define HEATER_0_PIN -1
#else
#else
#define HEATER_0_PIN 2 // EXTRUDER 1
#define HEATER_0_PIN 2 // EXTRUDER 1
#if (TEMP_SENSOR_0==-1)
#if (TEMP_SENSOR_0==-1)
#define TEMP_0_PIN 6 // ANALOG NUMBERING - connector *K1* on RUMBA thermocouple ADD ON is used
#define ORIG_TEMP_0_PIN 6 // ANALOG NUMBERING - connector *K1* on RUMBA thermocouple ADD ON is used
#else
#else
#define TEMP_0_PIN 15 // ANALOG NUMBERING - default connector for thermistor *T0* on rumba board is used
#define ORIG_TEMP_0_PIN 15 // ANALOG NUMBERING - default connector for thermistor *T0* on rumba board is used
#endif
#endif
#endif
#endif
#if (TEMP_SENSOR_1==0)
#if (TEMP_SENSOR_1==0)
#define TEMP_1_PIN -1
#define ORIG_TEMP_1_PIN -1
#define HEATER_1_PIN -1
#define HEATER_1_PIN -1
#else
#else
#define HEATER_1_PIN 3 // EXTRUDER 2
#define HEATER_1_PIN 3 // EXTRUDER 2
#if (TEMP_SENSOR_1==-1)
#if (TEMP_SENSOR_1==-1)
#define TEMP_1_PIN 5 // ANALOG NUMBERING - connector *K2* on RUMBA thermocouple ADD ON is used
#define ORIG_TEMP_1_PIN 5 // ANALOG NUMBERING - connector *K2* on RUMBA thermocouple ADD ON is used
#else
#else
#define TEMP_1_PIN 14 // ANALOG NUMBERING - default connector for thermistor *T1* on rumba board is used
#define ORIG_TEMP_1_PIN 14 // ANALOG NUMBERING - default connector for thermistor *T1* on rumba board is used
#endif
#endif
#endif
#endif
#if (TEMP_SENSOR_2==0)
#if (TEMP_SENSOR_2==0)
#define TEMP_2_PIN -1
#define ORIG_TEMP_2_PIN -1
#define HEATER_2_PIN -1
#define HEATER_2_PIN -1
#else
#else
#define HEATER_2_PIN 6 // EXTRUDER 3
#define HEATER_2_PIN 6 // EXTRUDER 3
#if (TEMP_SENSOR_2==-1)
#if (TEMP_SENSOR_2==-1)
#define TEMP_2_PIN 7 // ANALOG NUMBERING - connector *K3* on RUMBA thermocouple ADD ON is used <-- this can not be used when TEMP_SENSOR_BED is defined as thermocouple
#define ORIG_TEMP_2_PIN 7 // ANALOG NUMBERING - connector *K3* on RUMBA thermocouple ADD ON is used <-- this can not be used when TEMP_SENSOR_BED is defined as thermocouple
#else
#else
#define TEMP_2_PIN 13 // ANALOG NUMBERING - default connector for thermistor *T2* on rumba board is used
#define ORIG_TEMP_2_PIN 13 // ANALOG NUMBERING - default connector for thermistor *T2* on rumba board is used
#endif
#endif
#endif
#endif
...
@@ -1687,14 +1687,14 @@
...
@@ -1687,14 +1687,14 @@
//optional FAN1 can be used as 4th heater output: #define HEATER_3_PIN 8 // EXTRUDER 4
//optional FAN1 can be used as 4th heater output: #define HEATER_3_PIN 8 // EXTRUDER 4
#if (TEMP_SENSOR_BED==0)
#if (TEMP_SENSOR_BED==0)
#define TEMP_BED_PIN -1
#define ORIG_TEMP_BED_PIN -1
#define HEATER_BED_PIN -1
#define HEATER_BED_PIN -1
#else
#else
#define HEATER_BED_PIN 9 // BED
#define HEATER_BED_PIN 9 // BED
#if (TEMP_SENSOR_BED==-1)
#if (TEMP_SENSOR_BED==-1)
#define TEMP_BED_PIN 7 // ANALOG NUMBERING - connector *K3* on RUMBA thermocouple ADD ON is used <-- this can not be used when TEMP_SENSOR_2 is defined as thermocouple
#define ORIG_TEMP_BED_PIN 7 // ANALOG NUMBERING - connector *K3* on RUMBA thermocouple ADD ON is used <-- this can not be used when TEMP_SENSOR_2 is defined as thermocouple
#else
#else
#define TEMP_BED_PIN 11 // ANALOG NUMBERING - default connector for thermistor *THB* on rumba board is used
#define ORIG_TEMP_BED_PIN 11 // ANALOG NUMBERING - default connector for thermistor *THB* on rumba board is used
#endif
#endif
#endif
#endif
...
@@ -1763,21 +1763,21 @@
...
@@ -1763,21 +1763,21 @@
#define X_STOP_PIN 13
#define X_STOP_PIN 13
#define Y_STOP_PIN 14
#define Y_STOP_PIN 14
#define Z_STOP_PIN 15
#define Z_STOP_PIN 15
#define TEMP_0_PIN 7 // Extruder / Analog pin numbering
#define ORIG_TEMP_0_PIN 7 // Extruder / Analog pin numbering
#define TEMP_BED_PIN 6 // Bed / Analog pin numbering
#define ORIG_TEMP_BED_PIN 6 // Bed / Analog pin numbering
#else // Printrboard
#else // Printrboard
#define X_STOP_PIN 35
#define X_STOP_PIN 35
#define Y_STOP_PIN 8
#define Y_STOP_PIN 8
#define Z_STOP_PIN 36
#define Z_STOP_PIN 36
#define TEMP_0_PIN 1 // Extruder / Analog pin numbering
#define ORIG_TEMP_0_PIN 1 // Extruder / Analog pin numbering
#define TEMP_BED_PIN 0 // Bed / Analog pin numbering
#define ORIG_TEMP_BED_PIN 0 // Bed / Analog pin numbering
#ifdef FILAMENT_SENSOR
#ifdef FILAMENT_SENSOR
#define FILWIDTH_PIN 2
#define FILWIDTH_PIN 2
#endif //FILAMENT_SENSOR
#endif //FILAMENT_SENSOR
#endif
#endif
#define TEMP_1_PIN -1
#define ORIG_TEMP_1_PIN -1
#define TEMP_2_PIN -1
#define ORIG_TEMP_2_PIN -1
#define SDPOWER -1
#define SDPOWER -1
#define SDSS 8
#define SDSS 8
...
@@ -1837,10 +1837,10 @@
...
@@ -1837,10 +1837,10 @@
#define HEATER_BED_PIN 38 // Bed
#define HEATER_BED_PIN 38 // Bed
#define ORIG_FAN_PIN 3 // Fan
#define ORIG_FAN_PIN 3 // Fan
#define TEMP_0_PIN 7 // Extruder / Analog pin numbering
#define ORIG_TEMP_0_PIN 7 // Extruder / Analog pin numbering
#define TEMP_1_PIN -1
#define ORIG_TEMP_1_PIN -1
#define TEMP_2_PIN -1
#define ORIG_TEMP_2_PIN -1
#define TEMP_BED_PIN 6 // Bed / Analog pin numbering
#define ORIG_TEMP_BED_PIN 6 // Bed / Analog pin numbering
#define SDPOWER -1
#define SDPOWER -1
#define SDSS -1
#define SDSS -1
...
@@ -1904,11 +1904,11 @@
...
@@ -1904,11 +1904,11 @@
#define X_STOP_PIN 13
#define X_STOP_PIN 13
#define Y_STOP_PIN 14
#define Y_STOP_PIN 14
#define Z_STOP_PIN 15
#define Z_STOP_PIN 15
#define TEMP_0_PIN 7 // Extruder / Analog pin numbering
#define ORIG_TEMP_0_PIN 7 // Extruder / Analog pin numbering
#define TEMP_BED_PIN 6 // Bed / Analog pin numbering
#define ORIG_TEMP_BED_PIN 6 // Bed / Analog pin numbering
#define TEMP_1_PIN -1
#define ORIG_TEMP_1_PIN -1
#define TEMP_2_PIN -1
#define ORIG_TEMP_2_PIN -1
#define SDPOWER -1
#define SDPOWER -1
#define SDSS 20 // PB0 - 8 in marlin env.
#define SDSS 20 // PB0 - 8 in marlin env.
...
@@ -2030,10 +2030,10 @@ DaveX plan for Teensylu/printrboard-type pinouts (ref teensylu & sprinter) for a
...
@@ -2030,10 +2030,10 @@ DaveX plan for Teensylu/printrboard-type pinouts (ref teensylu & sprinter) for a
#define Y_STOP_PIN 3
#define Y_STOP_PIN 3
#define Z_STOP_PIN 4
#define Z_STOP_PIN 4
#define TEMP_0_PIN 7 // Extruder / Analog pin numbering
#define ORIG_TEMP_0_PIN 7 // Extruder / Analog pin numbering
#define TEMP_BED_PIN 6 // Bed / Analog pin numbering
#define ORIG_TEMP_BED_PIN 6 // Bed / Analog pin numbering
#define TEMP_1_PIN -1
#define ORIG_TEMP_1_PIN -1
#define TEMP_2_PIN -1
#define ORIG_TEMP_2_PIN -1
#define SDPOWER -1
#define SDPOWER -1
#define SDCARDDETECT -1
#define SDCARDDETECT -1
...
@@ -2108,10 +2108,10 @@ DaveX plan for Teensylu/printrboard-type pinouts (ref teensylu & sprinter) for a
...
@@ -2108,10 +2108,10 @@ DaveX plan for Teensylu/printrboard-type pinouts (ref teensylu & sprinter) for a
#define ORIG_Z_ENABLE_PIN 29
#define ORIG_Z_ENABLE_PIN 29
#define ORIG_E0_ENABLE_PIN 13
#define ORIG_E0_ENABLE_PIN 13
#define TEMP_0_PIN 0 // MUST USE ANALOG INPUT NUMBERING NOT DIGITAL OUTPUT NUMBERING!!!!!!!!! (pin 33 extruder)
#define ORIG_TEMP_0_PIN 0 // MUST USE ANALOG INPUT NUMBERING NOT DIGITAL OUTPUT NUMBERING!!!!!!!!! (pin 33 extruder)
#define TEMP_1_PIN -1
#define ORIG_TEMP_1_PIN -1
#define TEMP_2_PIN -1
#define ORIG_TEMP_2_PIN -1
#define TEMP_BED_PIN 5 // MUST USE ANALOG INPUT NUMBERING NOT DIGITAL OUTPUT NUMBERING!!!!!!!!! (pin 34 bed)
#define ORIG_TEMP_BED_PIN 5 // MUST USE ANALOG INPUT NUMBERING NOT DIGITAL OUTPUT NUMBERING!!!!!!!!! (pin 34 bed)
#define SDPOWER -1
#define SDPOWER -1
#define SDSS 4
#define SDSS 4
#define HEATER_2_PIN -1
#define HEATER_2_PIN -1
...
@@ -2194,11 +2194,11 @@ DaveX plan for Teensylu/printrboard-type pinouts (ref teensylu & sprinter) for a
...
@@ -2194,11 +2194,11 @@ DaveX plan for Teensylu/printrboard-type pinouts (ref teensylu & sprinter) for a
#define HEATER_0_PIN 4
#define HEATER_0_PIN 4
#define HEATER_1_PIN -1 // 12
#define HEATER_1_PIN -1 // 12
#define HEATER_2_PIN -1 // 13
#define HEATER_2_PIN -1 // 13
#define TEMP_0_PIN 0 //D27 // MUST USE ANALOG INPUT NUMBERING NOT DIGITAL OUTPUT NUMBERING!!!!!!!!!
#define ORIG_TEMP_0_PIN 0 //D27 // MUST USE ANALOG INPUT NUMBERING NOT DIGITAL OUTPUT NUMBERING!!!!!!!!!