Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ^Croot@sockolap /home/socek/projects/reprap/release/reprap-mendel-20120421 $ ./reprap
- Stable Library
- =========================================
- Native lib Version = RXTX-2.2pre2
- Java lib Version = RXTX-2.1-7
- WARNING: RXTX Version mismatch
- Jar version = RXTX-2.1-7
- native lib Version = RXTX-2.2pre2
- RXTX Warning: Removing stale lock file. /var/lock/lockdev/LCK..ttyUSB0
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:echo: External Reset (hex: 6563686f3a2045787465726e616c205265736574) [0,002s/-1394902767994ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Marlin 1.0.0 RC2 (hex: 4d61726c696e20312e302e3020524332) [0,006s/4ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:echo: Last Updated: 2012-05-02 | Author: erik (hex: 6563686f3a204c61737420557064617465643a20323031322d30352d3032207c20417574686f723a206572696b) [0,010s/4ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:echo: Free Memory: 4479 PlannerBufferBytes: 1232 (hex: 6563686f3a2046726565204d656d6f72793a20343437392020506c616e6e657242756666657242797465733a2031323332) [0,014s/4ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:echo:Using Default settings: (hex: 6563686f3a5573696e672044656661756c742073657474696e67733a) [0,017s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:echo:Steps per unit: (hex: 6563686f3a53746570732070657220756e69743a) [0,020s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:echo: M92 X33.33 Y33.57 Z1285.29 E368.42 (hex: 6563686f3a20204d3932205833332e3333205933332e3537205a313238352e323920453336382e3432) [0,023s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:echo:Maximum feedrates (mm/s): (hex: 6563686f3a4d6178696d756d2066656564726174657320286d6d2f73293a) [0,027s/4ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:echo: M203 X500.00 Y500.00 Z5.00 E45.00 (hex: 6563686f3a20204d32303320583530302e303020593530302e3030205a352e3030204534352e3030) [0,032s/5ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:echo:Maximum Acceleration (mm/s2): (hex: 6563686f3a4d6178696d756d20416363656c65726174696f6e20286d6d2f7332293a) [0,037s/5ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:echo: M201 X9000 Y9000 Z100 E10000 (hex: 6563686f3a20204d323031205839303030205939303030205a31303020453130303030) [0,040s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:echo:Acceleration: S=acceleration, T=retract acceleration (hex: 6563686f3a416363656c65726174696f6e3a20533d616363656c65726174696f6e2c20543d7265747261637420616363656c65726174696f6e) [0,044s/4ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:echo: M204 S1500.00 T1000.00 (hex: 6563686f3a20204d3230342053313530302e30302054313030302e3030) [0,047s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:echo:Advanced variables: S=Min feedrate (mm/s), T=Min travel feedrate (mm/s), B=minimum segment time (ms), X=maximum xY jerk (mm/s), Z=maximum Z jerk (mm/s) (hex: 6563686f3a416476616e636564207661726961626c65733a20533d4d696e20666565647261746520286d6d2f73292c20543d4d696e2074726176656c20666565647261746520286d6d2f73292c20423d6d696e696d756d207365676d656e742074696d6520286d73292c20583d6d6178696d756d207859206a65726b20286d6d2f73292c20205a3d6d6178696d756d205a206a65726b20286d6d2f7329) [0,052s/5ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:echo: M205 S0.00 T0.00 B20000 X21.00 Z0.40 E5.00 (hex: 6563686f3a20204d3230352053302e30302054302e303020423230303030205832312e3030205a302e34302045352e3030) [0,053s/1ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:echo:PID settings: (hex: 6563686f3a5049442073657474696e67733a) [0,056s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:echo: M301 P22.20 I1.08 D114.00 (hex: 6563686f3a2020204d333031205032322e32302049312e303820443131342e3030) [0,060s/4ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:echo:SD init fail (hex: 6563686f3a534420696e6974206661696c) [0,881s/821ms]
- java.lang.NullPointerException: Canvas3D: null GraphicsConfiguration
- at javax.media.j3d.Canvas3D.checkForValidGraphicsConfig(Canvas3D.java:982)
- at javax.media.j3d.Canvas3D.<init>(Canvas3D.java:1025)
- at org.reprap.gui.Panel3D.createCanvas3D(Unknown Source)
- at org.reprap.gui.Panel3D.createView(Unknown Source)
- at org.reprap.gui.Panel3D.initJava3d(Unknown Source)
- at org.reprap.gui.Panel3D.initialise(Unknown Source)
- at org.reprap.gui.RepRapBuild.<init>(Unknown Source)
- at org.reprap.Main.createAndShowGUI(Unknown Source)
- at org.reprap.Main.access$1700(Unknown Source)
- at org.reprap.Main$12.run(Unknown Source)
- at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
- at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
- at java.awt.EventQueue.access$200(EventQueue.java:103)
- at java.awt.EventQueue$3.run(EventQueue.java:694)
- at java.awt.EventQueue$3.run(EventQueue.java:692)
- at java.security.AccessController.doPrivileged(Native Method)
- at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
- at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
- at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
- at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
- at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
- at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
- at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
- at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
- ERROR: GCodeReaderAndWriter.getX() - no value stored! [24,913s/24032ms]
- ERROR: GCodeReaderAndWriter.getY() - no value stored! [24,913s/0ms]
- ERROR: GCodeReaderAndWriter.getZ() - no value stored! [24,913s/0ms]
- ERROR: GCodeReaderAndWriter.getE() - no value stored! [24,913s/0ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [25,267s/354ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [25,270s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:No Line Number with checksum, Last Line:0 (hex: 4572726f723a4e6f204c696e65204e756d626572207769746820636865636b73756d2c204c617374204c696e653a30) [26,776s/1506ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [26,780s/4ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [26,783s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [26,794s/11ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [26,796s/2ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [26,803s/7ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [26,806s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [26,813s/7ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [26,816s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [26,823s/7ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [26,826s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [26,833s/7ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [26,836s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [28,343s/1507ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [28,346s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [29,853s/1507ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [29,856s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [31,363s/1507ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [31,366s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [32,873s/1507ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [32,876s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [34,207s/1331ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [34,210s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [35,110s/900ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [35,113s/3ms]
- ERROR: GCodeReaderAndWriter.getX() - no value stored! [35,116s/3ms]
- ERROR: GCodeReaderAndWriter.getY() - no value stored! [35,116s/0ms]
- ERROR: GCodeReaderAndWriter.getZ() - no value stored! [35,116s/0ms]
- ERROR: GCodeReaderAndWriter.getE() - no value stored! [35,116s/0ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [35,883s/767ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [35,886s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [35,893s/7ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [35,896s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [35,903s/7ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [35,906s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [35,913s/7ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [35,916s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [35,923s/7ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [35,926s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [35,933s/7ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [35,937s/4ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [37,173s/1236ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [37,176s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [37,183s/7ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [37,186s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [37,193s/7ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [37,196s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [37,203s/7ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [37,206s/3ms]
- ERROR: GCodeReaderAndWriter.getX() - no value stored! [37,209s/3ms]
- ERROR: GCodeReaderAndWriter.getY() - no value stored! [37,209s/0ms]
- ERROR: GCodeReaderAndWriter.getZ() - no value stored! [37,210s/1ms]
- ERROR: GCodeReaderAndWriter.getE() - no value stored! [37,210s/0ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [37,443s/233ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [37,446s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [38,953s/1507ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [38,956s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [39,710s/754ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [39,713s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [39,720s/7ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [39,723s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [39,730s/7ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [39,733s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:No Line Number with checksum, Last Line:0 (hex: 4572726f723a4e6f204c696e65204e756d626572207769746820636865636b73756d2c204c617374204c696e653a30) [39,740s/7ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [39,743s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [39,746s/3ms]
- ERROR: GCodeReaderAndWriter.getX() - no value stored! [39,749s/3ms]
- ERROR: GCodeReaderAndWriter.getY() - no value stored! [39,750s/1ms]
- ERROR: GCodeReaderAndWriter.getZ() - no value stored! [39,750s/0ms]
- ERROR: GCodeReaderAndWriter.getE() - no value stored! [39,750s/0ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [40,463s/713ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [40,466s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [41,973s/1507ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [41,976s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [43,483s/1507ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [43,486s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [43,493s/7ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [43,496s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [43,503s/7ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [43,506s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [43,514s/8ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [43,516s/2ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [43,524s/8ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [43,526s/2ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [43,533s/7ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [43,536s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [45,043s/1507ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [45,046s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [46,553s/1507ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [46,556s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [48,063s/1507ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [48,066s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [49,574s/1508ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [49,576s/2ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [51,084s/1508ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [51,086s/2ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [51,093s/7ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [51,096s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [51,103s/7ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [51,106s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [51,113s/7ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [51,116s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [51,123s/7ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [51,126s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [51,130s/4ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [51,133s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:No Line Number with checksum, Last Line:0 (hex: 4572726f723a4e6f204c696e65204e756d626572207769746820636865636b73756d2c204c617374204c696e653a30) [52,640s/1507ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [52,643s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [52,646s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [54,153s/1507ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [54,156s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [55,663s/1507ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [55,666s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [57,173s/1507ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [57,176s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [58,683s/1507ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [58,686s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [58,693s/7ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [58,696s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [58,703s/7ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [58,706s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [58,713s/7ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [58,716s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [58,723s/7ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [58,726s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [58,733s/7ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [58,736s/3ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Error:Line Number is not Last Line Number+1, Last Line:0 (hex: 4572726f723a4c696e65204e756d626572206973206e6f74204c617374204c696e65204e756d6265722b312c204c617374204c696e653a30) [60,243s/1507ms]
- ERROR: GCodeWriter.waitForResponse() - dud response from RepRap:Resend:1 (hex: 526573656e643a31) [60,246s/3ms]
Advertisement
Add Comment
Please, Sign In to add comment