Basic Information:
Printer Model: Voron trident (Rpi Zero 2 w)
MCU / Printerboard: Octopus + BTT EBB36
klippy.log
klippy.log (1.9 MB)
Describe your issue:
I turned on Arc fitting in PrusaSlicer (G2/3 I J), to reduce the size of my gcode files a bit, and this seemed to work fine on a bunch of files, however, I’m getting an error with a specific gcode files, specifically the klipper error looks like this:
move 840: pt=854.226472 mt=0.000345 sv=4.713956 a=-129.302121 sp=(739.592934,-0.000000,0.000000) ar=(1.000000,1.000000,0.000000)
Requested toolhead position at shutdown time 854.126698: (176.7658024588731, 116.44171951165774, 0.32990518317924533)
b'stepcompress o=12 i=0 c=3 a=0: Invalid sequence'
b'stepcompress o=12 i=0 c=3 a=0: Invalid sequence'
b'stepcompress o=12 i=0 c=3 a=0: Invalid sequence'
b'stepcompress o=12 i=0 c=3 a=0: Invalid sequence'
b'stepcompress o=12 i=0 c=3 a=0: Invalid sequence'
b'stepcompress o=12 i=0 c=3 a=0: Invalid sequence'
b'stepcompress o=12 i=0 c=3 a=0: Invalid sequence'
b'stepcompress o=12 i=0 c=3 a=0: Invalid sequence'
b'stepcompress o=12 i=0 c=3 a=0: Invalid sequence'
b'stepcompress o=12 i=0 c=3 a=0: Invalid sequence'
b'stepcompress o=12 i=0 c=3 a=0: Invalid sequence'
b'stepcompress o=12 i=0 c=3 a=0: Invalid sequence'
b'stepcompress o=12 i=0 c=3 a=0: Invalid sequence'
Internal error on command:"G2"
Traceback (most recent call last):
File "/home/printer_white/klipper/klippy/gcode.py", line 211, in _process_commands
handler(gcmd)
File "/home/printer_white/klipper/klippy/extras/gcode_arcs.py", line 48, in cmd_G2
self._cmd_inner(gcmd, True)
File "/home/printer_white/klipper/klippy/extras/gcode_arcs.py", line 112, in _cmd_inner
self.gcode_move.cmd_G1(g1_gcmd)
File "/home/printer_white/klipper/klippy/extras/gcode_move.py", line 143, in cmd_G1
self.move_with_transform(self.last_position, self.speed)
File "/home/printer_white/klipper/klippy/extras/bed_mesh.py", line 215, in move
self.toolhead.move(split_move, speed)
File "/home/printer_white/klipper/klippy/toolhead.py", line 454, in move
self.move_queue.add_move(move)
File "/home/printer_white/klipper/klippy/toolhead.py", line 187, in add_move
self.flush(lazy=True)
File "/home/printer_white/klipper/klippy/toolhead.py", line 176, in flush
self.toolhead._process_moves(queue[:flush_count])
File "/home/printer_white/klipper/klippy/toolhead.py", line 345, in _process_moves
self._advance_move_time(next_move_time)
File "/home/printer_white/klipper/klippy/toolhead.py", line 304, in _advance_move_time
self._advance_flush_time(flush_time)
File "/home/printer_white/klipper/klippy/toolhead.py", line 288, in _advance_flush_time
sg(sg_flush_time)
File "/home/printer_white/klipper/klippy/stepper.py", line 228, in generate_steps
raise error("Internal error in stepcompress")
stepper.error: Internal error in stepcompress
Internal error on command:"G2"
virtual_sdcard dispatch
Traceback (most recent call last):
File "/home/printer_white/klipper/klippy/extras/virtual_sdcard.py", line 264, in work_handler
self.gcode.run_script(line)
File "/home/printer_white/klipper/klippy/gcode.py", line 229, in run_script
self._process_commands(script.split('\n'), need_ack=False)
File "/home/printer_white/klipper/klippy/gcode.py", line 211, in _process_commands
handler(gcmd)
File "/home/printer_white/klipper/klippy/extras/gcode_arcs.py", line 48, in cmd_G2
self._cmd_inner(gcmd, True)
File "/home/printer_white/klipper/klippy/extras/gcode_arcs.py", line 112, in _cmd_inner
self.gcode_move.cmd_G1(g1_gcmd)
File "/home/printer_white/klipper/klippy/extras/gcode_move.py", line 143, in cmd_G1
self.move_with_transform(self.last_position, self.speed)
File "/home/printer_white/klipper/klippy/extras/bed_mesh.py", line 215, in move
self.toolhead.move(split_move, speed)
File "/home/printer_white/klipper/klippy/toolhead.py", line 454, in move
self.move_queue.add_move(move)
File "/home/printer_white/klipper/klippy/toolhead.py", line 187, in add_move
self.flush(lazy=True)
File "/home/printer_white/klipper/klippy/toolhead.py", line 176, in flush
self.toolhead._process_moves(queue[:flush_count])
File "/home/printer_white/klipper/klippy/toolhead.py", line 345, in _process_moves
self._advance_move_time(next_move_time)
File "/home/printer_white/klipper/klippy/toolhead.py", line 304, in _advance_move_time
self._advance_flush_time(flush_time)
File "/home/printer_white/klipper/klippy/toolhead.py", line 288, in _advance_flush_time
sg(sg_flush_time)
File "/home/printer_white/klipper/klippy/stepper.py", line 228, in generate_steps
raise error("Internal error in stepcompress")
stepper.error: Internal error in stepcompress
Exiting SD card print (position 161472)
Does this point to a mistake in my config? Should I open a github issue?