Offline Web Interface

I am using a Smoothie as a CNC, with a raspberry pi as an interface. I have the smoothie wired *directly* to the pi via ethernet; there is no router to the open internet. I’ve successfully accessed the web interface but none of the buttons work….

(side note: everything works fine in pronterface, serial and usb.)

…Which lead me to this forum post: [groups dot google dot com/forum/#!topic/smoothieware-support/sxdWQVVO60M]. I figure smoothie can’t find jquery and thus can’t handle any commands. I’ve attempted to follow the directions and modified the index.html to a local jquery.js. However even after flashing, the smoothie directs to the old webpage and not the new one.

So the bottom line is: how do I actually update the web interface?

Thanks!

Imported from wikidot

Hey.

If you want, you can put any html file you want ( including the web interface ), on the SD card.
Then you access it at http://smoothie’s_ip/sd/your_file.html

Hope that helps.