Browse Source

Update GT2560 V3 pins (#13036)

pull/1/head
raTmole 5 years ago
committed by Scott Lahteine
parent
commit
988b5aa4e6
  1. 20
      Marlin/src/pins/pins_GT2560_V3.h

20
Marlin/src/pins/pins_GT2560_V3.h

@ -20,7 +20,6 @@
*
*/
/**
* GT2560 V3.0 pin assignment
*/
@ -48,6 +47,22 @@
#define Z_MIN_PIN 30
#define Z_MAX_PIN 32
//
// Runout Sensor
//
#ifndef FIL_RUNOUT_PIN
#define FIL_RUNOUT_PIN 66
#endif
#ifndef FIL_RUNOUT2_PIN
#define FIL_RUNOUT2_PIN 67
#endif
//
// Power Recovery
//
#define POWER_LOSS_PIN 69 // Pin to detect power loss
#define POWER_LOSS_STATE LOW
//
// Z Probe (when not Z_MIN_PIN)
//
@ -94,6 +109,9 @@
#define HEATER_2_PIN 1
#define HEATER_BED_PIN 4
#define FAN_PIN 9
//#define FAN1_PIN 8
//#define FAN2_PIN 7
//
// Misc. Functions

Loading…
Cancel
Save