I'm not really sure what the proper way to debug this is, so any insight will be very welcome.
I've been trying to print a fairly chunky part, very simple, using Makergear M2.
I tried changing the printer settings quite a few times, including layer thickness, infill percentage, changed the nozzle, part position on the bed and so on.
But no matter what I try, at some point, the print just stops, resets and the printer starts from the beginning.
I can upload the model, gcode, anything that might help, but if this helps, the logs in the Machine Control Panel around the point where it resets are:
...
SENT: G1 X147.915 Y52.488 E236.37180
READ: ok
SENT: G1 X127.055 Y73.347 E244.09857
READ: ok T:220.0 /220.0 B:70.2 /70.0 T0:220.0 /220.0 @:80 B@:0
SENT: G1 X128.162 Y74.362 E244.49183
READ: Not SD printing
READ: ok
SENT: G1 X149.013 Y53.510 E252.21549
READ: ok
SENT: G1 X149.346 Y53.820 E252.33466
READ: Error:Line Number is not Last Line Number+1, Last Line: 0
READ: Resend: 1
Resending line 1
READ: ok
SENT: G90
SENT: M82
SENT: M106 S0 P0
SENT: M140 S70
READ: echo:Unknown command: "@"
READ: ok
SENT: M190 S70
READ: echo:Unknown command: "0"
READ: ok
SENT: M104 S220 T0
READ: echo:Unknown command: "9.013 Y53.510 E252.21549"
READ: ok
...
When I looked for the line in the gcode, before the error, I found this:
...
G1 X127.055 Y73.347 E244.09857
G1 X128.162 Y74.362 E244.49183
G1 X149.013 Y53.510 E252.21549
G1 X149.346 Y53.820 E252.33466 < ----- this is the line of the error
G1 X150.059 Y54.586 E252.60862
G1 X129.204 Y75.441 E260.33350
G1 X130.219 Y76.548 E260.72676
G1 X151.082 Y55.685 E268.45476
G1 X152.105 Y56.783 E268.84790
G1 X131.200 Y77.688 E276.59130
...
I don't really see anything wrong with the gcode itself, so I'm not really sure if there's a proper way to debug this...
I've been using this printer for many years, printed many things in the past, I'm using latest version of Simplify3D, and this is the first time I've had such a problem.
Has anyone come across something like this before?
Any insight will be more than welcome
I'm attaching the full .gcode and the Machine Control Panel log right up to the point where I killed the print
Thank you