Commit Graph

665 Commits (fa9ec49858987adcd59212806f9c49e9cff8d698)

Author SHA1 Message Date
Kliment Yanev aa0a045ecd Reduce memory usage by clearing gviz cache. Avoid delays by using a queue to draw executed gcodes. 2011-11-22 19:08:00 +01:00
Kliment Yanev d05a399684 Fix bug where second and subsequent file load would cause an error and refuse to load further files. Closes #102 2011-11-22 18:51:18 +01:00
kliment edeb43396f Merge pull request #98 from canadaduane/friendlydisconnect
Catch exception so that disconnection does not give a traceback
2011-11-20 15:50:06 -08:00
kliment d704bba39e Merge pull request #100 from ErikZalm/master
Small change to enable T0 and T1 commands.
2011-11-20 15:49:25 -08:00
ErikZalm 21d81f76a5 Enable T codes like T0 and T1. 2011-11-20 19:55:17 +01:00
Kliment Yanev 03f727aa92 Merge branch 'master' into experimental 2011-11-20 09:20:37 +01:00
Kliment Yanev 82aa15becc Merge branch 'master' of github.com:kliment/Printrun 2011-11-20 09:19:23 +01:00
Kliment Yanev db0b48ce25 Remove readonly attribute from dropdowns for port and baud rate 2011-11-20 09:18:38 +01:00
Kliment Yanev 8a4bdc9290 Fix path handling when frozen (__file__ should be avoided in the future, this is a workaround) 2011-11-18 10:49:29 +01:00
Kliment Yanev 2bd2318070 Fix cancel button 2011-11-18 10:48:56 +01:00
Kliment Yanev 0afcc88bd4 Integrate plating into pronterface UI 2011-11-18 09:52:16 +01:00
Kliment Yanev 9669cd4337 Fix rotation direction 2011-11-17 19:31:54 +01:00
Kliment Yanev 84a6093a35 Change window title 2011-11-17 16:33:41 +01:00
Kliment Yanev 1e53117b77 OpenGL-based plater update (requires a pyglet install) 2011-11-17 13:48:47 +01:00
kliment 42c00fca41 Merge pull request #99 from CyrilLD/master
French translations update
2011-11-16 08:33:31 -08:00
Cyril Laguilhon-Debat 6fce63a836 - Update french translations 2011-11-16 16:55:02 +01:00
Cyril Laguilhon-Debat 9479728463 - update french traductions 2011-11-16 16:24:16 +01:00
Keegi 2173f1bcdc Merge pull request #94 from kliment/experimental
Experimental
2011-11-16 07:12:39 -08:00
Kliment Yanev 8f3df9c2e9 Modified size of + button 2011-11-16 16:09:12 +01:00
Duane Johnson 167470e638 Added a try/except block around readline so that disconnection does not yield a traceback. 2011-11-15 22:03:18 -06:00
Keegi a0bf2c4536 don't set font for new button button 2011-11-15 11:06:25 +02:00
Keegi 87ef3e6e8c hide temperature gauge until better place is found for it 2011-11-15 11:06:03 +02:00
Keegi 16fb5176cf some tool tips 2011-11-14 21:43:16 +02:00
Keegi 848eee2d68 Merge remote branch 'kliment/master' into experimental 2011-11-14 21:36:07 +02:00
Keegi 0839071f51 new button button 2011-11-14 21:35:18 +02:00
Kliment Yanev 440a5ca5af Use CallAfter to prevent mysterious double free or corruption error in wx. 2011-11-14 16:20:32 +01:00
Kliment Yanev 6783eb1aa6 Fix readline link on Windows 2011-11-14 12:10:19 +01:00
Kliment Yanev e27befbea3 Fix alignment of port button 2011-11-14 09:14:27 +01:00
Keegi 6453dbb175 Merge remote branch 'kliment/master' into experimental 2011-11-14 08:25:46 +02:00
Kliment Yanev 9c36456500 Populate port dialog by default 2011-11-13 23:54:00 +01:00
Kliment Yanev 8af0ab8fb4 Closes #83 2011-11-13 23:31:45 +01:00
Keegi 0e7c70dbdf Merge remote branch 'kliment/master' into experimental 2011-11-14 00:30:32 +02:00
kliment 2bbb39d087 Merge pull request #92 from alexrj/bugfix-gviz-hilight
Bugfix: gviz exception while printing
2011-11-13 14:28:53 -08:00
Alessandro Ranellucci 331d5072c3 Bugfix: gviz exception while printing 2011-11-13 23:08:06 +01:00
Kliment Yanev 7124f2f982 Make newly deceted port first if previously chosen port not detected 2011-11-13 21:55:12 +01:00
Kliment Yanev 7c5efbd619 Add port rescan button. 2011-11-13 21:44:45 +01:00
Keegi ad21eefe69 Merge remote branch 'kliment/master' into experimental 2011-11-13 00:12:49 +02:00
Keegi 9a7baf64a0 make temperature dropdown slightly bigger 2011-11-13 00:12:41 +02:00
kliment 5cd0e23eb0 Merge pull request #90 from canadaduane/sortorder
Remove alphabetic sort order of baud rate combobox
2011-11-12 09:02:33 -08:00
Duane Johnson b47bd117b9 Merge branch 'master' of https://github.com/kliment/Printrun into sortorder 2011-11-12 10:59:57 -06:00
kliment c89f3d974e Merge pull request #87 from canadaduane/master
Remove ability to click on Z +/- 100. Fixes #86
2011-11-12 08:20:45 -08:00
Keegi a05f8839b3 made temperature gauge visually similar style as the printer position controls 2011-11-12 16:35:37 +02:00
Duane Johnson 3d08436499 Remove alphabetic sort order from baud rate combo box 2011-11-12 07:49:21 -06:00
Duane Johnson 8f459fd712 Merge branch 'master' of https://github.com/kliment/Printrun 2011-11-12 07:44:39 -06:00
Duane Johnson 59400675fb Remove ability to click on Z +/- 100 2011-11-12 07:44:28 -06:00
Keegi 3d2054bf06 Merge branch 'master' into experimental
Conflicts:
	pronterface.py
2011-11-12 12:10:26 +02:00
kliment b83cddb991 Merge pull request #85 from ERoth3/patch-1
Added 250000 option for baud rate
2011-11-12 01:22:41 -08:00
kliment 8eb89b20a8 Merge pull request #84 from canadaduane/master
Added visual indicator for increment values on mouseover
2011-11-12 01:12:15 -08:00
ERoth3 37858bb166 Added 250000 baud for marlin compatibility 2011-11-12 00:33:19 -05:00
Duane Johnson 470ab93447 XYButtons enabled default to false again 2011-11-11 18:52:12 -06:00