Allow TEMP_CHAMBER_PIN override

This commit is contained in:
Scott Lahteine
2019-09-13 17:48:32 -05:00
parent f9961ddebb
commit ef8ce2e2e5
5 changed files with 20 additions and 5 deletions

View File

@ -88,7 +88,10 @@
#define TEMP_0_PIN PC0 // T0
#define TEMP_1_PIN PC1 // T1
#define TEMP_BED_PIN PC2 // TB
#define TEMP_CHAMBER_PIN PC3 // TC
#ifndef TEMP_CHAMBER_PIN
#define TEMP_CHAMBER_PIN PC3 // TC
#endif
//
// Heaters / Fans