Gina Häußge
900e8a2aaf
Docs: Fixed a typo
2017-12-05 10:40:20 +01:00
Gina Häußge
e9d17f0f0f
Docs: Include config options for plugin blacklist
2017-11-30 17:27:14 +01:00
Gina Häußge
cec8d15b46
Some additions to the docs
...
* Note that api/job is what you want for info about the selected file
as promised in #2251
* Added pause/resume script from
https://gist.github.com/foosel/1c09e269b1c0bb7a471c20eef50c8d3e
as example to the gcode scripts section (with disclaimer)
2017-11-29 19:31:56 +01:00
Gina Häußge
a0a8d641c3
Merge branch 'doc/SuseLinuxInstallation' of https://github.com/caikn/OctoPrint into maintenance
2017-11-23 10:41:11 +01:00
caikn
e32f469de4
fix typo
2017-11-22 14:04:32 +00:00
caikn
8bc99f928c
add installation doc for SLES
2017-11-22 12:52:48 +00:00
Gina Häußge
6221175649
Add note about how to run test suite
2017-11-22 13:19:24 +01:00
Gina Häußge
2364474ea6
Docs: Fix language on code-block & indentation
2017-11-08 18:10:37 +01:00
Gina Häußge
00067768da
Docs: PyCharm run config with dependency update
2017-11-08 18:08:06 +01:00
Gina Häußge
79581c390a
Prefer plain pip over git for updating OctoPrint
...
At least unless we've selected git based tracking over release tracking.
This should greatly reduce the likelihood of not being able to update
due to some git repository corruption issues, as has happened to some
people in the past.
2017-11-03 16:31:21 +01:00
Ishwar Agarwal
51406b7c42
Auto uppercase Gcode except commands in configurable blacklist
...
Added new config setting: auto uppercase blacklist that is configurable
in the advanced option of the serial tab, with M117 included in the
default settings of the blacklist. Changed the sendCommand method in the
TerminalViewModel to auto uppercase the entire gcode command except when
gcode is in the blacklist. Updated documentation to include the default
auto uppercase blacklist command M117.
Resolves : #1026
(cherry picked from commit dbf7af1)
2017-11-03 12:44:05 +01:00
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