Gina Häußge
cfce3713fe
Added an additional unless function to UiPlugin
...
Allows overriding adding a potentially invalid config to the
preemptive cache for a plugin.
2016-04-21 19:26:44 +02:00
Gina Häußge
54fe75fb4e
Merge branch 'improve/aboutDialog' into devel
...
Conflicts:
.gitignore
THIRDPARTYLICENSES.md
setup.py
src/octoprint/plugins/virtual_printer/virtual.py
src/octoprint/server/__init__.py
src/octoprint/server/util/flask.py
src/octoprint/server/views.py
src/octoprint/settings.py
src/octoprint/templates/dialogs/about/about.jinja2
src/octoprint/templates/index.jinja2
2016-04-21 12:10:03 +02:00
Gina Häußge
5e6a7ef605
Added sponsor list
2016-04-21 11:56:56 +02:00
Gina Häußge
a319e8c497
Added trademark note to about dialog
...
(cherry picked from commit 48b984c )
2016-04-19 16:42:04 +02:00
Gina Häußge
3cc1c012bb
Reset scroll position and selected tab in about dialog
...
(cherry picked from commit 4e84d62 )
2016-04-19 16:41:43 +02:00
Gina Häußge
e0b888b2d0
First throw at an "About" dialog
...
(cherry picked from commit f2c07e8 )
2016-04-19 16:41:30 +02:00
Gina Häußge
f050b4e5cb
Merge remote-tracking branch 'origin/maintenance' into maintenance
2016-04-19 14:57:46 +02:00
BillyBlaze
fdbb24f467
Merge branch 'maintenance' into devel
2016-04-09 21:48:54 +00:00
BillyBlaze
5a3e9e7aba
Fix wrong css data-binding
2016-04-09 21:46:32 +00:00
Salandora
a2672f3fcc
Merge branch 'maintenance' into devel
2016-04-02 15:46:48 +02:00
Salandora
8f0b7dd6d1
Fix timelapse postroll
...
Images got captured with wrong filename
Additionally fixed some refactoring mistakes
2016-04-02 15:41:27 +02:00
Gina Häußge
45a79b1939
Fixed a bunch of issues with the software update wizard
2016-03-30 15:45:13 +02:00
Gina Häußge
aecedfa57f
Wizard for software update plugin
2016-03-30 11:28:41 +02:00
Gina Häußge
c7da95e91a
Added wizard for setup of server commands
2016-03-30 11:28:40 +02:00
Mark Walker
bd68bbaa05
Merge branch 'maintenance' into devel
...
Conflicts:
src/octoprint/static/js/app/viewmodels/files.js
src/octoprint/static/js/app/viewmodels/settings.js
src/octoprint/templates/dialogs/settings/serialconnection.jinja2
2016-03-29 10:35:47 -07:00
Mark Walker
183ca3291b
If no SD card support, remove SD file filter
...
When SD card support is disabled on the server, remove any client side
filtering to just SD files since there aren't any and there won't be UI
turn remove the filter either. Should address #1300
2016-03-28 12:59:08 -07:00
Salandora
146c4b4165
Added the ability to control the layer slider of the gcodeViewer with the keyboard (Up Arrow, Down Arrow, Page Up, Page Down) as requested in Issue #1149
2016-03-26 16:54:29 +01:00
Gina Häußge
77bc2e5a0a
Docs for UiPlugin caching methods
2016-03-24 17:14:58 +01:00
Gina Häußge
48b984c150
Added trademark note to about dialog
2016-03-24 16:44:22 +01:00
Gina Häußge
ee185230a4
Refactored plugin docs + improved docs on sortables
2016-03-24 16:42:41 +01:00
Gina Häußge
6d95a5849b
Add docs for hook ordering
2016-03-24 09:38:52 +01:00
Gina Häußge
621d991788
Better error reporting in update script & CLI
2016-03-23 13:07:04 +01:00
Gina Häußge
084263d811
Stay compatible to Click 5.x
...
There could be some odd circumstances in development environments
leading to an older Click version being installed during an update restart,
so since it doesn't hurt as much to stay backwards compatible here, just
be it.
2016-03-23 12:35:24 +01:00
Gina Häußge
a462f1ce3d
Fix command line argument parsing with Click 6.x
...
On win32 systems, Click 6.x uses win32 library functions to retrieve
the command line arguments in order to not have their encoding
destroyed. That clashes with rewriting of sys.argv like e.g. the PyCharm
debugger is doing it, causing the debugger parameters to be passed
on to the click parser.
Added a workaround that detects if sys.argv and the os specific
argument list don't have the same length and truncates the os specific
list if that is the case, in order to not pass on arguments from the os
that where already cut off from sys.argv by something else.
2016-03-23 12:05:45 +01:00
Gina Häußge
1d3dfffc67
Some documentation fixes
2016-03-23 10:40:36 +01:00
Gina Häußge
05ce46ccc4
Update click and cookiecutter dependencies
2016-03-23 10:40:09 +01:00
Gina Häußge
ca0fd2397e
Fix a bunch of issues with the update script
...
* was still only reading one line per 500ms, now reads
all available lines from stdout and stderr
* patch was written with too many newlines
* git reset was missing --hard parameter for forced versions
* proper unicode handling
* added git clean for code base reset
* make sure path to python executable doesn't have left-over
quotes on windows
2016-03-23 10:39:20 +01:00
Mark Walker
c433e32e6c
Include extra extruder start/end.gcode in import
...
Prior to this change, start2.gcode, end2.gcode, start3.gcode,
end3.gcode, etc. were ignored due to the index coming before the period.
Fixes #1289
2016-03-22 22:16:26 -07:00
Gina Häußge
d8ea8efd68
Added @Alex9779 to AUTHORS.md
2016-03-18 15:36:59 +01:00
Gina Häußge
cbb44ffce8
Small whitespace fix & position change of help text
2016-03-18 15:31:44 +01:00
Gina Häußge
d31b85b6e3
Use dict constructor instead of {} + update
...
Way cleaner look and more consistent.
2016-03-18 15:25:27 +01:00
Gina Häußge
1f4f698046
Minor logic change to simplify code
2016-03-18 15:24:59 +01:00
Gina Häußge
4d12f3ece9
Merge branch 'zChangeTimelapseWithRetractionZHop' of https://github.com/Alex9779/OctoPrint into pr/Alex9779/zChangeTimelapseWithRetractionZHop
...
Conflicts:
src/octoprint/server/api/timelapse.py
src/octoprint/static/css/octoprint.css
src/octoprint/static/js/app/viewmodels/timelapse.js
src/octoprint/timelapse.py
2016-03-18 15:09:38 +01:00
Gina Häußge
b54e1b44a4
Added checksum checking to virtual printer
2016-03-18 15:00:03 +01:00
Gina Häußge
1a4c06d6f6
Added flag to trigger ok for resend requests
...
That's necessary to keep communications going in case of a resend request
for firmwares that do not send an ok after a resend request.
2016-03-18 14:59:13 +01:00
Gina Häußge
7bdc4418fd
Merge branch 'maintenance' into devel
...
Conflicts:
CHANGELOG.md
docs/configuration/config_yaml.rst
src/octoprint/plugins/virtual_printer/virtual.py
src/octoprint/server/__init__.py
src/octoprint/settings.py
src/octoprint/static/js/app/dataupdater.js
src/octoprint/static/js/app/viewmodels/settings.js
src/octoprint/templates/dialogs/settings/serialconnection.jinja2
src/octoprint/util/comm.py
2016-03-16 11:24:52 +01:00
Gina Häußge
a229cbfd49
maintenance branch is now 1.2.11.dev
2016-03-16 10:55:08 +01:00
Gina Häußge
692166f067
Preparing release of 1.2.10
2016-03-16 09:38:58 +01:00
Gina Häußge
69dca5b58c
Updated german translation
2016-03-16 09:22:10 +01:00
Gina Häußge
6305c4d2eb
Timeout for comm closing, also wait for send queue on close
...
We don't want to wait indefinitely for our send and command queues to empty, so
we don't use .join but instead a busy timeout wait routine.
Also fixed a couple of small issues found while preparing comm unit tests.
2016-03-15 17:09:01 +01:00
Gina Häußge
b5cf20a1de
Have comm layer wait until all lines are sent before disconnect
...
Added parameter "wait" to "close" method, defaults to True. Will have the
close method wait for all lines to be sent that are currently in the send queue.
In case of an error, no waiting will be done.
Made it necessary to correctly track task completion in the send queue, also
made that change to the command queue while at it.
Backported from devel, commit 7f2476e513
2016-03-14 11:59:02 +01:00
Gina Häußge
5807b606f0
Added @2bitoperations to AUTHORS.md
...
Was missing from PR #1255
2016-03-14 11:50:50 +01:00
Andrew Malota
398eaf58a9
allow download/management of mp4 timelapse too
...
(cherry picked from commit a00faf2 )
2016-03-14 11:48:58 +01:00
Gina Häußge
4a933228c7
Added PR and issue templates, updated CONTRIBUTING.md
2016-03-14 11:43:15 +01:00
Alexander Leisentritt
2a2871404e
added a note to the z-hop setting with remarks
2016-03-13 13:42:50 +00:00
Alexander Leisentritt
c78342140e
if no z-hop is set (aka set to 0) always capture an image on z-change
2016-03-13 13:41:06 +00:00
Gina Häußge
56caa7750c
Twice as fast checksum calculation
...
Thanks @nophead!
2016-03-12 09:40:33 +01:00
Gina Häußge
38a47bb2a8
Change wording: not firmware error, but communication error
...
"Error:" lines can also be produced by OctoPrint itself in case of serial exceptions or
connection failures, so "the firmware reported" was misleading.
2016-03-11 18:06:14 +01:00
Gina Häußge
e6f9003549
Reset line numbers before entering sd upload state
...
Otherwise M110 N0 will not be processed to be prefixed with N0 and hence
not reset the line numbers on the printer to 0.
That was as bug in 1a308a1bc7
2016-03-11 18:01:22 +01:00
Gina Häußge
5cadf85401
Only report transfer rates in the log for sd uploads
...
For real prints they are misleading - mechanical movement takes time.
2016-03-11 17:58:00 +01:00