Fixed configuration files (missing TEMP_SENSOR_PINDA and TEMP_SENSOR_AMBIENT)

This commit is contained in:
Robert Pelnar 2017-09-12 12:35:58 +02:00
parent 9c324bfeda
commit 0122146dd8
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
#define TEMP_SENSOR_BED 1
#endif
#define TEMP_SENSOR_PINDA 1
#define TEMP_SENSOR_AMBIENT 2000
#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
#define TEMP_SENSOR_BED 1
#endif
#define TEMP_SENSOR_PINDA 1
#define TEMP_SENSOR_AMBIENT 2000
#define STACK_GUARD_TEST_VALUE 0xA2A2