Teja
bccd87f6dc
improvements when just starting a single gcode file.
2015-02-02 11:27:26 +01:00
Teja
ccee370d4f
bugfix. if only gco files are placed on the working area, don't overwrite their sources when joining them.
2015-02-01 19:51:15 +01:00
Gina Häußge
21dd31b0fd
Fixed a bug causing gcodeInterpreter to hiccup on GCODES containing invalid coordinates such as Xnan or Yinf, causing in turn the file API to fail until the offending file was deleted and its metadata removed
2015-02-01 17:37:11 +01:00
Gina Häußge
2da952e7ff
Merge remote-tracking branch 'origin/devel' into devel
2015-02-01 17:27:53 +01:00
Gina Häußge
ce363ce409
Fixed a bug causing gcodeInterpreter to hiccup on GCODES containing invalid coordinates such as Xnan or Yinf, causing in turn the file API to fail until the offending file was deleted and its metadata removed
2015-02-01 17:27:12 +01:00
Gina Häußge
2523cf81ba
Merge pull request #752 from Diaoul/patch-1
...
Fix logger call for gcode multi commands events
2015-02-01 12:59:56 +01:00
Teja
2800f53448
auto-sending machine specific headers / footers
2015-02-01 12:34:32 +01:00
Teja
2c37cd589a
small bugfix. ensure laser is off between gcode files
2015-02-01 11:53:28 +01:00
Teja
b7ea00ebac
mix of svg and gcode files works
2015-02-01 11:34:58 +01:00
Antoine Bertin
8a61e4517f
Fix logger call for gcode multi commands events
2015-02-01 11:05:37 +01:00
Gina Häußge
cc9e495042
Extracted common CSS styles for action button columns in various tables into LESS mixin
...
.actioncol now sets text align to center, color of contained links to black and disables wrapping on whitespace (thanks to @Renha for that one)
2015-01-31 17:10:32 +01:00
Gina Häußge
8f8b66fbff
Merge pull request #742 from Renha/devel
...
Fixed wrapping of Icons at Action column in Access Controll settings page
2015-01-31 16:36:58 +01:00
Teja
20927ad862
bugfix. remove updates list
2015-01-31 11:36:27 +01:00
Teja
7aa59e5763
initial design lib tab. adding and removing svgs works.
2015-01-31 01:34:49 +01:00
Teja
16b721ede3
fixed some matrix mess in the gcode preview
2015-01-30 23:16:39 +01:00
Gina Häußge
8bfa3ef250
Adjusted discovery plugin to new blueprint and settings functionality for plugins
2015-01-30 22:22:39 +01:00
Gina Häußge
17d0b17a86
Blueprints of BlueprintPlugins now also get instantiated with defined template and static folder, plugins may override this via get_blueprint_kwargs
2015-01-30 22:22:08 +01:00
Gina Häußge
2f5e955367
Fixed an issue causing slicing not to work due to a change in how the used sarge library works
...
Starting commands asynchronously now necessitates a call to Pipeline.wait_events in order to be able to access the started Command instances. Not waiting causes the list of commands to be not fully populated and hence issues with code depending on that stuff being present.
2015-01-30 21:47:48 +01:00
Teja
369a59e24a
workaround for corrupt metadata file. bugfixes in the gcode preview
2015-01-30 20:04:47 +01:00
Gina Häußge
6f52e7a008
More error resilience when (re)loading plugins
2015-01-30 18:06:52 +01:00
Gina Häußge
86734076e0
Fixed a bug which caused self.implementations to be able to return None instead of [] if no implementations were provided by a plugin
2015-01-30 18:04:15 +01:00
Gina Häußge
e6a0019cc7
Forgot to commit an image for the documentation
2015-01-30 13:56:41 +01:00
Gina Häußge
6b6bef4e86
First inject static additional injects, then follow up with factory created ones
...
This way plugins are already prepopulated with stuff like basefolder and logger and such when the factories are executed.
2015-01-30 13:56:18 +01:00
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