Basic Information:
Printer Model: Kobra 2
MCU / Printerboard:Trigorilla_Pro V1.0.2
Host / SBC PI4
After klippy (2).log (2.1 MB)
Before klippy.log (4.3 MB)
Fill out above information and in all cases attach your klippy.log
file (use zip to compress it, if too big). Pasting your printer.cfg
is not needed
Be sure to check our “Knowledge Base” Category first. Most relevant items, e.g. error messages, are covered there
Describe your issue:
…Both heaters stopped working on Sunday I have upgraded & downgraded Klipper. Reinstalled klipper . Not hardware issue as I tried marlin both heat. Don’t know what to do. Please help
Hello @Poppy45 !
This:
Stats 287.1: gcodein=0 mcu: mcu_awake=0.001 mcu_task_avg=0.000006 mcu_task_stddev=0.000005 bytes_write=1256 bytes_read=6169 bytes_retransmit=0 bytes_invalid=0 send_seq=133 receive_seq=133 retransmit_seq=0 srtt=0.003 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=0 freq=167995347 sd_pos=43811 heater_bed: target=60 temp=18.1 pwm=1.000 sysload=0.23 cputime=6.566 memavail=3598256 print_time=29.893 buffer_time=0.000 print_stall=0 extruder: target=200 temp=19.0 pwm=1.000
Stats 288.1: gcodein=0 mcu: mcu_awake=0.001 mcu_task_avg=0.000006 mcu_task_stddev=0.000005 bytes_write=1262 bytes_read=6288 bytes_retransmit=0 bytes_invalid=0 send_seq=134 receive_seq=134 retransmit_seq=0 srtt=0.003 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=0 freq=167995386 sd_pos=43811 heater_bed: target=60 temp=18.1 pwm=1.000 sysload=0.23 cputime=6.581 memavail=3601280 print_time=30.894 buffer_time=0.000 print_stall=0 extruder: target=200 temp=18.9 pwm=1.000
Heater extruder no longer approaching target 200.000
Stats 289.1: gcodein=0 mcu: mcu_awake=0.001 mcu_task_avg=0.000006 mcu_task_stddev=0.000005 bytes_write=1268 bytes_read=6409 bytes_retransmit=0 bytes_invalid=0 send_seq=135 receive_seq=135 retransmit_seq=0 srtt=0.003 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=0 freq=167995425 sd_pos=43811 heater_bed: target=60 temp=18.2 pwm=1.000 sysload=0.23 cputime=6.600 memavail=3601040 print_time=31.896 buffer_time=0.000 print_stall=0 extruder: target=200 temp=18.9 pwm=1.000
Heater extruder not heating at expected rate
Transition to shutdown state: Heater extruder not heating at expected rate
See the 'verify_heater' section in docs/Config_Reference.md
for the parameters that control this check.
is to 99.99% a hardware issue.
extruder: target=200 temp=18.9 pwm=1.000
When the extruder is is set to 200°C and the PWM is at 100% but the temperature stays at 18.9°C. there is a hardware issue.
You may triple check the wiring, the output of the printer board, the PSU etc.
Hi been there done that . Both will heat in marlin software so that’s why i think it is something else. All movement works Thanks
Solved This board you need a value on Output pin section then the heaters work. they worked before with a static value which i removed.
[output_pin power_ctrl]
pin: PB4
value: 1
1 Like