Smoothieware Ethernet / SD Upload in progress work
Closed this issue · 9 comments
I added a modal and an upload button... so far.
The upload code is available already from the smoothie project yay: https://github.com/Smoothieware/Smoothieware/blob/8cbd981e85c918e059a6e68d70fbf3cdad0f8ca5/src/libs/Network/uip/webserver/httpd-fs-src/functions.js#L77
So, i have my Smoothieboard up on network, over the built in web interface I can jog, etc. But uploading any gcode, fails with a 503 response to the XHR request.
Browsing http://smoothieboardip/upload:
Am I missing something?
Is the firmware recent ?
On Sat, Jul 23, 2016 at 10:44 PM, Peter van der Walt <
notifications@github.com> wrote:
@wolfmanjm https://github.com/wolfmanjm @arthurwolf
https://github.com/arthurwolfSo, i have my Smoothieboard up on network, over the built in web interface
I can jog, etc. But uploading any gcode, fails with a 503 response to the
XHR request.[image: xhr fails]
https://cloud.githubusercontent.com/assets/7695323/17080208/cf5bdb44-5126-11e6-9b60-19afc203d2ad.PNGBrowsing http://smoothieboardip/upload:
[image: 404]
https://cloud.githubusercontent.com/assets/7695323/17080213/0207a4a6-5127-11e6-967a-c750b61ead18.PNGAm I missing something?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#16 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAGpFWNURRwnyrg-xnEs1lawD3BLVWCcks5qYn0zgaJpZM4Izosn
.
Courage et bonne humeur.
Build version: edge-c864529, Build date: May 20 2016 04:05:32, MCU: LPC1769, System Clock: 120MHz
try using another browsers. using chrome right ?
On Sat, Jul 23, 2016 at 10:49 PM, Peter van der Walt <
notifications@github.com> wrote:
Build version: edge-c864529, Build date: May 20 2016 04:05:32, MCU:
LPC1769, System Clock: 120MHz—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#16 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAGpFX1syWlf6drxTNedSOHVoRBS6haqks5qYn5VgaJpZM4Izosn
.
Courage et bonne humeur.
Ah found the problem. SD card was formatted FAT16, and had too many files on it.
When I tried copying a new firmware.bin to it Windows complained about it! FAT16 only allows 512 files on the root directory (https://support.microsoft.com/en-us/kb/120138)
Now let the coding commence (:
Yay :)
On Sat, Jul 23, 2016 at 10:54 PM, Peter van der Walt <
notifications@github.com> wrote:
Ah found the problem. SD card was formatted FAT16, and had too many filed
on it.When I tried copying a new firmware.bin to it Windows complained about it!
FAT16 only allows 512 files on the root directory (
https://support.microsoft.com/en-us/kb/120138)[image: success]
https://cloud.githubusercontent.com/assets/7695323/17080243/281f90bc-5128-11e6-8c67-209b12e9d46c.PNG—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#16 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAGpFQTXa0dHje-GNpcCwk8y1veC6zh2ks5qYn-EgaJpZM4Izosn
.
Courage et bonne humeur.
Can the latest ESP-WIFI implementation take advantage of this UI to upload directly to the Smoothie SD?
Negative, on the next board revision you'll need to add an SD to the ESP
On Oct 17, 2016 9:40 AM, "DarklyLabs" notifications@github.com wrote:
Can the latest ESP-WIFI implementation take advantage of this UI to upload
directly to the Smoothie SD?—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#16 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AHVr21Wd-yyBO4Aj_3XPawiXQqbjQ0teks5q0yZfgaJpZM4Izosn
.
Moved to wishlist on the readme b39c56a so I can close the issue for now