Gina Häußge
06eae381e4
Fixed an error in the dev env setup docs
2017-01-10 19:01:23 +01:00
Gina Häußge
102727b122
[Docs] Fix missing docs for recursive parameter on file API
...
Solves #1634
2016-12-09 10:50:53 +01:00
Gina Häußge
558a8957f9
Fix docs for OctoPrint.upload method
2016-12-07 10:59:16 +01:00
Gina Häußge
65377b396f
Added note that jquery and lodash are dependencies of the js client lib
2016-11-28 11:29:17 +01:00
Gina Häußge
daeb3dbc91
Documentation for last_position, pause_position, cancel_position
2016-11-23 17:41:58 +01:00
Gina Häußge
0d13c3b439
Add OctoPrint.options.locale and if set send X-Locale header on requests
...
See #1593
2016-11-18 07:56:49 +01:00
Gina Häußge
d52462b9f5
Docs: Fixed GCODE event docs
2016-11-15 11:57:09 +01:00
Gina Häußge
cc5f119f1b
Include position in PrintPaused and PrintCancelled events
...
If available. Updated docs accordingly.
2016-11-15 11:56:30 +01:00
Gina Häußge
20d15b2abb
Documented usage of js client lib
2016-10-18 11:26:17 +02:00
Gina Häußge
d1f79dffd8
Docs: update screenshot of plugin manager
2016-10-14 14:43:38 +02:00
Gina Häußge
243e4107a3
Docs: Update cura_engine binary + compiling instructions for jessie
2016-10-14 14:35:22 +02:00
Gina Häußge
f7eb12a3ee
Docs for {Reload|Restart}NeedingPlugin
2016-10-14 14:15:33 +02:00
Gina Häußge
ee92fc6907
Docs for CLI of software update plugin
2016-10-14 13:57:01 +02:00
Gina Häußge
71c2789fe7
Docs: fixed duplicated "injected properties" section
2016-10-13 14:25:24 +02:00
Gina Häußge
9de78001dd
Merge branch 'maintenance' into devel
...
# Conflicts:
# CHANGELOG.md
# docs/plugins/concepts.rst
# src/octoprint/__init__.py
# src/octoprint/server/__init__.py
# src/octoprint/templates/javascripts.jinja2
# src/octoprint/timelapse.py
Merge branch 'devel' into dev/wizard
# Conflicts:
# octoprint_octobullet/__init__.py
# octoprint_octobullet/templates/octobullet_settings.jinja2
Merge branch 'devel' into dev/wizard
# Conflicts:
# octoprint_octobullet/__init__.py
# octoprint_octobullet/templates/octobullet_settings.jinja2
2016-10-13 14:22:40 +02:00
Gina Häußge
1370c7a9cc
Inject plugin_info object into plugin implementations as well
2016-10-13 12:03:05 +02:00
Gina Häußge
e8ee9d712c
Better reporting of timelapse capture errors
...
* show special error if timelapse can't be rendered due to no frames having
been captured
* inform user during print about repeated capture errors
* do not start post roll recording if after a print no frames were captured at all
* also interpret non-ok-ish return codes from snapshot url as capture error
* documentation for CaptureFailed event
2016-10-12 15:12:28 +02:00
Gina Häußge
d88bf78242
Document Shutdown event
2016-10-11 16:35:29 +02:00
Gina Häußge
82ae52e619
More docs & client fixes
2016-09-28 12:53:43 +02:00
Gina Häußge
4e69b260a1
Docs for user API
...
Also some fixes on said API and some fixes in the docs
2016-09-28 11:18:43 +02:00
Gina Häußge
82ae3f6f6e
Re-added two utility methods removed in d9e3553c7c
...
They are still useful for other clients than the core application. Renamed them to fit the
general naming on the API however:
* pathForElement is now called pathForEntry
* elementByPath is now called entryForPath
2016-09-28 10:21:27 +02:00
Gina Häußge
0b551f6b7e
Some more documentation
2016-09-22 22:21:52 +02:00
Gina Häußge
9845e3b4ea
Restored accidentally removed file
2016-09-22 16:32:05 +02:00
Gina Häußge
8e8853c9c3
Lots of documentation updates + some related code fixes
2016-09-22 16:27:06 +02:00
Gina Häußge
b0a6a5675a
Fixed two documentation bugs
...
Thanks @Salandora
2016-09-21 14:35:43 +02:00
Gina Häußge
6f029d6bf4
Docs and minor fixes for printer profile API
2016-09-21 12:05:17 +02:00
Gina Häußge
fc891ac651
Make sure volume.depth for circular beds is forced to width
...
Both width and depth should be the diameter. Adjusted docs
accordingly to reflect this too.
2016-09-21 10:45:40 +02:00
Gina Häußge
b8159cf16f
Docs bug: Maximum feedrate for axes is mm/min
2016-09-20 13:46:47 +02:00
Gina Häußge
0833d9efce
Fixed a link
2016-09-20 10:30:41 +02:00
Gina Häußge
0ac3881897
Use better name than "hook" for various plugin hook documentation
2016-09-20 10:29:53 +02:00
Gina Häußge
c7055440cc
Migrated docs for all bundled plugins from wiki
2016-09-20 10:27:21 +02:00
Gina Häußge
7b4b638a2b
Merge branch 'fix/pluginDocs' into dev/bundledPluginsDocs
2016-09-19 17:15:20 +02:00
Gina Häußge
b6fbbb353a
Merge branch 'maintenance' into devel
...
# Conflicts:
# CHANGELOG.md
# src/octoprint/filemanager/storage.py
# src/octoprint/plugins/softwareupdate/templates/softwareupdate_settings.jinja2
2016-09-09 12:31:29 +02:00
Gina Häußge
2b22d26eac
Fixed a small issue with RFC 5987 headers arriving as unicode in parser
...
Also added API docs regarding header encoding, incl support for RFC 5987
for filename fields in Content-Disposition headers in multipart/form-data
parts, incl. an example of an upload request with a utf-8 encoded filename.
2016-09-07 18:44:46 +02:00
Gina Häußge
eb4be89d39
Renamed GcodeFileViewModel to FileViewModel
...
(Let's be realistic here)
Introduced new "additionalNames" property on viewmodel declaration
to allow for registering alternative lookup names for a view model.
The freshly renamed FileViewModel now resolves as both "filesViewModel"
and "gcodeFilesViewModel", making the renaming backwards compatible
Documented all that stuff (and some more)
2016-09-01 10:17:18 +02:00
Gina Häußge
a13e12bb5e
More work on JS Client documentation
2016-08-26 17:47:38 +02:00
Gina Häußge
4ff869c2fa
Docs for settings overlay & improved hook docs
2016-08-19 15:40:43 +02:00
Gina Häußge
aae01fe81b
Merge branch 'maintenance' into devel
...
Conflicts:
CHANGELOG.md
docs/api/fileops.rst
src/octoprint/plugins/virtual_printer/virtual.py
src/octoprint/server/api/files.py
src/octoprint/static/css/octoprint.css
src/octoprint/static/js/app/dataupdater.js
src/octoprint/static/js/app/main.js
src/octoprint/static/js/app/viewmodels/files.js
src/octoprint/static/js/app/viewmodels/settings.js
src/octoprint/templates/sidebar/state.jinja2
src/octoprint/util/comm.py
2016-07-28 15:00:23 +02:00
Gina Häußge
f9cb29ac91
A bunch of documentation fixes and updates
2016-07-28 09:43:41 +02:00
Gina Häußge
6cbf189104
Added some developer information
2016-07-18 12:00:04 +02:00
Gina Häußge
7908f5226f
Merge pull request #1384 from docdawning/patch-2
...
Replaced broken link
2016-07-13 17:53:24 +02:00
Gina Häußge
0fec3aeca9
Merge branch 'patch-1' of https://github.com/cvignac/OctoPrint into maintenance
2016-07-12 11:52:27 +02:00
cvignac
12fcfda481
Typo correction in slicing.rst
...
In 'Retrieve all slicing profiles' :
'GET /api/slicing/profiles' -> 'GET /api/slicing'
2016-07-10 15:40:24 +03:00
Gina Häußge
5bf5e336ec
Extend payload in various events
...
Added name and path various event print job events and
the upload event, deprecated the file property.
Had to move event triggering of the print job events to
the printer implementation, since the file manager
is not available in the comm layer. Added new callbacks
to the PrinterInterface to allow for that to be possible.
2016-07-08 12:54:58 +02:00
Gina Häußge
3a4902367b
New event placeholders for path & origin
2016-07-08 12:52:40 +02:00
Gina Häußge
dfb8f51238
Extend payload in MetadataAnalysis events
...
Added name, path and origin, deprecated file property.
2016-07-08 10:50:13 +02:00
Gina Häußge
a2cd46899c
Merge branch 'improve/intermediaryUrlsAndTimeouts' into devel
...
Conflicts:
AUTHORS.md
src/octoprint/plugins/virtual_printer/virtual.py
2016-07-06 13:32:03 +02:00
Mark Walker
5eefee3a4d
RepRapFirmware style M23 select file
...
RepRapFirmware enumerates the gcode files starting at /gcode, it will
also interpret any relative path as being relative to that folder.
However a full absolute path will actually interpret as from the real
root of the SD card :-(
(cherry-picked from ac68570 )
2016-07-06 05:17:44 +00:00
Mark Walker
3069e05766
Add RepRapPro style file opened to virtual printer
...
(cherry-picked from 257c4ed )
Conflicts:
src/octoprint/plugins/virtual_printer/virtual.py
2016-07-06 05:14:10 +00:00
Gina Häußge
294203ffd5
Add absolute jog mode to printer API
2016-07-01 17:54:26 +02:00