Commit Graph

20 Commits (720f3b3eb65432b22ef433d0d578f6cd820f46ae)

Author SHA1 Message Date
Gina Häußge 720f3b3eb6 Renamed from Printer WebUI to OctoPrint
The location of the config folder has changed. OctoPrint will try to migrate the configuration from its old location (~/.printerwebui, ...) to its new one (~/.octoprint, ...). For this to work the following conditions must be met: 1) the old config folder exists and is a directory 2) the new config folder does not exist at all. The migration functionality will be in the future.
2013-01-18 23:44:11 +01:00
Gina Häußge 574961ceac Added option to disable analysis of gcode upon loading a file for print. Disabling this allows for a faster loading time (especially on a Raspberry Pi) but with the disadvantage of losing information regarding estimated filament length and print time. 2013-01-18 23:44:09 +01:00
Gina Häußge a777c369c7 Added note about needing a powered USB hub 2013-01-14 14:33:00 +01:00
Gina Häußge 06675100b4 Update README.md 2013-01-13 13:43:44 +01:00
Gina Häußge 99ed13160f Changed installation and configuration hints to use avconv on Raspberry Pi instead of ffmpeg (which seems to ignore the bitrate commandline parameter and hence produces horribly blocky videos) 2013-01-04 23:43:32 +01:00
Gina Häußge 7ffb8c3bd7 Only enable timelapse feature when necessary config settings are made. Expanded on documentation. 2013-01-04 18:38:50 +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 81fb1ae305 Small correction in README 2013-01-03 00:49:44 +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 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