Gina Häußge
e57bf99d11
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.
Conflicts:
src/octoprint/plugins/cura/__init__.py
2015-02-11 10:01:41 +01:00
Gina Häußge
8744f436d3
We now depend on sarge >= 0.1.4
2015-02-11 09:58:52 +01:00
Teja
35fe022ece
visual fixes on the design lib
2015-02-10 14:43:38 +01:00
Teja
90f4258f5f
fixed gcode name generation
2015-02-10 11:46:44 +01:00
Teja
249b3a3f6b
visual fixes & connection patch from https://github.com/foosel/OctoPrint/pull/673
2015-02-10 11:38:20 +01:00
Teja
e98c30cf11
fixed state of add design buttons
2015-02-09 18:00:58 +01:00
Teja
87179adbb8
visual fixes. remove buttons are now in place
2015-02-09 16:09:39 +01:00
Teja
5567cfe71d
fixes svg download
2015-02-09 15:56:01 +01:00
Teja
202209a6db
bugfix. feedrate slider works on multiple sequential converts
2015-02-09 15:36:25 +01:00
Teja
0e829e8e9d
laser safety notes appear and are closable
2015-02-07 19:19:26 +01:00
Teja
e4cc81d643
updated safety plugin
2015-02-06 17:16:13 +01:00
Teja
4dc1c2cdad
fixes keyerror when using generic template plugins
2015-02-06 16:12:22 +01:00
Gina Häußge
70a75863ab
Rudimentary multi pass dependency resolution for view models
...
Largely based on a patch by @mrbeam - big thanks for that!
Conflicts:
src/octoprint/static/js/app/main.js
2015-02-04 10:51:39 +01:00
Gina Häußge
63f7b21f5b
Fall back to unmodified default profile if the overridden version is invalid
2015-02-04 10:01:59 +01:00
Teja
7e8491804f
primitive dependency resolving while instanciating plugins viewmodels
2015-02-03 19:12:47 +01:00
Teja
f6a3cf9821
bugfix. $H at the beginning of the print results in "invalid GCode ID33 when hitting a G02/03 command. WTF ? grbl bug?
2015-02-02 13:14:15 +01:00
Teja
b68f613849
bugfix. don't send M02 after print end / cancel to leave working coordinates as they are.
2015-02-02 11:45:04 +01:00
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
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
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
Teja
369a59e24a
workaround for corrupt metadata file. bugfixes in the gcode preview
2015-01-30 20:04:47 +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
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
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
Teja
fa48a1393f
trying to get the gcode viewer working
2015-01-27 11:48:07 +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