Commit graph

10 commits

Author SHA1 Message Date
Gina Häußge
d102bdbfca Ooops... forgot something in a variable name 2013-01-03 23:06:27 +01:00
Gina Häußge
b93750619f Added video creation via ffmpeg 2013-01-03 22:58:47 +01:00
Gina Häußge
02f2436cd5 Futher work on timelapse support 2013-01-03 21:38:46 +01:00
Gina Häußge
35e6b19332 Timelapse support. At the moment the feature only creates a series of (grabbed) images in the timelapse folder in the settings dir. Next step will be to create a movie from that. 2013-01-03 15:25:20 +01:00
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
8dc5e249d5 Stream image directly from memory instead of buffering to disk 2013-01-02 18:24:56 +01:00
Gina Häußge
f080468a4d Webcam support for Linux 2013-01-02 16:41:04 +00:00
Gina Häußge
e1d541a6e4 First try at webcam support 2013-01-02 16:33:37 +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