sergio
June 14, 2026, 3:24pm
1
[DELETE_ME_AFTER_READING]
This category is for posting working configs only . It is not intended for support or questions.
[/DELETE_ME_AFTER_READING]
Hi, I have my board working with Klippy and I’m very happy. Now I want to start configuring it. I’ve attached the Klippy log and my printercfg. ON THE OTHER HAND, I’D LIKE TO CONFIGURE THE TEMPERATURE PANEL, AS I DON’T HAVE THAT ONE.
klippy (1).log (1.0 MB)
printer.cfg (698 Bytes)
printer.cfg (1.4 KB)
WEBA @sergio !
I this the same as this: Trnx5sa cxy-v6191017 ?
1 Like
sergio
June 14, 2026, 6:14pm
3
yes
klippy.log (4.7 MB)
[include mainsail.cfg]
[virtual_sdcard]
path: ~/printer_data/gcodes
on_error_gcode: CANCEL_PRINT
[mcu]
serial: /dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0
[printer]
kinematics: corexy
max_velocity: 300
max_accel: 3000
max_z_velocity: 25
max_z_accel: 30
[stepper_x]
step_pin: PC6
dir_pin: !PD13
enable_pin: !PA8
microsteps: 16
rotation_distance: 40
endstop_pin: !PC15
position_endstop: 0
position_max: 330
homing_speed: 50
[stepper_y]
step_pin: PC7
dir_pin: !PD12
enable_pin: !PA8
microsteps: 16
rotation_distance: 40
endstop_pin: !PC14
position_endstop: 0
position_max: 330
homing_speed: 50
[stepper_z]
step_pin: PB3
dir_pin: !PD11
enable_pin: !PA8
microsteps: 16
rotation_distance: 8
endstop_pin: !PB12
position_endstop: 0
position_max: 400
homing_speed: 10
[extruder]
step_pin: PB0
dir_pin: PD10
enable_pin: !PA8
microsteps: 16
rotation_distance: 22.6789 # Ajuste estándar para extrusor Titan original de Tronxy
nozzle_diameter: 0.400
filament_diameter: 1.750
heater_pin: PA1
sensor_type: EPCOS 100K B57560G104F # El termistor que usa Tronxy por defecto
sensor_pin: PA4
control: pid # Valores PID base para empezar de forma segura
pid_Kp: 22.2
pid_Ki: 1.08
pid_Kd: 114
min_temp: 0
max_temp: 260
[heater_bed]
heater_pin: PA0
sensor_type: EPCOS 100K B57560G104F
sensor_pin: PA3
control: pid
pid_Kp: 54.027
pid_Ki: 0.770
pid_Kd: 948.182
min_temp: 0
max_temp: 110