New Ormerod Web Interface - WIP January 07, 2014 02:08PM |
Registered: 11 years ago Posts: 265 |
Re: New Ormerod Web Interface - WIP January 07, 2014 02:36PM |
Registered: 10 years ago Posts: 12 |
Re: New Ormerod Web Interface - WIP January 07, 2014 03:11PM |
Registered: 10 years ago Posts: 14,685 |
Re: New Ormerod Web Interface - WIP January 07, 2014 04:12PM |
Registered: 11 years ago Posts: 265 |
Quote
dc42
1. Can you provide negative feed amounts as well? When a print fails, I would like to retract some filament.
Quote
dc42
2. When using the "Send g-code" function, it would be really useful to report the result (e.g. so that I can do IR sensor calibration over Ethernet). I realise this would need some work on the firmware to report the result, but I could add that.
Re: New Ormerod Web Interface - WIP January 07, 2014 04:58PM |
Registered: 13 years ago Posts: 1,611 |
Re: New Ormerod Web Interface - WIP January 07, 2014 05:02PM |
Registered: 11 years ago Posts: 265 |
Re: New Ormerod Web Interface - WIP January 07, 2014 05:04PM |
Registered: 13 years ago Posts: 1,611 |
Re: New Ormerod Web Interface - WIP January 10, 2014 09:12AM |
Registered: 11 years ago Posts: 265 |
Re: New Ormerod Web Interface - WIP January 10, 2014 03:36PM |
Registered: 11 years ago Posts: 265 |
Re: New Ormerod Web Interface - WIP January 10, 2014 04:05PM |
Registered: 11 years ago Posts: 314 |
Firstly thanks for all your great work, it is appreciated by me. Unfortunately my Network knowledge, use and settings has all been plug and play so I probably would not help very much as it won't work for me(!) and 'my problems' will only confuse! BUT I do value your work (and others) that will be of benefit to me and the community.Quote
iamburny
Noguinea pigsBeta Testers brave enough to try it out?
Matt
Re: New Ormerod Web Interface - WIP January 10, 2014 04:06PM |
Registered: 10 years ago Posts: 14,685 |
Re: New Ormerod Web Interface - WIP January 10, 2014 04:29PM |
Registered: 11 years ago Posts: 265 |
Quote
dc42
I'd love to try it, but I don't normally run a local web server. Why does it need one - are you sure that the Duet can't handle all the requests? The images and Javascript files will get cached after first use.
To be honest, your exactly the sort of person I need, I use it from a web developers perspective. I need to know how it operates from someone who's expectations aren't based on coding skills.Quote
Treth
Unfortunately my Network knowledge, use and settings has all been plug and play so I probably would not help
Re: New Ormerod Web Interface - WIP January 10, 2014 04:33PM |
Registered: 11 years ago Posts: 578 |
Quote
iamburny
Quote
dc42
I'd love to try it, but I don't normally run a local web server. Why does it need one - are you sure that the Duet can't handle all the requests? The images and Javascript files will get cached after first use.
Its a speed issue, the duet is so painfully slow and transferring/receiving data it is just not capable of serving larger pages, the page it does serve from my new interface is only 24k yet is noticeably slow in loading.
I guess I could configure a version to pull files from Github an other official repositories (e.g. jquery etc) this would negate having to have a local webserver but would require a internet connection.
To be honest, your exactly the sort of person I need, I use it from a web developers perspective. I need to know how it operates from someone who's expectations aren't based on coding skills.Quote
Treth
Unfortunately my Network knowledge, use and settings has all been plug and play so I probably would not help
Matt
Re: New Ormerod Web Interface - WIP January 10, 2014 04:47PM |
Registered: 11 years ago Posts: 265 |
Thats sort of correct Ray, technically it has always been you PC's web browser controlling the printer, all that has changed is were your browser looks to get its files needed to do that controlling.Quote
rayhicks
Matt - are you saying that although the web page is resident on a remote (to the printer) server, it still controls the printer ? (I guess I should dl it and check the readme but a clarification on this point would help). If so would it run from "home" on my pc?
Ray
Re: New Ormerod Web Interface - WIP January 10, 2014 04:55PM |
Registered: 11 years ago Posts: 578 |
Re: New Ormerod Web Interface - WIP January 10, 2014 04:57PM |
Registered: 11 years ago Posts: 265 |
Quote
rayhicks
blam!
Re: New Ormerod Web Interface - WIP January 10, 2014 05:16PM |
Registered: 10 years ago Posts: 14,685 |
Re: New Ormerod Web Interface - WIP January 10, 2014 05:42PM |
Registered: 11 years ago Posts: 265 |
Re: New Ormerod Web Interface - WIP January 10, 2014 05:48PM |
Registered: 10 years ago Posts: 14,685 |
Quote
iamburny
Yep, although the Web server module in the firmware is very basic at the moment
Re: New Ormerod Web Interface - WIP January 10, 2014 06:02PM |
Registered: 11 years ago Posts: 265 |
Re: New Ormerod Web Interface - WIP January 10, 2014 06:06PM |
Registered: 10 years ago Posts: 132 |
Re: New Ormerod Web Interface - WIP January 10, 2014 06:14PM |
Registered: 11 years ago Posts: 265 |
Re: New Ormerod Web Interface - WIP January 10, 2014 07:18PM |
Registered: 10 years ago Posts: 132 |
Re: New Ormerod Web Interface - WIP January 10, 2014 08:24PM |
Registered: 12 years ago Posts: 177 |
Re: New Ormerod Web Interface - WIP January 11, 2014 03:45AM |
Registered: 10 years ago Posts: 14,685 |
Re: New Ormerod Web Interface - WIP January 11, 2014 04:29AM |
Registered: 11 years ago Posts: 265 |
Quote
dc42
The issues I found were to do with error recovery. The low level code was making a callback to alert the higher levels about a network error, but the higher levels were not doing any error recovery. The fixes I did for that are on github. But I didn't find out why, for some types of host computer and network connection, network errors happen so frequently during the initial connection process. Does anyone know of some good network traffic monitoring software that runs under Windows 7 that will help me investigate this?
Re: New Ormerod Web Interface - WIP January 11, 2014 06:02AM |
Registered: 13 years ago Posts: 1,611 |
Re: New Ormerod Web Interface - WIP January 11, 2014 07:21AM |
Registered: 11 years ago Posts: 265 |
Quote
droftarts
@iamburny: Great work! Again!
Re: New Ormerod Web Interface - WIP January 11, 2014 07:31AM |
Registered: 10 years ago Posts: 14 |
Re: New Ormerod Web Interface - WIP January 11, 2014 07:38AM |
Registered: 13 years ago Posts: 1,611 |