Browse Source

Add leapfrog and dual Y/Z

I have added the pin set for the leapfrog and the support of dual Y and Z
pull/1/head
bonm014 11 years ago
parent
commit
32a6451ad8
  1. 4
      Marlin/pins.h

4
Marlin/pins.h

@ -137,6 +137,10 @@
#define Y2_DIR_PIN 40
#define Y2_ENABLE_PIN 36
#define Z2_STEP_PIN 37
#define Z2_DIR_PIN 40
#define Z2_ENABLE_PIN 36
#define SDPOWER -1
#define SDSS 11
#define SDCARDDETECT -1 // 10 optional also used as mode pin

Loading…
Cancel
Save