Anyone know the pin callouts for the designated servo pins on the Azteeg X5

Anyone know the pin callouts for the designated servo pins on the Azteeg X5 GT?

Not on their diagram that I can see, and I’m not seeing schematics for the GT anywhere…

That’s cool what you do… hope you be my friend

@Mikayla_Griffin Stop spamming posts and remove your comments

@Taylor_Landry ​​ did you figure it out? I’m replacing mine this weekend and have a BLtouch working off my X5 GT. I can look to see if the config file has what you need

Haven’t yet, but I can make it work on one of the free PWM pins, but I specifically want to use the designated servo pins (next to the VFD pins)

Not sure if it helps, but this is from my config file: switch.servo.output_pin 1.23 # must be a PWM capable pin

optional Z probe

zprobe.enable true # set to true to enable a zprobe
zprobe.probe_pin 1.29 # pin probe is attached to if NC remove the !
zprobe.slow_feedrate 5 # mm/sec probe feed rate
#zprobe.debounce_count 100 # set if noisy
zprobe.fast_feedrate 300 # move feedrate mm/sec
zprobe.probe_height 10 # how much above bed to start probe

Switch module for Z probe servo control

switch.servo.enable true #
switch.servo.input_on_command M280 S3.5 # M280 S7.5 would be midway
switch.servo.input_off_command M280 S12.5 # same as M280 S0 0% duty cycle, effectively off
switch.servo.output_pin 1.23 # must be a PWM capable pin
switch.servo.output_type hwpwm # H/W pwm output settable with S parameter in the input_on_comand
#switch.servo.pwm_period_ms 20 # set period to 20ms (50Hz) default is 50Hz

Yeah, I have that from the sample config, but unless my servo is bad, it’s not the right pin

And, sure enough, servo was bad. Thanks. Sometimes I forget Occam’s razor.