Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions include/marlin/Configuration_XL.h
Original file line number Diff line number Diff line change
Expand Up @@ -355,11 +355,10 @@
#define TEMP_SENSOR_5 5
#define TEMP_SENSOR_BED 5

// Chamber temperature is thermistor connector on sandwich. Connected to virtual MARLIN_PIN(AMBIENT) and AdcGet::ambientTemp().
#define TEMP_SENSOR_CHAMBER 2000 // TODO: Unknown thermistor, set properly
#define TEMP_SENSOR_CHAMBER 0
#define HEATER_CHAMBER_PIN -1 // On/off pin for enclosure heating system

#define TEMP_SENSOR_HEATBREAK 5
#define HEATER_CHAMBER_PIN -1 // On/off pin for enclosure heating system
#define TEMP_SENSOR_BOARD 2000


Expand Down
4 changes: 2 additions & 2 deletions include/marlin/Configuration_XL_DEV_KIT.h
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,8 @@
#define TEMP_SENSOR_5 5
#define TEMP_SENSOR_BED 5

// Chamber temperature is thermistor connector on sandwich. Connected to virtual MARLIN_PIN(AMBIENT) and AdcGet::ambientTemp().
#define TEMP_SENSOR_CHAMBER 2000 // TODO: Unknown thermistor, set properly
#define TEMP_SENSOR_CHAMBER 0
#define HEATER_CHAMBER_PIN -1 // On/off pin for enclosure heating system

#define TEMP_SENSOR_HEATBREAK 5
#define HEATER_CHAMBER_PIN -1 // On/off pin for enclosure heating system
Expand Down