Merge pull request #34 from XPila/MK3

Fixed configuration files (missing TEMP_SENSOR_PINDA and TEMP_SENSOR_…
This commit is contained in:
XPila 2017-09-12 12:36:41 +02:00 committed by GitHub
commit fb1aeb7f4b
2 changed files with 4 additions and 0 deletions

View file

@ -435,6 +435,8 @@ const bool Z_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic o
#else #else
#define TEMP_SENSOR_BED 1 #define TEMP_SENSOR_BED 1
#endif #endif
#define TEMP_SENSOR_PINDA 1
#define TEMP_SENSOR_AMBIENT 2000
#define STACK_GUARD_TEST_VALUE 0xA2A2 #define STACK_GUARD_TEST_VALUE 0xA2A2

View file

@ -435,6 +435,8 @@ const bool Z_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic o
#else #else
#define TEMP_SENSOR_BED 1 #define TEMP_SENSOR_BED 1
#endif #endif
#define TEMP_SENSOR_PINDA 1
#define TEMP_SENSOR_AMBIENT 2000
#define STACK_GUARD_TEST_VALUE 0xA2A2 #define STACK_GUARD_TEST_VALUE 0xA2A2