Commit Graph

53 Commits (03c9c684bf726174e340c40b3c5343ac81daaecd)

Author SHA1 Message Date
Gina Häußge e16f95069a Added a note to please create pull requests against devel 2013-07-15 17:54:28 +02:00
Gina Häußge 407c61cb24 Removed contents that are now found on the website, added note regarding filing bug reports 2013-07-01 15:23:40 +02:00
Gina Häußge 4371fa500c Adjusted README 2013-06-09 18:42:32 +02:00
Gina Häußge 1f06faa167 Update README.md 2013-03-30 18:31:17 +01:00
Gina Häußge e1d4832026 Moved configuration description to wiki and removed obsolete information regarding the repository rename. 2013-03-16 02:40:42 +01:00
Gina Häußge 1e381cc793 Moved setup instructions for Raspbian to a wiki page. 2013-03-16 00:34:40 +01:00
Gina Häußge 3350b48a76 Merge remote-tracking branch 'origin/master' into devel 2013-03-16 00:32:18 +01:00
Gina Häußge dc5b8d9606 Update README.md 2013-03-16 00:17:12 +01:00
Gina Häußge b7a3105655 Smallish fixes for argparser 2013-03-11 21:04:56 +01:00
Gina Häußge 363f00775b New config options for daemonization, configfile location and basedir location
Using --daemon {start|stop|restart} OctoPrint can now be daemonized/controlled in daemon mode. Via --pidfile it's possible to set the pidfile to use, --configfile allows specification of the config.yaml to use, --basedir specifies the location of the basedir from which to base off the upload, timelapse and log folders. I also updated the README to include some config file settings which were previously undocumented.
2013-03-11 21:00:43 +01:00
Gina Häußge fe1e02a1de Added run-as-daemon to the readme. 2013-03-10 21:33:45 +01:00
Gina Häußge 1ead7ba23c Added Pines Notify to the credits. 2013-03-10 17:55:31 +01:00
Gina Häußge 7fc8dd22a1 Added some info to the readme regarding system commands 2013-03-10 17:46:46 +01:00
Gina Häußge 2ade4948fc The jog controls aren't ugly any more and we have some more stuff than just jog controls now 2013-03-06 23:44:58 +01:00
Gina Häußge b3bbfb4574 Merge remote-tracking branch 'origin/master' into devel 2013-03-02 12:02:18 +01:00
Gina Häußge e3cc7ad941 Update README.md
config.ini => config.yaml
2013-02-26 15:14:06 +01:00
Gina Häußge 55244c2f7c Added example for multiple commands 2013-02-23 18:13:04 +01:00
Gina Häußge bd68e0ae54 Added sorting and filtering options for gcode files.
Closes #21
2013-02-10 21:48:24 +01:00
Gina Häußge eeb2036bab Merged devel to master, adjusted README a bit. 2013-02-09 23:28:00 +01:00
Gina Häußge 7d4dc54bdf Added gcode viewer setting to the README 2013-02-03 22:02:57 +01:00
Gina Häußge 84c9403e65 parametrized_command => parametric_command 2013-01-27 18:52:25 +01:00
Gina Häußge ebc7352a42 config.ini is now config.yaml 2013-01-27 18:30:07 +01:00
Gina Häußge ee7a1f9615 Added custom controls via configuration file.
Closes #13
2013-01-27 18:28:11 +01:00
Gina Häußge 357514ca0e Added instructions on what to do after the rename 2013-01-27 11:23:55 +01:00
Gina Häußge 1482292b33 Added instructions on what to do after the rename 2013-01-27 11:23:01 +01:00
Gina Häußge 05c5a679f2 Merge remote-tracking branch 'origin/master' 2013-01-27 11:14:50 +01:00
Gina Häußge df443f335c Updated README after repository rename 2013-01-27 11:14:42 +01:00
Gina Häußge ac907cf942 Update README.md
Added dependency on subversion package for compiling mjpg-streamer
2013-01-21 18:38:31 +01:00
Gina Häußge 126ca22f99 Moved LICENSE file to root directory to make it more visible. Added hint to README.md that OctoPrint is released under AGPL 2013-01-20 00:29:48 +01:00
Gina Häußge 072205ee82 Added forgotton sudo to pip command, thanks Andreas Gohr for spotting this. 2013-01-19 13:31:46 +01:00
Gina Häußge e54f1e683d Name explanation 2013-01-19 00:06:41 +01:00
Gina Häußge 56e211f5ec Updated README for merge of socketio branch. 2013-01-18 23:44:12 +01:00
Gina Häußge c77df98980 Changed instructions to use run shellscript 2013-01-18 23:44:12 +01:00
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