Ormerod Web Control v0.67 March 12, 2014 03:10PM |
Registered: 11 years ago Posts: 265 |
Re: Ormerod Web Control v0.67 March 12, 2014 03:47PM |
Registered: 11 years ago Posts: 209 |
Re: Ormerod Web Control v0.67 March 12, 2014 04:04PM |
Registered: 11 years ago Posts: 100 |
Re: Ormerod Web Control v0.67 March 12, 2014 04:22PM |
Registered: 11 years ago Posts: 265 |
Quote
bobtidey
Great stuff. Thanks for the new functions. Refreshing config and reprap was the only reason I ever connected the USB.
I did have one funny whilst putting this on. I tried doing it via Pronterface as I have done before and it would claim to start writing the reprap.htm but not finish. Duet was hung at that point and needed a reboot. Was repeatable. Maybe a line is exceeding Pronterface upload limits? Edit: Checked the file and it doesn't seem to have any long lines.
So I took the SD card out and file was 0 bytes. Copied it manually and all was fine.
Running via local server.
Edit2: Previous versions had a <!-- **EoF** --> comment at the end. Is Pronterface expecting that?
Re: Ormerod Web Control v0.67 March 12, 2014 04:30PM |
Registered: 11 years ago Posts: 19 |
Re: Ormerod Web Control v0.67 March 12, 2014 05:25PM |
Registered: 11 years ago Posts: 265 |
Re: Ormerod Web Control v0.67 March 12, 2014 07:27PM |
Registered: 11 years ago Posts: 14,686 |
Quote
iamburny
Yes its probably the <!-- **EoF** --> Bob, i took it out specifically as when it is upload via my web interface the <!-- **EoF** --> caused an odd character at the end of the file, which was visible when running the web page. i'm assumign it was caused by a difference somewhere in the firmware, as the Ethernet and Serial/USB (that pronterface uses) communications are handled differently. I expect dc42 can shed further light on this odd occurance.
Re: Ormerod Web Control v0.67 March 14, 2014 04:53PM |
Registered: 11 years ago Posts: 19 |
Re: Ormerod Web Control v0.67 April 02, 2014 04:14PM |
Registered: 11 years ago Posts: 64 |
Re: Ormerod Web Control v0.67 April 03, 2014 05:24AM |
Registered: 12 years ago Posts: 103 |
Re: Ormerod Web Control v0.67 April 03, 2014 05:43AM |
Registered: 11 years ago Posts: 64 |
Wow, that was a long line. Is that all settings in binary form in case the gcode is read into cura again?Quote
auser
when I had hangs a 99% they where caused by long lines at the end of the g-code.
specifically older cura plugins did not remove the "profile" cura likes to put at the end of the g-code.
Maybe you could check with a text editor if you have a long line a the end of your g-code. If it is the cura profile: simply remove it
the ormerod does not read it.
Re: Ormerod Web Control v0.67 April 03, 2014 03:53PM |
Registered: 11 years ago Posts: 20 |
Re: Ormerod Web Control v0.67 April 04, 2014 04:38AM |
Registered: 12 years ago Posts: 103 |
Re: Ormerod Web Control v0.67 April 04, 2014 09:59AM |
Registered: 11 years ago Posts: 209 |
Re: Ormerod Web Control v0.67 April 05, 2014 03:23AM |
Registered: 11 years ago Posts: 105 |
Re: Ormerod Web Control v0.67 April 05, 2014 03:53AM |
Registered: 11 years ago Posts: 64 |
Re: Ormerod Web Control v0.67 April 05, 2014 04:05AM |
Registered: 11 years ago Posts: 14,686 |
Re: Ormerod Web Control v0.67 April 05, 2014 05:09AM |
Registered: 11 years ago Posts: 105 |
Re: Ormerod Web Control v0.67 April 05, 2014 11:27AM |
Registered: 11 years ago Posts: 265 |
Re: Ormerod Web Control v0.67 April 05, 2014 12:06PM |
Registered: 11 years ago Posts: 782 |
Re: Ormerod Web Control v0.67 April 05, 2014 03:20PM |
Registered: 11 years ago Posts: 105 |
Quote
dc42
MrCrispi, I installed Apache 2.2 under Windows 7 x64, downloaded via [apache.mirror.anlx.net]. Then I created directory reprap within C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs and I put the css, js, img and fonts directories inside that.
Re: Ormerod Web Control v0.67 April 05, 2014 04:26PM |
Registered: 11 years ago Posts: 14,686 |
<script src="//192.168.1.2/reprap/js/jquery-2.1.0.min.js"></script> <script src="//192.168.1.2/reprap/js/bootstrap.min.js"></script> <script src="//192.168.1.2/reprap/js/jquery.storageapi.min.js"></script> <script src="//192.168.1.2/reprap/js/jquery.flot.min.js"></script> <script src="//192.168.1.2/reprap/js/jquery.flot.navigate.js"></script> <script src="//192.168.1.2/reprap/js/jquery.filedrop.min.js"></script> <script src="//192.168.1.2/reprap/js/reprap.js"></script>>
Re: Ormerod Web Control v0.67 April 05, 2014 05:33PM |
Registered: 11 years ago Posts: 105 |
Re: Ormerod Web Control v0.67 April 06, 2014 07:35AM |
Registered: 11 years ago Posts: 265 |
Re: Ormerod Web Control v0.67 April 06, 2014 08:40AM |
Registered: 11 years ago Posts: 105 |
Re: Ormerod Web Control v0.67 April 06, 2014 05:23PM |
Registered: 11 years ago Posts: 14,686 |
Re: Ormerod Web Control v0.67 April 07, 2014 08:16AM |
Registered: 11 years ago Posts: 64 |
Re: Ormerod Web Control v0.67 April 08, 2014 05:19AM |
Registered: 11 years ago Posts: 147 |
Re: Ormerod Web Control v0.67 May 09, 2014 06:25AM |
Registered: 10 years ago Posts: 176 |
Re: Ormerod Web Control v0.67 May 09, 2014 06:35AM |
Registered: 11 years ago Posts: 14,686 |
Quote
VortyZA
It occurs to me that it's possible that the firmware is sitting waiting for the rest of the 1st file (no 'end upload' command), and ignores the 'start new file' command and instead continues the previous upload, saving the changes at the end of the successful upload to the old file.
That would mean that both files are jammed into one g code file.. not so great.
Quote
VortyZA
I'll try reproduce the problem and if it fails the upload I'll send it a M29 command to end the upload to see if that completes the previous upload.
[/quote]Quote
VortyZA
Not sure why it's failing the upload, but I do the the 'Online' button sometimes goes red and becomes 'Connect' (disconnection), so it's probably related to that?