Browse Source

Fix AZSMZ_12864 on SMART RAMPS (#21056)

vanilla_fb_2.0.x
kpishere 4 years ago
committed by GitHub
parent
commit
e0ca244623
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      Marlin/src/pins/ramps/pins_RAMPS.h

5
Marlin/src/pins/ramps/pins_RAMPS.h

@ -307,6 +307,9 @@
*
* Hardware serial communication ports.
* If undefined software serial is used according to the pins below
*
* Serial2 -- AUX-4 Pin 18 (D16 TX2) and AUX-4 Pin 17 (D17 RX2)
* Serial1 -- Pins D18 and D19 are used for Z-MIN and Z-MAX
*/
//#define X_HARDWARE_SERIAL Serial1
//#define X2_HARDWARE_SERIAL Serial1
@ -690,7 +693,9 @@
#elif ENABLED(AZSMZ_12864)
// Pins only defined for RAMPS_SMART currently
#if DISABLED(IS_RAMPS_SMART)
#error "No pins defined for RAMPS with AZSMZ_12864."
#endif
#elif IS_TFTGLCD_PANEL

Loading…
Cancel
Save