Gina Häußge
2fcbf49348
Docs: Some small changes as followup to #2176
2017-11-03 11:33:47 +01:00
Peter Backx
a0df4e78b5
Fixing Sphinx warnings during doc generation
2017-11-03 11:11:52 +01:00
Gina Häußge
77e48335da
Virtual printer: support config of reset lines
...
Also updated config docs accordingly.
2017-10-26 13:10:54 +02:00
Gina Häußge
38c410f80f
New sub command "octoprint safemode"
...
Sets server.startOnceInSafeMode flag to true. Probably easier for a lot
of people than editing a config file or running OctoPrint manually from
command line, in case the built-in "Restart in safe mode" system command
is not an option.
2017-10-24 13:23:10 +02:00
Gina Häußge
cb50646134
Merge pull request #2163 from jcbelanger/patch-1
...
Use valid css instead of less for example
2017-10-23 11:14:57 +02:00
Joshua Belanger
8e03dbfa14
Use valid css instead of less for example
2017-10-20 23:06:32 -04:00
Joshua Belanger
b6cf895c56
Update gettingstarted.rst
2017-10-20 20:10:13 +02:00
Gina Häußge
25e05418d8
Upped version of requests and cookiecutter
...
Fixes #2160
2017-10-20 20:06:49 +02:00
Gina Häußge
2e134ba8b0
Merge pull request #2162 from jcbelanger/patch-1
...
Update gettingstarted.rst
2017-10-20 20:02:01 +02:00
Joshua Belanger
76f4ffc0a1
Update gettingstarted.rst
2017-10-20 13:54:11 -04:00
Gina Häußge
813c2be35a
docs: Fix line numbered listings
...
Numbers didn't match up with content due to inconsistent line height.
2017-10-19 13:38:43 +02:00
Gina Häußge
e7b455f880
New hook octoprint.accesscontrol.keyvalidator
...
Allows plugins to provide their own API keys which then can be
validated/translated into a User instance via this hook.
2017-10-19 13:15:18 +02:00
Gina Häußge
a9819cc2f9
b/h5 => strong on new reset warnings
2017-10-18 17:19:45 +02:00
Gina Häußge
9c3d7bbbc3
New server subcommand on test API
...
Tests if a host/port combination is reachable via server_reachable.
2017-10-18 17:11:22 +02:00
Gina Häußge
42ac133436
Support full UTF8 file names
...
Files (and folders) are still slugified to ASCII for storage on disk,
but now the original filename is stored alongside in metadata.yaml
and used for display in the file list and print status.
The slicing dialog also inherits that display name for use as base
for the suggested GCODE name.
Internally, everything still depends completely on the slugified
ASCII version.
This implements #2094
2017-10-12 18:08:41 +02:00
Gina Häußge
40eb3c1072
Merge pull request #2146 from ntoff/improve/shutdown-serial-reset-warn
...
Add possible print disruption warning to shutdown dialog
2017-10-09 11:13:03 +02:00
ntoff
178131945e
Add possible print distruption warning to shutdown dialog
2017-10-06 09:32:49 +10:00
Peter Backx
452ee8e156
Adding documentation for the virtual printer plugin.
2017-10-05 18:19:08 +02:00
Gina Häußge
12126621c5
Merge pull request #2044 from dforsi/fix/fix-typos
...
Fix typos in strings and comments
2017-09-29 16:28:33 +02:00
Gina Häußge
bfe5bc179c
New hook octoprint.comm.protocol.temperatures.received
...
Allows preprocessing/sanitizing temperatures as received from the
printer.
Workaround for printers that occasionally report garbage temperature
data, e.g. #2050
2017-08-22 11:32:47 +02:00
Daniele Forsi
edb4d0fe04
Fix warnings about duplicated names in rst files
...
Replacing a single underscore (which creates a named target) with a double
underscore creates an anonymous target.
Fixes:
/home/daniele/OctoPrint/docs/bundledplugins/cura.rst:4: WARNING: Duplicate explicit target name: "here".
/home/daniele/OctoPrint/docs/plugins/hooks.rst:370: WARNING: Invalid caption: /home/daniele/OctoPrint/docs/plugins/hooks.rst:4: (INFO/1) Duplicate explicit target name: "custom_action_command.py".
2017-07-30 23:18:08 +02:00
Daniele Forsi
69dec6e83f
Fix typos in strings and comments
...
Those typos were found with codespell which is available from
https://github.com/lucasdemarchi/codespell.git
2017-07-29 16:12:08 +02:00
Gina Häußge
a6d3299b91
Add user manager factory hook
2017-07-20 20:03:05 +02:00
Gina Häußge
67f7580506
Only run connectivity checker if enabled
...
Otherwise assume we are online but don't ping anything.
See also #2011
2017-07-20 20:02:44 +02:00
Gina Häußge
187c09e7da
Centralized online connectivity check
...
See also #2011
2017-07-19 18:42:27 +02:00
Gina Häußge
ee2d644239
Remove support for multi command expansion in sending phase
...
We won't support this after all, it's too much of a headache with
regards to the sending queue. Pausing takes longer, cancelling takes
longer, resends get more complicated and so on.
Command expansion in the queuing phase needs to suffice.
2017-07-17 16:26:32 +02:00
Gina Häußge
a50db4b08e
Options to disable position logging on cancel/pause
...
Provided as a workaround for people who don't want the associated
minimal delay in cancelling/pausing.
See #1946
2017-07-17 15:40:08 +02:00
Gina Häußge
16e96743c5
Docs for api_user/api_password on bitbucket_commit
2017-07-06 16:30:44 +02:00
Gina Häußge
f8d225a768
Support for parsing GCODE subcodes
...
Hook handlers will get any parsed subcode as optional keyword argument
"subcode".
2017-07-05 17:56:46 +02:00
Gina Häußge
5fc194accd
Docs: Added sequence diagrams for web interface lifecycle
...
For now only startup and reconnect to server.
2017-06-30 18:28:49 +02:00
Gina Häußge
f6c3e5991d
PMGR: Detect if plugin needs printer reconnect
2017-06-28 10:30:35 +02:00
Gina Häußge
1ebfa4b1dd
New event ToolChange and tool change GCODE scripts
...
(cherry picked from commit 5f79aa6)
2017-06-23 16:06:44 +02:00
Gina Häußge
35c45df86c
Allow multi line commands in sending phase
...
(cherry picked from commit 1018946)
2017-06-23 14:55:34 +02:00
Gina Häußge
4665070601
last_temperatures -> last_temperature (for consistency)
2017-06-22 12:47:55 +02:00
Gina Häußge
b34fc8e05e
Merge branch 'improve/temperatureInScripts' into maintenance
...
# Conflicts:
# src/octoprint/util/comm.py
2017-06-22 12:45:50 +02:00
Gina Häußge
39c87d19b7
Fixed a left-over typo.
2017-05-17 17:47:58 +02:00
Gina Häußge
d029abc8f3
Updated docs with an example of multi command expansion
2017-05-17 17:47:58 +02:00
Goswin von Brederlow
917c9e54ba
Allow octoprint.comm.protocol.gcode.queuing hook to return a list of commands
2017-05-17 17:46:58 +02:00
Gina Häußge
b6fbe6fafd
Added docs for bitbucket_commit check type
...
Update to #1898
2017-05-11 12:12:22 +02:00
Gina Häußge
263c297bed
Made last/pause/cancel temperature available in GCODE scripts
...
Implements #1910
2017-05-11 10:00:54 +02:00
Gina Häußge
f32d7c434d
Docs: Added note that coordinates in script context might be None
...
Wasn't made clear before.
2017-05-03 20:18:11 +02:00
Gina Häußge
f1254622c5
Docs: Link to Jinja 2.8.1 documentation mirror at jinja.octoprint.org
...
The official docs are only 2.9+, that doesn't help us as long as we are
stuck with 2.8.
Fixes #1900
2017-05-03 11:56:25 +02:00
Gina Häußge
251a1ea4b5
"a couple" => "a few"/"some"
...
Because apparently I was using it wrong, at least for some parts of the
world :)
2017-04-12 14:54:32 +02:00
Gina Häußge
9bcce4e56a
docs: plugin tutorial requires
2017-04-12 13:00:56 +02:00
Gina Häußge
b84432c8a5
Merge branch 'patch-1' of http://github.com/ParkerK/OctoPrint into maintenance
2017-04-11 09:36:13 +02:00
Parker K
c6623c8883
added missing period and space so works
2017-04-10 21:35:46 -04:00
Gina Häußge
b24851ca05
New events: FileAdded, FileRemoved, FolderAdded, FolderRemoved
...
Closes #1092
2017-04-03 15:50:23 +02:00
Gina Häußge
fa73fd3c14
Merge branch 'master' into maintenance
...
# Conflicts:
# src/octoprint/server/api/settings.py
# src/octoprint/settings.py
2017-03-16 15:16:52 +01:00
Gina Häußge
0a69dbeddb
Preparing release of 1.3.2
2017-03-16 13:08:31 +01:00
Gina Häußge
3e5923b21e
Consolidate API Key handling
...
System wide API key now offers a generate button like the user
API keys. Setting the API key directly to a value via the settings API
endpoint is now no longer possible, which should prevent setting it
accidentally thanks to the browser prefilling things where it shouldn't.
No delete button is offered for the system wide API key since it will
get automatically regenerated on server start if not set, so
regeneration is the only functionality here that makes sense.
If no API key is set in the user settings, the "delete" button is now
disabled. If a key is already set and a new one is to be generated, a
confirmation dialog makes sure this is really what the user wants. Same
for deleting an existing API key.
Both the system wide API key and the user specific API keys will now
only display a QRCode if there's actually a value for the key.
2017-03-13 17:09:56 +01:00