Browse Source

Merge pull request #5087 from Fulg/azteeg-x3-pins

Fixed SERVO pins on Azteeg X3
pull/1/head
Scott Lahteine 8 years ago
committed by GitHub
parent
commit
bfd3b3c604
  1. 5
      Marlin/pins_AZTEEG_X3.h

5
Marlin/pins_AZTEEG_X3.h

@ -32,6 +32,11 @@
#include "pins_RAMPS_13.h"
#undef SERVO0_PIN
#undef SERVO1_PIN
#define SERVO0_PIN 44 // SERVO1 port
#define SERVO1_PIN 55 // SERVO2 port
//
// LCD / Controller
//

Loading…
Cancel
Save