Commit graph

39 commits

Author SHA1 Message Date
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
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