Disable POWER_OFF Pin for other printers than 4MAX so Pin 21 can be used for BLTouch. Also add two thermistor types for debugging purpose.
This commit is contained in:
@@ -581,7 +581,11 @@
|
||||
* 999 : Dummy Table that ALWAYS reads 100°C or the temperature defined below.
|
||||
*
|
||||
*/
|
||||
#if ENABLED(KNUTWURST_4MAXP2)
|
||||
#define TEMP_SENSOR_0 11
|
||||
#else
|
||||
#define TEMP_SENSOR_0 1
|
||||
#endif
|
||||
#define TEMP_SENSOR_1 0
|
||||
#define TEMP_SENSOR_2 0
|
||||
#define TEMP_SENSOR_3 0
|
||||
@@ -589,7 +593,7 @@
|
||||
#define TEMP_SENSOR_5 0
|
||||
#define TEMP_SENSOR_6 0
|
||||
#define TEMP_SENSOR_7 0
|
||||
#if ENABLED(KNUTWURST_4MAXP2) // 4MAX has type 1
|
||||
#if ENABLED(KNUTWURST_4MAXP2)
|
||||
#define TEMP_SENSOR_BED 5
|
||||
#else
|
||||
#define TEMP_SENSOR_BED 1
|
||||
|
@@ -266,9 +266,11 @@
|
||||
#define FILWIDTH_PIN 5 // Analog Input on AUX2
|
||||
#endif
|
||||
|
||||
#if ENABLED(DKNUTWURST_4MAXP2)
|
||||
#ifndef POWER_OFF_PIN
|
||||
#define POWER_OFF_PIN 21
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// RAMPS 1.4 DIO 4 on the servos connector
|
||||
#ifndef FIL_RUNOUT_PIN
|
||||
|
Reference in New Issue
Block a user