Closed matyasf closed 4 years ago
The error is repeatable, it fails on the same spot for a certain .gcode file, I can send it if its useful.
There appears to be an error in the extruder scheduling. I am able to reproduce the problem from the info in the log. However, it will likely take a few days to track it down.
-Kevin
This should be fixed now (commit 988ee575).
Thanks. -Kevin
Thanks for the fix!
Not fixed, i've the similar problem: #2334.
@KevinOConnor
Internal error on command:"G1" Traceback (most recent call last): File "/home/pi/klipper/klippy/gcode.py", line 233, in _process_commands handler(params) File "/home/pi/klipper/klippy/gcode.py", line 480, in cmd_G1 self.move_with_transform(self.last_position, self.speed) File "/home/pi/klipper/klippy/extras/bed_mesh.py", line 176, in move self.toolhead.move(split_move, speed) File "/home/pi/klipper/klippy/toolhead.py", line 409, in move self.move_queue.add_move(move) File "/home/pi/klipper/klippy/toolhead.py", line 180, in add_move self.flush(lazy=True) File "/home/pi/klipper/klippy/toolhead.py", line 169, in flush self.toolhead._process_moves(queue[:flush_count]) File "/home/pi/klipper/klippy/toolhead.py", line 327, in _process_moves self._update_move_time(next_move_time) File "/home/pi/klipper/klippy/toolhead.py", line 280, in _update_move_time sg(sg_flush_time) File "/home/pi/klipper/klippy/stepper.py", line 167, in generate_steps raise error("Internal error in stepcompress") error: Internal error in stepcompress
Same issue here. On Gcode I have been printing all week. 7 times.
I'm pushing flows on my mosquito, and from what I've seen it might be max_extrude_cross section related?
The error in the title comes up during a print. I am on the master branch, pulled around a day ago. klippy.log
As I see from my log this is the stack trace: