|
@ -20,7 +20,6 @@ |
|
|
* |
|
|
* |
|
|
*/ |
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
/**
|
|
|
* GT2560 V3.0 pin assignment |
|
|
* GT2560 V3.0 pin assignment |
|
|
*/ |
|
|
*/ |
|
@ -48,6 +47,22 @@ |
|
|
#define Z_MIN_PIN 30 |
|
|
#define Z_MIN_PIN 30 |
|
|
#define Z_MAX_PIN 32 |
|
|
#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)
|
|
|
// Z Probe (when not Z_MIN_PIN)
|
|
|
//
|
|
|
//
|
|
@ -94,6 +109,9 @@ |
|
|
#define HEATER_2_PIN 1 |
|
|
#define HEATER_2_PIN 1 |
|
|
#define HEATER_BED_PIN 4 |
|
|
#define HEATER_BED_PIN 4 |
|
|
#define FAN_PIN 9 |
|
|
#define FAN_PIN 9 |
|
|
|
|
|
//#define FAN1_PIN 8
|
|
|
|
|
|
//#define FAN2_PIN 7
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//
|
|
|
//
|
|
|
// Misc. Functions
|
|
|
// Misc. Functions
|
|
|