Browse Source

Add PICA Servo / E1 pins (#18100)

vanilla_fb_2.0.x
invalidflaw 4 years ago
committed by GitHub
parent
commit
de89a4b7c1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      Marlin/src/pins/mega/pins_PICA.h

10
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
//

Loading…
Cancel
Save