Browse Source

Add pins for Dual Z UART on SKR 1.3 (#13474)

Fix #13470
Yannik Sembritzki 6 years ago
parent
commit
0d3ea59bcf
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      Marlin/src/pins/pins_BIGTREE_SKR_V1.3.h

+ 4
- 0
Marlin/src/pins/pins_BIGTREE_SKR_V1.3.h View File

@@ -140,6 +140,10 @@
140 140
 
141 141
   #define E1_SERIAL_TX_PIN P1_04
142 142
   #define E1_SERIAL_RX_PIN P1_01
143
+
144
+  #define Z2_SERIAL_TX_PIN P1_04
145
+  #define Z2_SERIAL_RX_PIN P1_01
146
+
143 147
 #endif
144 148
 
145 149
 //

Loading…
Cancel
Save