Page 1 of 1

Printer stop stops after a while

Posted: Fri May 22, 2015 1:01 pm
by lolocaledo
Hello,

I've a strange behavior with Simplify3D.
All work fine but for each print, printer stops after a while (general at 5th or 6th layer). And nothing append. I have to stop the process and move up the head with jog controls.
My config :
iMac 27"
Yosemite 10.10.2
Simplify3D : 2.2.2

Printer : G3D
RAMPS 1.4 with Marlin

Any ideas ?
Thank in advance

Best regards,

Re: Printer stop stops after a while

Posted: Sat May 23, 2015 3:45 pm
by BaudR8
run a print with the machine control panel (tools > machine control panel) open and with the communication tab selected. when the print stops watch the communication and see waht your printer is telling you. It could possibly be a thermistor issue, serial communication issue, etc.

Re: Printer stop stops after a while

Posted: Sun May 24, 2015 7:29 am
by lolocaledo
Hello,

After many tests (only one print go up the end), when printer stops, I have the following message in "communication box" :

SENT: G1 X57.741 Y67.729 E27.4386
RECEIVED: ok
SENT: G1 X62.025 Y72.013 E27.7162
RECEIVED: ok
RECEIVED: ok
SENT: G1 X61.803 Y72.357 E27.735
RECEIVED: ok T:190.0 /190.0 B:0.0 /0.0 T0:190.0 /190.0 @:72 B@:0
SENT: G1 X57.529 Y68.083 E28.0119
RECEIVED: ok
SENT: G1 X57.317 Y68.437 E28.0308
RECEIVED: ok
SENT: G1 X61.58 Y72.7 E28.307
RECEIVED: ok
SENT: G1 X61.358 Y73.043 E28.3257
WARNING: Firmware unresponsive. Attempting to force continue...
SENT: M105
SENT: G1 X57.106 Y68.791 E28.6013
WARNING: Firmware unresponsive. Attempting to force continue...
SENT: M105
WARNING: Firmware unresponsive. Attempting to force continue...
SENT: M105


After I have to stop the job.

Any ideas should be welcome :-)

Re: Printer stop stops after a while

Posted: Sun May 24, 2015 10:18 am
by SphereNoob
SENT: G1 X61.358 Y73.043 E28.3257
WARNING: Firmware unresponsive. Attempting to force continue...
this is telling you s3d sent the command "G1 X61.358 Y73.043 E28.3257", but the printer never confirms it received the command. Whenever the printer receives a command it will send a serial message back to the host (your computer) "ok". this is how s3d knows the printer has successfully received and understood the command. because the printer did not send back "ok" s3d is telling you something is probably going wrong. try using a different usb cable and making sure there is not much electromagnetic interference going on. Some cables provide poor emi shielding and noise from emi can cause data transmission issues.

Re: Printer stop stops after a while

Posted: Mon May 25, 2015 9:58 am
by lolocaledo
Hello,

In first, I've changed my USB cord and after 3 long prints, it seems to be good :-)
Thank you very much.

Have a nice week.