repetier: stops randomly February 22, 2014 04:31AM |
Registered: 10 years ago Posts: 20 |
G1 X32.838 Y-59.779 E8.85428 G1 X33.038 Y-60.112 E8.87207 G1 X31.935 Y-61.215 E8.94353 G1 X32.467 Y-61.215 E8.96794 G1 X33.038 Y-60.645 E9.00489 G1 X33.038 Y-61.177 E9.02929 <---------------FAIL G1 X33.000 Y-61.215 E9.03173 G1 F5400.000 E3.03173 G1 Z45.310 F7800.000 G92 E0 G1 X14.820 Y-61.215 F7800.000 G1 Z45.010 F7800.000 G1 E6.00000 F5400.000 G1 X14.858 Y-61.177 E6.00246 F2400.000 G1 X14.858 Y-60.642 E6.02706 G1 X14.285 Y-61.215 E6.06431 G1 X13.750 Y-61.215 E6.08891 G1 X14.858 Y-60.108 E6.16095
Re: repetier: stops randomly February 22, 2014 09:55AM |
Registered: 13 years ago Posts: 2,705 |
Re: repetier: stops randomly February 22, 2014 11:08AM |
Registered: 10 years ago Posts: 20 |
Surely I was printing from SD-Card. I started the print through the menu on the lcd! And the controller isn't even connected to a PC.Quote
repetier
First you should find out what kind of hang you have. As you know th eline where it happened, you were not printing from sd card. In that case it might wait for a "ok" to receive so buffers get empty. That should only happen if you have communication errors happening.
Yes, i can change values, even start a new print without a reset. As i mentioned above, not connected to PC.Quote
repetier
If th elcd is still responsive, try changing speed multiplier and see if it changes in host. That means the back channel is still working and we have to find out why it refuses to take new commands.
Quote
repetier
First get 0.91 Rev 5 (contains new delta fixes) and then add
#define DEBUG_PRINT
to your configuration.h
That gives you a new menu entry in lcd in quick settings writing important debug informations to the log (if backchannel is working). Post them here. They might help to find the place or reason why it happens.
Re: repetier: stops randomly February 22, 2014 11:11AM |
Registered: 13 years ago Posts: 2,705 |
Re: repetier: stops randomly February 22, 2014 07:06PM |
Registered: 10 years ago Posts: 20 |
Re: repetier: stops randomly February 23, 2014 06:06AM |
Registered: 13 years ago Posts: 2,705 |
Re: repetier: stops randomly February 23, 2014 10:45AM |
Registered: 10 years ago Posts: 13 |
Re: repetier: stops randomly February 23, 2014 01:20PM |
Registered: 10 years ago Posts: 20 |
Re: repetier: stops randomly February 23, 2014 01:58PM |
Registered: 10 years ago Posts: 13 |
Re: repetier: stops randomly February 24, 2014 08:45AM |
Registered: 10 years ago Posts: 20 |
Re: repetier: stops randomly February 24, 2014 09:22AM |
Registered: 13 years ago Posts: 2,705 |
Re: repetier: stops randomly February 24, 2014 09:41AM |
Registered: 10 years ago Posts: 20 |
Re: repetier: stops randomly February 24, 2014 12:32PM |
Registered: 13 years ago Posts: 2,705 |
Re: repetier: stops randomly February 24, 2014 01:11PM |
Registered: 10 years ago Posts: 20 |
Re: repetier: stops randomly February 24, 2014 01:17PM |
Registered: 10 years ago Posts: 13 |
Re: repetier: stops randomly February 24, 2014 01:21PM |
Registered: 13 years ago Posts: 2,705 |
if(linesCount == 0) UI_STATUS(UI_TEXT_IDLE)
Re: repetier: stops randomly February 24, 2014 01:34PM |
Registered: 10 years ago Posts: 13 |
Re: repetier: stops randomly February 24, 2014 01:35PM |
Registered: 13 years ago Posts: 2,705 |
Re: repetier: stops randomly February 24, 2014 01:39PM |
Registered: 10 years ago Posts: 13 |
Re: repetier: stops randomly February 24, 2014 01:43PM |
Registered: 10 years ago Posts: 20 |
Re: repetier: stops randomly February 24, 2014 01:46PM |
Registered: 13 years ago Posts: 2,705 |
Re: repetier: stops randomly February 24, 2014 02:15PM |
Registered: 10 years ago Posts: 13 |
Re: repetier: stops randomly February 24, 2014 02:24PM |
Registered: 10 years ago Posts: 20 |
Re: repetier: stops randomly February 24, 2014 02:57PM |
Registered: 10 years ago Posts: 13 |
Re: repetier: stops randomly February 24, 2014 03:15PM |
Registered: 10 years ago Posts: 20 |
02:58:52.203 : Buf. Read Idx:1 Buf. Write Idx:1 Comment:0 Buf. Len:0 Wait resend:-1 Recv. Write Pos:0 02:58:52.203 : Min. XY Speed:4.74 Min. Z Speed:4.74 Buffer:0 Lines pos:15 Write Pos:15 02:58:52.203 : Wait loop:1
Re: repetier: stops randomly February 25, 2014 09:19AM |
Registered: 13 years ago Posts: 2,705 |
Re: repetier: stops randomly February 25, 2014 10:11AM |
Registered: 10 years ago Posts: 20 |
Re: repetier: stops randomly February 25, 2014 10:13AM |
Registered: 13 years ago Posts: 2,705 |
Re: repetier: stops randomly February 25, 2014 10:15AM |
Registered: 10 years ago Posts: 20 |
Re: repetier: stops randomly February 25, 2014 10:45AM |
Registered: 10 years ago Posts: 4 |