Commit graph

126 commits

Author SHA1 Message Date
Teja
7dcf2f38e2 upload button visible again. progress bar fix. 2015-07-11 16:25:32 +02:00
Teja
23d29b29ba minor ui changes 2015-07-11 15:40:02 +02:00
Teja
dffb123d0e little ui fixes. restart button removed as it was not working. 2015-07-09 18:05:01 +02:00
Teja
3b30e25e60 pause from web ui sends ! and M5 now 2015-07-08 20:56:32 +02:00
Teja
1e00eb55f9 bugfix. fix placement works better now. deprecation warnings fixed. 2015-07-08 11:56:34 +02:00
Teja
14fb9b9665 bugfix. validating NaN correct now 2015-07-08 11:25:04 +02:00
Teja
4469f69cab settings fixed 2015-07-07 11:50:39 +02:00
Teja
867895ab81 terminal fixed 2015-07-04 17:06:46 +02:00
Teja
fa1bad7b7c wip 2015-07-03 17:08:15 +02:00
Teja
90b20d0be6 wip 2015-07-03 12:20:38 +02:00
Teja
a7acc7f7f4 Merge remote-tracking branch 'upstream/maintenance' into upstream_merge
Conflicts:
	requirements.txt
	src/octoprint/filemanager/__init__.py
	src/octoprint/plugins/cura/profile.py
	src/octoprint/plugins/cura/static/js/cura.js
	src/octoprint/plugins/cura/templates/cura_settings.jinja2
	src/octoprint/plugins/svgtogcode/__init__.py
	src/octoprint/printer/__init__.py
	src/octoprint/server/__init__.py
	src/octoprint/server/api/files.py
	src/octoprint/server/api/printer.py
	src/octoprint/server/api/settings.py
	src/octoprint/settings.py
	src/octoprint/static/js/app/main.js
	src/octoprint/static/js/app/viewmodels/appearance.js
	src/octoprint/static/js/app/viewmodels/connection.js
	src/octoprint/static/js/app/viewmodels/control.js
	src/octoprint/static/js/app/viewmodels/files.js
	src/octoprint/static/js/app/viewmodels/gcode.js
	src/octoprint/static/js/app/viewmodels/printerstate.js
	src/octoprint/static/js/app/viewmodels/settings.js
	src/octoprint/static/js/app/viewmodels/terminal.js
	src/octoprint/templates/dialogs/settings.jinja2
	src/octoprint/templates/dialogs/settings/serialconnection.jinja2
	src/octoprint/templates/index.jinja2
	src/octoprint/templates/navbar/settings.jinja2
	src/octoprint/templates/stylesheets.jinja2
	src/octoprint/util/comm.py
2015-07-02 22:36:30 +02:00
Teja
a205c352ad made local translation text permanent 2015-06-29 17:10:31 +02:00
Teja
0cc04b9a89 better placement of the make it fit function. 2015-06-29 16:28:36 +02:00
Teja
463b0de306 bugfix. make it fit doesn't ignore local transforms anymore. 2015-06-29 15:47:34 +02:00
Teja
1c861fc1d0 local transformation displayed in mm. 2015-06-29 12:24:20 +02:00
Teja
0a919c45d8 visualization of local transform 2015-06-27 23:10:18 +02:00
Teja
2051f7ef8b snapping to fixed angles / scales with shift key. 2015-06-26 12:07:57 +02:00
Teja
2e491b752e code cleanup 2015-06-17 21:31:40 +02:00
Teja
99ec1d6d8c rotate & scale accessible from file list 2015-06-17 21:02:36 +02:00
Teja
856adf3f94 visual fix. 2015-06-17 20:38:56 +02:00
Teja
7579486735 small improvements in the file list. 2015-06-16 16:19:29 +02:00
Teja
67c44e3ec0 prepared tests for designs misfitting the working area. 2015-06-16 15:54:15 +02:00
Teja
2501813dad fixed bug. drag & scale works now with unscaled mouse coords. 2015-06-16 13:01:33 +02:00
Teja
e9ea9670d7 indifferent handle size for junior / senior. 2015-06-13 15:02:40 +02:00
Teja
565f86c72b drag, scale and rotate designs. 2015-06-11 17:13:43 +02:00
Teja
583a86a483 ux improvements 2015-05-31 16:14:11 +02:00
Teja
24160f0471 bugfix. local transformation was lost on path elements. 2015-05-29 09:45:41 +02:00
Teja
73226a5ec2 bugfix. local transform was flawed during path translation. 2015-05-28 17:28:40 +02:00
Teja
d1965eb856 bugfix. back to minified snap version 2015-05-28 16:41:01 +02:00
Teja
c52189d644 enlarged drop area 2015-05-27 15:46:51 +02:00
Teja
c6a2e9fe51 set minSpeed to 20 for better kraftplex support 2015-05-27 14:42:47 +02:00
Teja
47d257cf24 renaming snap plugin, svg contains text warning 2015-05-27 09:17:10 +02:00
Teja
eb8d07f21e snapsvg plugin baking transforms into coordinates. 2015-05-26 09:52:07 +02:00
Teja
1ea9148baa bugfix in snapsvg - see issues #385, pull request #379 and commit d0085416bbd4fe4b8e86b47c7dcb76833459de28 2015-05-26 09:50:00 +02:00
Teja
7297343ca0 work in progress 2015-05-23 11:58:36 +02:00
Teja
d3e50b43a1 bugfix. document dimension of illustrator were calculated wrong if only vbox is present 2015-04-25 21:38:44 +02:00
Teja
40e95f9b5c fixes gcode preview. first line is not omitted anymore. 2015-04-07 09:21:39 +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
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
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
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