Skip to content
Snippets Groups Projects
Commit 988b5aa4 authored by raTmole's avatar raTmole Committed by Scott Lahteine
Browse files

Update GT2560 V3 pins (#13036)

parent 7d927b66
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment