Tronxy X5SA 2e T1 extruder not working

Basic Information:

Printer Model: Tronxy X5SA 2E
MCU / Printerboard:
klippy.log
klippy.log (2.5 MB)

Hello again.
Where can I find the correct pin information for the T1 extruder? T0 extruder works fine. Motherboard is chitu v6.

[extruder]
step_pin: PB1
dir_pin: !PF13
enable_pin: !PF14
microsteps: 16
rotation_distance: 3.9 
nozzle_diameter: 0.600
filament_diameter: 1.750
heater_pin: PG7
sensor_type: ATC Semitec 104GT-2
sensor_pin: PC3
#control = pid
#pid_kp = 23.292
#pid_ki = 1.294
#pid_kd = 104.812
min_temp: 0
max_temp: 250
min_extrude_temp: 0
max_extrude_only_distance: 300

[extruder_stepper eprime]
extruder:
step_pin: PC7
dir_pin: !PF10
enable_pin: !PG2
microsteps: 16
rotation_distance: 3.9 
# https://klipper.discourse.group/t/x-in-1-out-non-mixing-extruder-config/2387

[gcode_macro T0]
gcode:
SYNC_EXTRUDER_MOTION EXTRUDER=eprime MOTION_QUEUE=
SYNC_EXTRUDER_MOTION EXTRUDER=extruder MOTION_QUEUE=extruder

[gcode_macro T1]
gcode:
SYNC_EXTRUDER_MOTION EXTRUDER=extruder MOTION_QUEUE=
SYNC_EXTRUDER_MOTION EXTRUDER=eprime MOTION_QUEUE=extruder

Google the board?

I did and found this site: Installing Klipper | TronXY Wiki | Fandom

Hope it helps.

2 Likes

Hi.
I found the pin codes for the V10 motherboard there… I’ll try again today if those T1 pins would work.
Thanks for the link. :slightly_smiling_face: :+1:t2:
I have tried in vain to look for a picture of the motherboard’s pins. :laughing:

The pins over there didn’t work directly. I had to add exclamation marks to make them work.:

[extruder_stepper eprime]
extruder:
step_pin: PD12
dir_pin: !PG4
enable_pin: !PG5
microsteps: 16
rotation_distance: 3.9

But thank you very much for the advice. :grin:

Can you please format your code snippet as preformatted text. Then it more obvious what you have written.

Format

I am sorry, I am new to these things, but I have now corrected the texts. Thanks for the advice.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.