invalidflaw
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
10 additions and
0 deletions
-
Marlin/src/pins/mega/pins_PICA.h
|
|
@ -46,6 +46,12 @@ |
|
|
|
#error "Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu." |
|
|
|
#endif |
|
|
|
|
|
|
|
//
|
|
|
|
// Servos
|
|
|
|
//
|
|
|
|
#define SERVO0_PIN 3 |
|
|
|
#define SERVO1_PIN 4 |
|
|
|
#define SERVO2_PIN 5 |
|
|
|
//
|
|
|
|
// Limit Switches
|
|
|
|
//
|
|
|
@ -75,6 +81,10 @@ |
|
|
|
#define E0_DIR_PIN 24 |
|
|
|
#define E0_ENABLE_PIN 26 |
|
|
|
|
|
|
|
#define E1_STEP_PIN 68 |
|
|
|
#define E1_DIR_PIN 28 |
|
|
|
#define E1_ENABLE_PIN 27 |
|
|
|
|
|
|
|
//
|
|
|
|
// Temperature Sensors
|
|
|
|
//
|
|
|
|