|
|
@ -41,25 +41,25 @@
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// Servos
|
|
|
|
// Servos
|
|
|
|
//
|
|
|
|
//
|
|
|
|
#define SERVO0_PIN PA1 // "SERVOS"
|
|
|
|
#define SERVO0_PIN PA1 // SERVOS
|
|
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// Limit Switches
|
|
|
|
// Limit Switches
|
|
|
|
//
|
|
|
|
//
|
|
|
|
#define X_STOP_PIN PC0 // "X-STOP"
|
|
|
|
#define X_STOP_PIN PC0 // X-STOP
|
|
|
|
#define Y_STOP_PIN PC1 // "Y-STOP"
|
|
|
|
#define Y_STOP_PIN PC1 // Y-STOP
|
|
|
|
#define Z_STOP_PIN PC2 // "Z-STOP"
|
|
|
|
#define Z_STOP_PIN PC2 // Z-STOP
|
|
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// Z Probe must be this pin
|
|
|
|
// Z Probe must be this pin
|
|
|
|
//
|
|
|
|
//
|
|
|
|
#define Z_MIN_PROBE_PIN PC14 // "PROBE"
|
|
|
|
#define Z_MIN_PROBE_PIN PC14 // PROBE
|
|
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// Filament Runout Sensor
|
|
|
|
// Filament Runout Sensor
|
|
|
|
//
|
|
|
|
//
|
|
|
|
#ifndef FIL_RUNOUT_PIN
|
|
|
|
#ifndef FIL_RUNOUT_PIN
|
|
|
|
#define FIL_RUNOUT_PIN PC15 // "E0-STOP"
|
|
|
|
#define FIL_RUNOUT_PIN PC15 // E0-STOP
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
//
|
|
|
|