Commit graph

11 commits

Author SHA1 Message Date
Gina Häußge
4e4eed84bb Removed python based webcam support (didn't work well with the raspi), switched instead to external stream (mjpg-streamer being the preferred webcam server) 2013-01-03 00:39:17 +01:00
Gina Häußge
a85ea69fb0 Established settings mechanism
Allows reading and writing default serial port and baudrate (this also is available via the web interface) and setting the host and port on which the server should listen. Might allow persisting more options in the future.

The configuration file is stored in ~/.printerwebui/config.ini under Linux, in %APPDATA%/PrinterWebUI/config.ini under Windows and should be stored in ~/Library/Application Support/config.ini under MacOS X

Closes #1
2013-01-01 21:04:00 +01:00
Gina Häußge
a0cac835b5 Major reorganization to only include the communication stack from Cura. 2012-12-31 13:18:55 +01:00
Gina Häußge
cd04fb705f New commandline options for debugging and specifying host/port of server to bind to, also added to readme. 2012-12-29 12:11:49 +01:00
Gina Häußge
375fffdd3f Upload location is now platform dependent
win32 defaults to %APPDATA%/Cura/uploads
macos defaults to ~/Library/Application Support/Cura/uploads (I hope, can't test it...)
linux defaults to ~/.cura/uploads

Server now also checks if file to be uploaded or deleted ends on .gcode and makes filename secure before doing anything on the filesystem

Also added favicon ;) and some bla to the README.md
2012-12-27 00:04:12 +01:00
Ilya Kulakov
59ccbb256c Fix typo in requirements. 2012-12-07 15:00:07 +07:00
Ilya Kulakov
948bbb8d13 Upload formula. 2012-12-07 14:53:23 +07:00
Ilya Kulakov
a9dcc800f2 Fix typo in README. 2012-12-06 15:59:59 +07:00
Ilya Kulakov
4dcb07e4be Finish updating README for Mac OS X. 2012-12-06 14:57:18 +07:00
Ilya Kulakov
0a1b1c419a Start updating README for Mac OS X. 2012-12-05 20:16:50 +07:00
daid
0626dae61c Update README to point people better to the right location 2012-04-06 16:20:22 +02:00