Gina Häußge
998420312e
Adjusted CuraPlugin to use new blueprint and settings mechanisms for plugins
2015-01-30 13:24:34 +01:00
Gina Häußge
d3bd990009
The plugin system now also injects self._settings into SettingsPlugins and create the blueprint for BlueprintPlugins
...
Also adjusted a lot of documentation for that stuff and continued writing the Getting Started guide for plugin development.
2015-01-30 13:22:35 +01:00
Gina Häußge
e1e47abfbe
Fixed selecting the first dialog in the settings dialog upon first opening it
2015-01-30 09:28:41 +01:00
Teja
8bc350fa8e
hacked the gCodeViewer to render into our svg preview
2015-01-29 20:45:41 +01:00
Teja
3746ecd17b
bugfix. don't send move commands while printing state
2015-01-29 18:06:26 +01:00
Teja
73da6e57de
bugfix. correct slider value for feedrate
2015-01-29 17:57:46 +01:00
Teja
b837975805
bugfix. () in filenames are stripped by svg id generation.
2015-01-29 17:36:00 +01:00
Teja
9bd5a71875
code cleanup, svgDPI introduced in settings
2015-01-29 17:21:18 +01:00
Gina Häußge
8c2214fc09
Ordering of injected templates decoupled from template content
...
Internal templates get handled the same way as those from plugins. Plugins may also in theory now replace existing internal templates, however for that to not cause any errors on the client side due to missing expected elements that will for now stay an undocumented feature.
2015-01-29 16:39:09 +01:00
Gina Häußge
250d71b580
Added server side caching of main page
...
Index page will now be cached for up to five minutes, unless the
request contains "_refresh" in the query or the Cache-Control header
contains no-cache
2015-01-29 16:37:20 +01:00
Gina Häußge
151864f1d4
Always send responses to POST requests with Cache-Control: no-cache
2015-01-29 16:36:08 +01:00
Teja
06a279b4a4
quickly added a clear button for the working area. needs ui improvement.
2015-01-29 14:06:56 +01:00
Teja
5d9eba510d
avoid double binding of the event. max speed now from machine profile
2015-01-28 20:36:54 +01:00
Teja
336076f254
code cleanup
2015-01-28 18:34:17 +01:00
Teja
61033fe7e5
bugfix: intensity and feedrate sliders working again.
2015-01-28 18:31:41 +01:00
Teja
79f053be80
bugfix. y axis coordinates are working correct again when clicking into working area
2015-01-28 17:24:12 +01:00
Teja
d546c1140a
code cleanup
2015-01-28 17:16:27 +01:00
Teja
022372c497
grid over working area
2015-01-28 16:32:00 +01:00
Gina Häußge
f4df354cd0
Removed left overs from former cura integration
2015-01-28 15:36:44 +01:00
Teja
7e088c15a3
visual fix
2015-01-28 13:19:08 +01:00
Teja
ff5e371bff
gcode preview works now on direct load and laser working area workflows
2015-01-28 12:50:37 +01:00
Teja
4ecf06bedd
Merge branch 'mrbeam-ui' into gcode-preview
2015-01-28 11:22:03 +01:00
Teja
6cc8ea4882
beautified focus mode tab
2015-01-28 11:21:02 +01:00
Teja
e5d2d8e6eb
fixed y shift on gcode preview
2015-01-28 01:09:43 +01:00
Teja
206c8cbcc3
fixed gcode preview. not all but much.
2015-01-28 00:33:48 +01:00
Gina Häußge
b4068f36e1
Highlighted changed lines
2015-01-27 16:08:10 +01:00
Gina Häußge
4223d48edd
Docs: Started on a basic plugin tutorial
2015-01-27 14:21:41 +01:00
Teja
fa48a1393f
trying to get the gcode viewer working
2015-01-27 11:48:07 +01:00
Gina Häußge
f32c977381
Update CONTRIBUTING.md
2015-01-27 09:53:09 +01:00
Gina Häußge
d96e56e3c7
Also include module_name in plugin origin tuple for entry points
2015-01-26 22:30:31 +01:00
Gina Häußge
c3bb575b48
Added plugin metadata to bundled plugins
2015-01-26 22:22:19 +01:00
Gina Häußge
2d2285861f
Also track disabled plugins and allow defining/retrieving license information in plugins
2015-01-26 22:21:58 +01:00
Gina Häußge
19f9400b11
Read pkginfo data for plugins retrieved via entry_point and use that to populate author, version, name, description and url data in PluginInfo object
...
This data can still be overwritten from within the Plugin itself by setting the correponding __plugin_xyz__ variables, however it allows getting rid of some repetition if that data has already been specified in setup.py
2015-01-26 17:27:34 +01:00
Teja
a4a274b78b
disabled infill algorithm as it is very experimental and needs testing.
2015-01-26 16:58:54 +01:00
Teja
67f7d3dbaa
code cleanup
2015-01-26 16:50:02 +01:00
Teja
5535f256c8
changed name of the plugin.
2015-01-26 16:48:59 +01:00
Teja
2c7ef276a7
minor fixes in the profile list
2015-01-26 16:26:35 +01:00
Teja
05687b1699
fixed z-axis setting
2015-01-26 16:13:57 +01:00
Артем Груничев
344a505903
Icons at Action column in Access Controll settings page are now wrapped correctly with any translation language; regenerated .css file according to .less one.
2015-01-26 17:24:37 +03:00
Teja
9e2abc3632
set coordinate origin button implemented
2015-01-26 15:16:53 +01:00
Teja
901e63aef9
working area fix. edit fix of default profiles
2015-01-26 14:24:31 +01:00
Teja
8237d3c98f
fixed profile editing
2015-01-26 13:31:07 +01:00
Gina Häußge
922ee39109
Plugins can now also supply information regarding the plugin author and website, metadata also tracks from where they were loaded
2015-01-26 12:51:44 +01:00
Gina Häußge
4b60475a02
Also properly inject printer into plugin implementations (as self._printer)
2015-01-26 12:48:07 +01:00
Teja
040035b7ff
work in progress. still buggy.
2015-01-25 19:19:58 +01:00
Teja
5c9567309f
using the new settigns from upstream
2015-01-24 20:54:27 +01:00
Teja
f2054a1bc3
somehow resolved the merge conflicts
2015-01-23 21:32:57 +01:00
Gina Häußge
2de863c5db
Update CONTRIBUTING.md
2015-01-23 12:50:34 +01:00
Gina Häußge
09e5676009
Update CONTRIBUTING.md
2015-01-23 12:30:02 +01:00
Teja
d55e723f75
Merge remote-tracking branch 'upstream/devel' into update_merge
...
Conflicts:
src/octoprint/plugins/cura/profile.py
src/octoprint/plugins/cura/static/js/cura.js
src/octoprint/plugins/svgtogcode/__init__.py
src/octoprint/plugins/svgtogcode/templates/svgtogcode_settings_dialog.jinja2
src/octoprint/server/__init__.py
src/octoprint/server/api/settings.py
src/octoprint/settings.py
src/octoprint/static/js/app/main.js
src/octoprint/static/js/app/viewmodels/control.js
src/octoprint/static/js/app/viewmodels/settings.js
src/octoprint/templates/dialogs.jinja2
src/octoprint/templates/index.jinja2
2015-01-23 11:37:47 +01:00