Skip to content

Commit

Permalink
Add TEMP_PROBE_PIN for Einsy Rambo (MarlinFirmware#18823)
Browse files Browse the repository at this point in the history
  • Loading branch information
natemason authored and walterp1982 committed Aug 15, 2022
1 parent 48ebec7 commit 2f5f273
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Marlin/src/pins/rambo/pins_EINSY_RAMBO.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,9 @@
//
// Temperature Sensors
//
#define TEMP_0_PIN 0 // Analog Input, Header J2
#define TEMP_1_PIN 1 // Analog Input, Header J3
#define TEMP_BOARD_PIN 91 // Onboard thermistor, 100k TDK NTCG104LH104JT1
#define TEMP_BED_PIN 2 // Analog Input, Header J6
#define TEMP_PROBE_PIN 3 // Analog Input, Header J15
#define TEMP_0_PIN 0 // Analog Input
#define TEMP_1_PIN 1 // Analog Input
#define TEMP_BED_PIN 2 // Analog Input

//
// Heaters / Fans
Expand Down

0 comments on commit 2f5f273

Please sign in to comment.