Browse Source

📌 ZRIB V52-V53 Servo Pins (#24880)

ellensp 1 year ago
parent
commit
b20db2e1a3
No account linked to committer's email address
2 changed files with 14 additions and 17 deletions
  1. 11
    8
      Marlin/src/pins/ramps/pins_ZRIB_V52.h
  2. 3
    9
      Marlin/src/pins/ramps/pins_ZRIB_V53.h

+ 11
- 8
Marlin/src/pins/ramps/pins_ZRIB_V52.h View File

@@ -47,6 +47,16 @@
47 47
 #define E2_DIR_PIN                             5
48 48
 #define E2_ENABLE_PIN                         22
49 49
 
50
+//
51
+// Servos / XS3 Connector
52
+//
53
+#ifndef SERVO0_PIN
54
+  #define SERVO0_PIN                          65  // PWM
55
+#endif
56
+#ifndef SERVO1_PIN
57
+  #define SERVO1_PIN                          66  // PWM
58
+#endif
59
+
50 60
 #include "pins_MKS_BASE_common.h" // ... RAMPS
51 61
 
52 62
 /**
@@ -78,20 +88,13 @@
78 88
  *  |  GND   |
79 89
  *  ==========
80 90
  *
81
- * XS3 Connector
91
+ * Servos / XS3 Connector
82 92
  *  =================
83 93
  *  | 65 | GND | 5V |      (65)  PK3 ** Pin86 ** A11
84 94
  *  |----|-----|----|
85 95
  *  | 66 | GND | 5V |      (66)  PK4 ** Pin85 ** A12
86 96
  *  =================
87 97
  *
88
- * Servos Connector
89
- *  =================
90
- *  | 11 | GND | 5V |      (11)  PB5 ** Pin24 ** PWM11
91
- *  |----|-----|----|
92
- *  | 12 | GND | 5V |      (12)  PB6 ** Pin25 ** PWM12
93
- *  =================
94
- *
95 98
  * ICSP
96 99
  *  =================
97 100
  *  | 5V | 51 | GND |      (51)  PB2 ** Pin21 ** SPI_MOSI

+ 3
- 9
Marlin/src/pins/ramps/pins_ZRIB_V53.h View File

@@ -62,10 +62,10 @@
62 62
 // Servos / XS3 Connector
63 63
 //
64 64
 #ifndef SERVO0_PIN
65
-  #define SERVO0_PIN                          11  // Analog Output
65
+  #define SERVO0_PIN                          65  // PWM
66 66
 #endif
67 67
 #ifndef SERVO1_PIN
68
-  #define SERVO1_PIN                          12  // Analog Output
68
+  #define SERVO1_PIN                          66  // PWM
69 69
 #endif
70 70
 
71 71
 //
@@ -424,18 +424,12 @@
424 424
  *  |--------|   Power
425 425
  *  |  GND   |
426 426
  *  ==========
427
- * XS3 Connector
427
+ * Servos / XS3 Connector
428 428
  *  =================
429 429
  *  | 65 | GND | 5V |      (65)  PK3 ** Pin86 ** A11
430 430
  *  |----|-----|----|
431 431
  *  | 66 | GND | 5V |      (66)  PK4 ** Pin85 ** A12
432 432
  *  =================
433
- * XS3/Servos Connector
434
- *  =================
435
- *  | 11 | GND | 5V |      (11)  PB5 ** Pin24 ** PWM11
436
- *  |----|-----|----|
437
- *  | 12 | GND | 5V |      (12)  PB6 ** Pin25 ** PWM12
438
- *  =================
439 433
  * ICSP
440 434
  *  =================
441 435
  *  | 5V | 51 | GND |      (51)  PB2 ** Pin21 ** SPI_MOSI

Loading…
Cancel
Save