Re: New Ormerod Web Interface - WIP February 01, 2014 02:32PM |
Registered: 10 years ago Posts: 55 |
Re: New Ormerod Web Interface - WIP February 01, 2014 06:23PM |
Registered: 10 years ago Posts: 14,685 |
Re: New Ormerod Web Interface - WIP February 02, 2014 05:42AM |
Registered: 10 years ago Posts: 265 |
Re: New Ormerod Web Interface - WIP February 02, 2014 05:59AM |
Registered: 10 years ago Posts: 14,685 |
Re: New Ormerod Web Interface - WIP February 02, 2014 06:00AM |
Registered: 10 years ago Posts: 57 |
Re: New Ormerod Web Interface - WIP February 02, 2014 06:48AM |
Registered: 10 years ago Posts: 147 |
Quote
PaulHam
Thanks David,
Ill have a go.
Ive finally managed to get it to print without hanging, even the graph on the print status is still working 22mins into the print.
The changes i made were -
Connect the Ethernet cable from the duet into the laptop directly
only used the gui buttons to home and move Z down 0.2mm. i then used the command box at the top to select setbed.g and print it, then select my file and print it. no hanging.
Re: New Ormerod Web Interface - WIP February 02, 2014 07:32AM |
Registered: 10 years ago Posts: 55 |
Re: New Ormerod Web Interface - WIP February 02, 2014 08:01AM |
Registered: 10 years ago Posts: 209 |
Quote
dc42
Thanks, Matt!
Bob: can you use Wireshark to trace the initial connection between the client and the Ormerod, under both Ubuntu and Windows? Maybe there is some negotiation going on that causes Ubuntu to use short packets.
Re: New Ormerod Web Interface - WIP February 03, 2014 09:34AM |
Registered: 10 years ago Posts: 265 |
Re: New Ormerod Web Interface - WIP February 03, 2014 09:57AM |
Registered: 10 years ago Posts: 14,685 |
Re: New Ormerod Web Interface - WIP February 03, 2014 10:46AM |
Registered: 10 years ago Posts: 265 |
Re: New Ormerod Web Interface - WIP February 03, 2014 11:54AM |
Registered: 10 years ago Posts: 57 |
Quote
dc42
Unfortunately, I can't get it to work. When I try to load it, the webpage comes up, but the Connect button remains in its unresponsive state instead of going to a darker colour and becoming clickable.
I've checked that all the .js files, font files etc. are in my Apache directory, and I've replaced all 9 occurrences of the IP address in reprap.htm with my own. Is there any anywhere new that I need to patch the IP address?
Re: New Ormerod Web Interface - WIP February 03, 2014 11:55AM |
Registered: 10 years ago Posts: 14,685 |
Re: New Ormerod Web Interface - WIP February 03, 2014 12:28PM |
Registered: 10 years ago Posts: 209 |
Re: New Ormerod Web Interface - WIP February 03, 2014 12:38PM |
Registered: 10 years ago Posts: 14,685 |
Quote
bobtidey
Quote
dc42
and I've replaced all 9 occurrences of the IP address in reprap.htm with my own. Is there any anywhere new that I need to patch the IP address?
I count 10 replacements now. It used to be 9. I think the new one is cookie.
Re: New Ormerod Web Interface - WIP February 03, 2014 12:50PM |
Registered: 10 years ago Posts: 265 |
Re: New Ormerod Web Interface - WIP February 03, 2014 01:06PM |
Registered: 10 years ago Posts: 57 |
Re: New Ormerod Web Interface - WIP February 03, 2014 01:09PM |
Registered: 10 years ago Posts: 147 |
Re: New Ormerod Web Interface - WIP February 03, 2014 01:13PM |
Registered: 10 years ago Posts: 265 |
Re: New Ormerod Web Interface - WIP February 03, 2014 01:15PM |
Registered: 10 years ago Posts: 57 |
Re: New Ormerod Web Interface - WIP February 03, 2014 01:22PM |
Registered: 10 years ago Posts: 147 |
Quote
iamburny
bah... thanks for spotting that Paul, i'll fix it asasp. I made a change as web printing was also making the upload progress bar move, didnt test uploading after tha, sry
Matt
Re: New Ormerod Web Interface - WIP February 03, 2014 01:30PM |
Registered: 10 years ago Posts: 14,685 |
Re: New Ormerod Web Interface - WIP February 03, 2014 01:37PM |
Registered: 10 years ago Posts: 265 |
Re: New Ormerod Web Interface - WIP February 03, 2014 01:59PM |
Registered: 10 years ago Posts: 265 |
Re: New Ormerod Web Interface - WIP February 03, 2014 02:12PM |
Registered: 10 years ago Posts: 147 |
Oh i might pick up another RaspberryPi then. i have one running OpenElec XBMC, 1080p streaming videos!Quote
iamburny
File Uploading progress bar is Fixed and on my git hub, if your using a "Remote" version on reprap.htm you just need to refresh your browser (F5) if your hosting local to you replace the reprap.js in the js directory
@PaulHam - Sadly most older "remote" versions wont work with the javascript I am updating, so much is changing its essential to keep the reprap.htm & reprap.js files at the same version. The real solution to this is have a "proper" web server on the Duet that is capable of serving javascript files, then a remote version wont be needed at all, and all files can reside on the SD card.
Until the Duet web sever is fixed i'd recommend getting a Raspberry Pi (i have 3!) very handy for this sort of adhoc stuff, its very very well supported and uber cheap! would be great if an expansion board was made for it to allow stepper control =D
Matt
Re: New Ormerod Web Interface - WIP February 03, 2014 04:27PM |
Registered: 10 years ago Posts: 209 |
Quote
dc42
btw I tried setting the MTU on my computer to 600 bytes, and could no longer print circle.g. The firmware says via the USB interface that the client buffer is overflowing. So it appears that the code in the network interface to reassemble fragmented packets does not work. I probably won't have time to look at why before next weekend.
Re: New Ormerod Web Interface - WIP February 03, 2014 05:55PM |
Registered: 10 years ago Posts: 14,685 |
Quote
iamburny
The real solution to this is have a "proper" web server on the Duet that is capable of serving javascript files, then a remote version wont be needed at all, and all files can reside on the SD card
Matt
Re: New Ormerod Web Interface - WIP February 03, 2014 07:02PM |
Registered: 10 years ago Posts: 209 |
Re: New Ormerod Web Interface - WIP February 04, 2014 03:21AM |
Registered: 10 years ago Posts: 265 |
Re: New Ormerod Web Interface - WIP February 04, 2014 04:03AM |
Registered: 10 years ago Posts: 14,685 |
Quote
bobtidey
The difference is the delay from the browser getting a packet of data and issuing the Ack. On Ubuntu that is about 20msec whereas on Windows it is about 120 msec. Weird.