I have on 3 different models (but not everything) had the printer head to stop moving before the object is complete... The head just stops in place and the temp stays the same, but it stops extruding filament.. and I have found an unfinished print with a blob right where it stopped. I have moved the SD card to another machine, and it will stop at the exact same place. This does not happen with every model I have sliced with S3D and it is at random times.. the last such instance was at 99%. CTC printers all 4 of them.. but the issue is on the sd card with the x3g file.. thank you.
Post the gcode and x3g files. That way someone else can try to print them and see if they have the same issue. I'm not sure i've ever heard of SD card prints stopping like that, but I suppose there could be a firmware bug that would cause it to stall.
Hmm.. I don't see anything but G1 commands for the last 10% of the file until you get to the final ending script (cooldown and dropping bed). What exact line is it stopping on? If you send it through S3D's machine control panel, you can click on the Communication tab to see the last 50 or so commands that were sent right before the print stops. That would be helpful to know where exactly it is pausing.
I've had a similar problem.
I'm using a CTC Makerbot Replicator Dual Clone with Sailfish 7.7.
Connected via USB with a Baud rate of 115200.
I'm new to S3D and it's been tricky getting it to interface with my printer.
Temperatures and other parameters seem to be correctly set by S3D.
The first few layers will go down fine, then the machine stops mid-layer. The extruder stops extruding and the XY motors lock up.
Sometimes the motors will jitter as though they are trying to come back online.
It seems like S3D is having trouble keeping a consistent connection to the machine.
Any suggestions would be immensely appreciated!
//======================
// The following is:
// Communication output while printing a MarvinMartian test keychain leading up to print failure.
That error doesn't have anything to do with S3D. That means that the serial connection that is managed by the OS was broken. This usually either means the firmware reset itself (which breaks the serial connection), the electronics are going bad (could be either computer USB port or printer electronics), or the cable could also be physically damaged or potentially even unplugged by accident.
But there's nothing the software can do if this happens. So you should look at the other areas I mentioned above.