Experimental firmware 059b-dc42 and web interface 0.77 May 18, 2014 02:28PM |
Registered: 10 years ago Posts: 14,683 |
Re: Experimental firmware 059b-dc42 and web interface 0.77 May 19, 2014 01:53AM |
Registered: 10 years ago Posts: 13 |
Re: Experimental firmware 059b-dc42 and web interface 0.77 May 19, 2014 02:34AM |
Registered: 10 years ago Posts: 12 |
Re: Experimental firmware 059b-dc42 and web interface 0.77 May 19, 2014 02:37AM |
Registered: 10 years ago Posts: 24 |
Re: Experimental firmware 059b-dc42 and web interface 0.77 May 19, 2014 04:03AM |
Registered: 10 years ago Posts: 13 |
Re: Experimental firmware 059b-dc42 and web interface 0.77 May 19, 2014 04:13AM |
Registered: 10 years ago Posts: 14,683 |
Re: Experimental firmware 059b-dc42 and web interface 0.77 May 19, 2014 04:30AM |
Registered: 10 years ago Posts: 13 |
Re: Experimental firmware 059b-dc42 and web interface 0.77 May 19, 2014 05:23AM |
Registered: 10 years ago Posts: 859 |
Re: Experimental firmware 059b-dc42 and web interface 0.77 May 19, 2014 05:39AM |
Registered: 10 years ago Posts: 14,683 |
Quote
KimBrown
Hi David, I tried 59b, but when I home the Z axis, with or with out the HotEnd Heater on, it turns it off...
59a is fine with homing Z.
Homez.g follows:-
[attachment 33129 homez.g]
Re: Experimental firmware 059b-dc42 and web interface 0.77 May 19, 2014 06:11AM |
Registered: 10 years ago Posts: 859 |
Re: Experimental firmware 059b-dc42 and web interface 0.77 May 19, 2014 06:45AM |
Registered: 10 years ago Posts: 14,683 |
Quote
KimBrown
Yes David..... 59b turns the heater off when the temp isnt near 195
Re: Experimental firmware 059b-dc42 and web interface 0.77 May 19, 2014 09:15AM |
Registered: 10 years ago Posts: 859 |
Re: Experimental firmware 059b-dc42 and web interface 0.77 May 19, 2014 09:26AM |
Registered: 10 years ago Posts: 2,472 |
Re: Experimental firmware 059b-dc42 and web interface 0.77 May 19, 2014 10:04AM |
Registered: 10 years ago Posts: 14,683 |
Quote
KimBrown
In a couple of hours I hope to have a bit of time to play with the machine. I'll re-install 95b again, and give it another go...
Re: Experimental firmware 059b-dc42 and web interface 0.77 May 19, 2014 10:24AM |
Registered: 10 years ago Posts: 14,683 |
Quote
dmould
Looks like the bin icons don't like filenames that take more than 1 line.
Dave (#106)
Re: Experimental firmware 059b-dc42 and web interface 0.77 May 19, 2014 12:13PM |
Registered: 10 years ago Posts: 64 |
Re: Experimental firmware 059b-dc42 and web interface 0.77 May 19, 2014 12:15PM |
Registered: 10 years ago Posts: 859 |
Re: Experimental firmware 059b-dc42 and web interface 0.77 May 19, 2014 01:18PM |
Registered: 10 years ago Posts: 14,683 |
Quote
michaelljunggren
I have a suggestion for future versions but I don't know how easy it is to implement. Simple compression of the g-code files makes the files about 1/2 - 1/3 the size and should therefor be so much quicker to transfer. I obviously don't know what goes on when it is being streamed. Since even 3.4MB/s is oddly slow for a modern network transfer there is something in there that I don't understand.
Re: Experimental firmware 059b-dc42 and web interface 0.77 May 19, 2014 02:31PM |
Registered: 10 years ago Posts: 64 |
I'm glad. Also, fortunate that compression wasn't already a part of the solution.Quote
dc42
Quote
michaelljunggren
I have a suggestion for future versions but I don't know how easy it is to implement. Simple compression of the g-code files makes the files about 1/2 - 1/3 the size and should therefor be so much quicker to transfer. I obviously don't know what goes on when it is being streamed. Since even 3.4MB/s is oddly slow for a modern network transfer there is something in there that I don't understand.
Michael, that's an excellent idea! I found a Javascipt LZW compression library at [pieroxy.net] and it should be simple enough to port the decompression function to C++.
That's odd. I would have thought file transfer would be handled by regular HTTP POST. I wish I had time to spare or I could look into it and helping out. I'm busy until end f summer, really. I shouldn't even be reading the forum now... ;-)Quote
dc42
* At the PC end, the data is packaged into blocks by Javascript code
Re: Experimental firmware 059b-dc42 and web interface 0.77 May 19, 2014 02:44PM |
Registered: 10 years ago Posts: 14,683 |
Quote
michaelljunggren
That's odd. I would have thought file transfer would be handled by regular HTTP POST. I wish I had time to spare or I could look into it and helping out. I'm busy until end f summer, really. I shouldn't even be reading the forum now... ;-)Quote
dc42
* At the PC end, the data is packaged into blocks by Javascript code
Re: Experimental firmware 059b-dc42 and web interface 0.77 May 19, 2014 04:16PM |
Registered: 10 years ago Posts: 859 |
Re: Experimental firmware 059b-dc42 and web interface 0.77 May 19, 2014 04:20PM |
Registered: 10 years ago Posts: 209 |
Re: Experimental firmware 059b-dc42 and web interface 0.77 May 19, 2014 05:01PM |
Registered: 10 years ago Posts: 859 |
Re: Experimental firmware 059b-dc42 and web interface 0.77 May 19, 2014 05:07PM |
Registered: 10 years ago Posts: 14,683 |
Quote
KimBrown
Guess I'm over tired here.... Just realised the filename had two "." in it... I'm supprised windoze8.1 accepted it.... Doh!
Re: Experimental firmware 059b-dc42 and web interface 0.77 May 20, 2014 11:56AM |
Registered: 10 years ago Posts: 665 |
Re: Experimental firmware 059b-dc42 and web interface 0.77 May 20, 2014 12:55PM |
Registered: 10 years ago Posts: 14,683 |
Re: Experimental firmware 059b-dc42 and web interface 0.77 May 21, 2014 05:16PM |
Registered: 10 years ago Posts: 3 |
Re: Experimental firmware 059b-dc42 and web interface 0.77 May 21, 2014 05:42PM |
Registered: 10 years ago Posts: 209 |
Re: Experimental firmware 059b-dc42 and web interface 0.77 May 21, 2014 06:01PM |
Registered: 10 years ago Posts: 14,683 |
Quote
rwb27
I've played with this firmware (0.59b, web interface 0.74) for a couple of days now and it's fantastic - thanks! The only slightly odd thing I've noticed is that the XY move that happens when I home the Z axis is now much slower - is this deliberate/expected, or has something odd happened? I'll look into it a bit further in case it's just my configuration that's odd.
Re: Experimental firmware 059b-dc42 and web interface 0.77 June 01, 2014 03:42AM |
Registered: 10 years ago Posts: 24 |
Quote
dc42
... Changes in firmware 0.59b since 0.59a:
* The M208 command can now set the lower limit of axis travel as well as the upper limit. For example, you can set the X-axis lower limit to e.g. -10 so that X=0 is at the edge of the bed. Add parameter S1 to set the lower limit, otherwise the upper limit it set. If you set an X-axis lower limit, then this will be the value set when the endstop is hit - but note that if there is a G92 command in the homex.g file (as in the standard version supplied by RRP) then that will override it.
* The M208 command with no X, Y or Z parameters now returns the axis upper limits, or the lower limits if parameter S1 is included. ...