Keith Bennett
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
7 additions and
0 deletions
-
Marlin/src/pins/rambo/pins_EINSY_RAMBO.h
|
@ -80,6 +80,13 @@ |
|
|
#define Z_MIN_PROBE_PIN 10 |
|
|
#define Z_MIN_PROBE_PIN 10 |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
// Filament Runout Sensor
|
|
|
|
|
|
//
|
|
|
|
|
|
#ifndef FIL_RUNOUT_PIN |
|
|
|
|
|
#define FIL_RUNOUT_PIN 62 |
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
//
|
|
|
//
|
|
|
// Steppers
|
|
|
// Steppers
|
|
|
//
|
|
|
//
|
|
|