@@ -91,6 +91,13 @@ typedef enum {
9191 Output_DirC ,
9292 Output_DirU ,
9393 Output_DirV ,
94+ Output_MotorChipSelect ,
95+ Output_MotorChipSelectX ,
96+ Output_MotorChipSelectY ,
97+ Output_MotorChipSelectZ ,
98+ Output_MotorChipSelectM3 ,
99+ Output_MotorChipSelectM4 ,
100+ Output_MotorChipSelectM5 ,
94101 Output_StepperPower ,
95102 Output_StepperEnable ,
96103 Output_StepperEnableX ,
@@ -207,6 +214,13 @@ PROGMEM static const pin_name_t pin_names[] = {
207214 { .function = Output_StepperEnableC , .name = "C enable" },
208215 { .function = Output_StepperEnableXY , .name = "XY enable" },
209216 { .function = Output_StepperEnableAB , .name = "AB enable" },
217+ { .function = Output_MotorChipSelect , .name = "Motor CS" },
218+ { .function = Output_MotorChipSelectX , .name = "Motor CSX" },
219+ { .function = Output_MotorChipSelectY , .name = "Motor CSY" },
220+ { .function = Output_MotorChipSelectZ , .name = "Motor CSZ" },
221+ { .function = Output_MotorChipSelectM3 , .name = "Motor CSM3" },
222+ { .function = Output_MotorChipSelectM4 , .name = "Motor CSM4" },
223+ { .function = Output_MotorChipSelectM5 , .name = "Motor CSM5" },
210224 { .function = Output_SpindleOn , .name = "Spindle on" },
211225 { .function = Output_SpindleDir , .name = "Spindle direction" },
212226 { .function = Output_SpindlePWM , .name = "Spindle PWM" },
@@ -239,6 +253,7 @@ typedef enum {
239253 PinGroup_StepperDir ,
240254 PinGroup_AuxOutput ,
241255 PinGroup_SdCard ,
256+ PinGroup_MotorChipSelect ,
242257 PinGroup_I2C ,
243258 PinGroup_SPI ,
244259 PinGroup_UART ,
0 commit comments