Commit Graph

603 Commits (8066764a072fd51059041195667887a0ac66bd43)

Author SHA1 Message Date
Duane Johnson 1db6d65e3c Fixed that arrow keys on Windows would move between controls after first extruder movement. 2011-11-08 11:03:45 -06:00
Duane Johnson 437f069921 Fix issue with XYButtons stealing keys. Added ESC key to blur. 2011-11-08 10:48:15 -06:00
Duane Johnson 50d340f900 Fixed transparency issues in Windows by using a GraphicsContext. Changed background to white.
- The white background is a workaround for not being able to set the
exact color of gray for the XY/Z widgets.
2011-11-08 09:37:35 -06:00
kliment 44a2daa2e3 Merge pull request #82 from sdevijver/master
Also clear the ListBox when clearing the grid
2011-11-08 07:18:17 -08:00
Steven Devijver cfb0b815a7 Also clear ListBox when clearing grid 2011-11-08 16:17:16 +01:00
kliment b936763257 Merge pull request #78 from alexrj/gviz-arcs
Support for G2/G3 arcs in preview window
2011-11-08 07:10:41 -08:00
kliment e94cf47569 Merge pull request #81 from sdevijver/master
Limited loading of OpenSCAD files
2011-11-08 07:05:20 -08:00
Steven Devijver 06a69074a4 Added clear button; don't clear model when loading scad file 2011-11-08 16:02:39 +01:00
Steven Devijver 6785eb657a Run everything through right, distinguish on extension to delegate to load_stl & load_scad 2011-11-08 15:45:24 +01:00
Steven Devijver b644182af1 Restore STL file wildcard for export 2011-11-08 15:19:52 +01:00
Steven Devijver 0837508b74 Removed print statement + clear model list when loading file (probably should add a dirty flag as well to avoid accidentally overriding changes) 2011-11-08 14:25:24 +01:00
Steven Devijver a3c03d49a1 Added loading of OpenSCAD files feature + corrected file wildcard when exporting 2011-11-08 13:37:53 +01:00
Duane Johnson 39a99314b3 Fix position of all buttons below the new XY/Z widgets. 2011-11-07 22:29:28 -06:00
Duane Johnson 56ba62c888 Center widgets in test.py 2011-11-07 22:10:27 -06:00
Duane Johnson f4d18e4dff Fixed keypad toggle for XY controls. Defaults to off. 2011-11-07 22:09:18 -06:00
Duane Johnson 37cdd32347 Added 4 orders of magnitude to Z Buttons; Refactored some of XY Buttons 2011-11-07 21:35:59 -06:00
Duane Johnson a6f3ec758e Updated XY controls to have 4 rings. Removed 'home' button. 2011-11-07 20:36:48 -06:00
Duane Johnson 15c980cf2f Fix black background / transparency issue in Windows/Linux 2011-11-07 18:24:06 -06:00
Duane Johnson 3722b11aab Merge branch 'master' of github.com:canadaduane/Printrun 2011-11-07 14:42:09 -06:00
Duane Johnson 261a09c46a Fixed that the background was repainted as white instead of transparent 2011-11-07 14:38:57 -06:00
Duane Johnson 8b56bbe548 Integrate new UI with pronterface 2011-11-07 13:41:14 -06:00
Duane Johnson 8986a90c76 Separate XY and Z control panels into classes. 2011-11-07 13:04:45 -06:00
Duane Johnson 540faffe9a XY and Z control panels working side by side 2011-11-07 12:50:17 -06:00
Duane Johnson 69c639e603 Functioning xy control 2011-11-07 07:17:00 -06:00
Alessandro Ranellucci c90bbc23e1 Paint arcs in red colour to warn that they won't be printed by most firmwares 2011-11-07 13:04:21 +01:00
Alessandro Ranellucci 382f22459c Support for G2/G3 arcs in preview window 2011-11-07 10:39:29 +01:00
kliment c4884cf1af Merge pull request #75 from sdevijver/master
Print time guesstimation on file load
2011-11-06 23:13:54 -08:00
Duane Johnson 6535024475 Add test wx code for new graphical control panel 2011-11-06 20:01:30 -06:00
kliment d84e10850b Merge pull request #77 from cakeller98/master
Added OBJ to the types of files that can be opened.
2011-11-05 02:23:53 -07:00
Christopher Keller 7077c3c9b8 Added OBJ to the types of files that can be opened.
Added final semicolon after final OBJ in the file filter
2011-11-05 02:13:50 -07:00
Steven Devijver 262b000f7a Removed initial_feedrate, isn't used anyways, will only confuse people 2011-11-04 14:12:18 +01:00
Steven Devijver 80a1301bfd Simplified duration calculation, acceleration calculation is not realistic anyways 2011-11-04 13:51:36 +01:00
Steven Devijver e89eba8c9b Use latest feedrate, no need to fall back 2011-11-04 13:03:54 +01:00
Steven Devijver 0500332267 Also take forward movement after retraction into account 2011-11-04 12:48:38 +01:00
Steven Devijver 0bff3c93e4 Added retraction to calculation, format time in lower case 2011-11-04 12:41:13 +01:00
Steven Devijver be5f0e4900 Moved estimated duration code to pronterface 2011-11-04 11:49:05 +01:00
Steven Devijver 1ea631c84b Nice formating of duration; renamed variables; added extra cost per movement 2011-11-04 11:29:05 +01:00
Steven Devijver ca5e7f11b4 Divide feedrate by 60 seconds 2011-11-04 09:00:27 +01:00
Steven 321548a7c4 Naive implementation to estimate the duration of a print 2011-11-03 22:40:21 +01:00
kliment 3f60006123 Merge pull request #74 from evilB/patch-2
Proposed changes in the MacosX pre lion installation instructions
2011-10-31 16:12:07 -07:00
evilB a35b2ba079 Second try - Proposed changes in the MacosX pre lion installation instructions as per irc conversation. 2011-11-01 00:10:21 +01:00
Kliment Yanev b2e4c731ac Fix rotation direction in scad export. 2011-10-29 23:07:08 +02:00
Kliment Yanev 1fa10b65e6 Emit .scad file with scene description on export. 2011-10-29 22:41:50 +02:00
kliment 6ca8f26512 Merge pull request #72 from grevaillot/fr
improve french translation.
2011-10-29 04:46:50 -07:00
Guillaume Revaillot 923323992a regenerate fr .mo 2011-10-29 12:22:24 +02:00
Guillaume Revaillot 1a1b5e374d improve fr strings a bit. 2011-10-29 12:22:24 +02:00
Guillaume Revaillot dc462fcaa9 typo 2011-10-29 11:45:01 +02:00
Keegi 4c2e31f3a8 add threshold for button dragging in case of jittery mouse 2011-10-27 16:37:54 +03:00
Keegi 1fe67e7d23 fixed temperature gauge lagging 2011-10-27 16:37:10 +03:00
Keegi 010a3fcb15 add threshold for button dragging in case of jittery mouse 2011-10-27 16:36:30 +03:00