Commit graph

2202 commits

Author SHA1 Message Date
Teja
40e95f9b5c fixes gcode preview. first line is not omitted anymore. 2015-04-07 09:21:39 +02:00
Teja
f11a10b05f Merge branch 'mrbeam-stable' into mrbeam 2015-04-01 16:37:54 +02:00
Teja
15f6e0f87d bugfix. Don't fail on GRBL style dwelling commands a la G4 P0.5 2015-04-01 16:37:00 +02:00
Teja
acf544aece writing grbl version into file after every connect. 2015-03-30 17:50:57 +02:00
Teja
a25870dd79 disable line forcing as it crashes grbl commands. 2015-03-30 12:42:48 +02:00
Teja
3c32224a48 avoid browser caching of svg files to enable upload with same name. 2015-03-28 19:50:56 +01:00
Teja
7248a78053 set DTR to false after connecting. workaround for wrong connection detection. 2015-03-28 19:20:15 +01:00
Teja
8c33680a12 disabled position updates during print as this caused invalid gcode 24 errors due timing problems. 2015-03-28 17:00:44 +01:00
Teja
94c065fd08 placeSVG pays attention to the viewbox attribute now. 2015-03-28 16:59:38 +01:00
Teja
57f06315aa set default communication timeout to 30sec. 2015-03-28 14:41:13 +01:00
Teja
36c55e056c placeSVG() is now caring about vieBox attributes. 2015-03-27 17:49:38 +01:00
Teja
85aefba422 visual fixes, larger terminal 2015-03-25 19:57:13 +01:00
Teja
ca716e75c8 fixes #17 2015-03-25 19:42:51 +01:00
Teja
0b743b24f9 bugfix. shows safety popup when enabling the laser in the terminal. 2015-03-18 19:12:52 +01:00
Teja
e482e9523a bugfix. fixes #13 2015-03-18 18:08:30 +01:00
Teja
ef6ec7df4b added little gcode reference to the terminal tab. 2015-03-17 12:09:54 +01:00
Teja
43a476ed1d fixes #11 2015-03-01 12:58:59 +01:00
Teja
d307719044 allow manual input of intensity and feedrate. 2015-03-01 12:39:07 +01:00
Teja
7f7d1f7229 Merge branch 'mrbeam-stable' into mrbeam 2015-02-21 09:54:19 +01:00
Teja
31d010663d wording fix. 2015-02-21 09:53:54 +01:00
Teja
3994ef689e disabled serial logging after start. removed console.log debug line 2015-02-20 15:04:43 +01:00
Teja
1e53965f35 stop streaming gcode if hard/soft limit hit 2015-02-19 16:30:21 +01:00
Teja
b8dcb0c8a4 better log output 2015-02-19 15:01:41 +01:00
Teja
a123a81783 several bugfixes for the beta release 2015-02-19 14:53:38 +01:00
Teja
ccb2614deb visual fix. file list fills screen height now 2015-02-14 20:41:24 +01:00
Teja
a2b892c96b improved visual difference between gcode and svg files in the working area 2015-02-14 20:33:42 +01:00
Teja
42fc268449 switch off focus after 30 seconds 2015-02-14 19:07:17 +01:00
Teja
a9fd363f45 switch on the fan in focus mode as well. 2015-02-11 18:17:41 +01:00
Teja
6cc9d33b44 bugfix. system menu was shown twice 2015-02-11 17:57:12 +01:00
Teja
07918b9f0d better drop behaviour 2015-02-11 14:05:48 +01:00
Teja
72b8a09ccd little explanation. 2015-02-11 13:14:38 +01:00
Teja
9496a29af7 fixed logfile view 2015-02-11 13:09:26 +01:00
Teja
9c0e2b29ea fixed authentication 2015-02-11 13:02:30 +01:00
Teja
8f7b92f33b added safety labels to the safety popup 2015-02-11 12:30:41 +01:00
Teja
37f90fbb0f code cleanucode cleanupp 2015-02-11 12:17:27 +01:00
Teja
3598a14dc6 fixed drag n drop of files 2015-02-11 11:28:06 +01:00
Teja
f9fdf9ebb2 bugfix. updated to new sarge 0.1.4 behaviour 2015-02-11 11:12:27 +01:00
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