#Unresponsive paused state on print start

9 messages · Page 1 of 1 (latest)

jolly surge
#

On Print Start printer does not move/heat up and enters Paused state immediately, Resume Print and Cancel Print are not working.

Console:

14:09
action:cancel
14:09
Printer not homed
14:09
Extruder not hot enough
14:07
Print is not paused, resume aborted
14:07
Extruder not hot enough
14:03
File selected
14:03
File opened:T-34-85_0.18mm_PLA_MINI_28m.gcode Size:1496057

Printer was in working condition before update, tired changing START_PRINT macro with no successes, not sure how to approach it

valid jacinth
#

i think it is an issue with your filament sensor. pls try to deactivate it and restart klipper and test it again

jolly surge
#

I commented out the filament sensor like so:

#[filament_switch_sensor filament_sensor]
#switch_pin: ^!PB4
#pause_on_runout: True

The issue persists

valid jacinth
#

pls upload a new log + gcode

jolly surge
#

I think I found out what the issue is, I think the issue is non English parts name in the gcode that causing this issue.

valid jacinth
#
Starting SD card print (position 0)
virtual_sdcard dispatch
Traceback (most recent call last):
  File "/home/pi/klipper/klippy/extras/virtual_sdcard.py", line 264, in work_handler
    self.gcode.run_script(line)
  File "/home/pi/klipper/klippy/gcode.py", line 216, in run_script
    self._process_commands(script.split('\n'), need_ack=False)
  File "/home/pi/klipper/klippy/gcode.py", line 200, in _process_commands
    self._respond_error(str(e))
UnicodeEncodeError: 'ascii' codec can't encode characters in position 46-53: ordinal not in range(128)
Exiting SD card print (position 42396)
#

klipper cannot read your object names:

EXCLUDE_OBJECT_DEFINE NAME=Башенная_пушка_stl_id_0_copy_0 CENTER=108.072,91.778 POLYGON=[[101.516,84.97],[101.516,98.12],[116.266,98.12],[116.266,84.97]]
EXCLUDE_OBJECT_DEFINE NAME=Декоративные_части_корпуса_stl_id_1_copy_0 CENTER=79.772,91.484 POLYGON=[[63.894,64.639],[63.894,115.491],[95.602,115.491],[95.602,64.639]]