area515 / Photonic3D

Control software for resin 3D printers
http://photonic3d.com
GNU General Public License v3.0
131 stars 115 forks source link

[BUG] .CWS file stuck at third layer forever #305

Closed kloknibor closed 7 years ago

kloknibor commented 7 years ago

Hi with the following screen test file the software hangs on level 3 without showing any error

I can't seem to find much strange stuff in the logs but I'm sorry for all the log spam!:

LogBundle (14).zip

WesGilster commented 7 years ago

Yeah the spam is pretty bad. The print was a success as shown by the logs. Although your printer is giving you parsing error which may have prematurely ended your print.

2017-02-20 15:58:38,647 INFO o.a.r.g.GCodeControl [PrintJobProcessorThread-1] Sleep complete
2017-02-20 15:58:38,656 INFO o.a.r.g.GCodeControl [PrintJobProcessorThread-1] Write 0: G1 Z 5
2017-02-20 15:58:38,758 INFO o.a.r.g.GCodeControl [PrintJobProcessorThread-1] lineRead: error: parse failure: can't parse Z value at line 'G1 Z 5'
2017-02-20 15:58:38,760 INFO o.a.r.g.GCodeControl [PrintJobProcessorThread-1] Write 0: M18 
2017-02-20 15:58:38,861 INFO o.a.r.g.GCodeControl [PrintJobProcessorThread-1] lineRead: ok M18 
2017-02-20 15:58:38,865 INFO o.a.r.p.Printer [PrintJobProcessorThread-1] Moving from status:Printing to status:Completed
2017-02-20 15:58:38,867 INFO o.a.r.p.Printer [PrintJobProcessorThread-3] Moving from status:Completed to status:Completed
2017-02-20 15:58:38,868 INFO o.a.r.j.PrintJobManager$JobCloser [PrintJobProcessorThread-3] Job Success:PrintJobProcessorThread-3
2017-02-20 15:58:38,869 INFO o.a.r.d.d.DispManXDevice [PrintJobProcessorThread-3] vc_dispmanx_element_remove result:0
2017-02-20 15:58:38,870 INFO o.a.r.d.d.DispManXDevice [PrintJobProcessorThread-3] vc_dispmanx_update_submit_sync result:0
2017-02-20 15:58:38,871 INFO o.a.r.d.d.DispManXDevice [PrintJobProcessorThread-3] vc_dispmanx_resource_delete result:-1
2017-02-20 15:58:38,872 DEBUG o.a.r.p.PrinterManager [PrintJobProcessorThread-3] Attempting to dissassociate job:AG777.cws assigned to printer:LC HR(printerFirmwareSerialPort:/dev/ttyACM0, projectorSerialPort:null Display:Raspberry Pi Force TV) from printer
2017-02-20 15:58:38,873 INFO o.a.r.p.PrinterManager [PrintJobProcessorThread-3] Disassociated job:AG777.cws (No Printer) from printer:LC HR(printerFirmwareSerialPort:/dev/ttyACM0, projectorSerialPort:null Display:Raspberry Pi Force TV)
2017-02-20 15:58:38,905 INFO o.a.r.p.Printer [PrintJobProcessorThread-3] Moving from status:Completed to status:Ready
2017-02-20 15:58:38,906 INFO o.a.r.j.PrintJobManager$JobCloser [PrintJobProcessorThread-3] Job Ended:PrintJobProcessorThread-3