Commit Graph

  • a09633a25e Merge pull request #107 from cakeller98/Estimated_Time_Status kliment 2011-11-28 21:33:17 -0800
  • c62f5d5f81 Merge pull request #106 from cakeller98/Time_Estimater kliment 2011-11-28 21:32:49 -0800
  • cc40719e6c Fixed the time estimator in pronsole.py at beginning of move set feedrate to average of last and current feedrate. do move with that feedrate. then set the feedrate to the current feedrate. if it's just a feedrate change, then the feedrate will become the feedrate. if there is no feedrate in current move, feedrate will be last feedrate if there is a move and a new feedrate then the move will take however long the average feedrate would take. Christopher Keller 2011-11-28 20:36:04 -0800
  • 33610d53fb Improved status line estimated time remaining. uses format: SD Printing: pp.p% | Est: hh:mm:ss of hh:mm:ss of hh:mm:ss remaining Printing: pp.p% | @ Line# xxx of yyyyy lines | Est: hh:mm:ss of hh:mm:ss remaining Christopher Keller 2011-11-28 20:24:18 -0800
  • 713c0c9265 Fix accumulating transformations in stlview Kliment Yanev 2011-11-28 19:31:54 +0100
  • 3316dac639 Merge branch 'master' into experimental Kliment Yanev 2011-11-28 18:27:27 +0100
  • 02f14d5090 Fix comment stripping in duration estimation Kliment Yanev 2011-11-28 18:15:59 +0100
  • db669df571 Merge pull request #104 from cakeller98/master kliment 2011-11-28 08:45:45 -0800
  • 2079a99278 Added Estimated time left, and total time, for non-SD Printing. They get more and more accurate until the end. Christopher Keller 2011-11-28 07:44:29 -0800
  • 244350fee1 Merge branch 'master' into experimental Kliment Yanev 2011-11-27 17:34:09 +0100
  • f7e14bf772 Merge branch 'master' of github.com:kliment/Printrun Kliment Yanev 2011-11-27 17:31:12 +0100
  • 1eee27aa77 Ignore comments in gcode files when estimating duration Kliment Yanev 2011-11-27 17:30:35 +0100
  • 97af7725d9 Prevent (harmless) exception on every printed gcode line Kliment Yanev 2011-11-24 00:41:49 +0100
  • 56a4a0d98b Fix escalating memory usage when multiple large files are printed after each other. React to resend only when the command is in the beginning of a line. Kliment Yanev 2011-11-22 21:32:16 +0100
  • aa0a045ecd Reduce memory usage by clearing gviz cache. Avoid delays by using a queue to draw executed gcodes. Kliment Yanev 2011-11-22 19:08:00 +0100
  • d05a399684 Fix bug where second and subsequent file load would cause an error and refuse to load further files. Closes #102 Kliment Yanev 2011-11-22 18:51:18 +0100
  • edeb43396f Merge pull request #98 from canadaduane/friendlydisconnect kliment 2011-11-20 15:50:06 -0800
  • d704bba39e Merge pull request #100 from ErikZalm/master kliment 2011-11-20 15:49:25 -0800
  • 21d81f76a5 Enable T codes like T0 and T1. ErikZalm 2011-11-20 19:55:17 +0100
  • 03f727aa92 Merge branch 'master' into experimental Kliment Yanev 2011-11-20 09:20:37 +0100
  • 82aa15becc Merge branch 'master' of github.com:kliment/Printrun Kliment Yanev 2011-11-20 09:19:23 +0100
  • db0b48ce25 Remove readonly attribute from dropdowns for port and baud rate Kliment Yanev 2011-11-20 09:18:38 +0100
  • 8a4bdc9290 Fix path handling when frozen (__file__ should be avoided in the future, this is a workaround) Kliment Yanev 2011-11-18 10:49:29 +0100
  • 2bd2318070 Fix cancel button Kliment Yanev 2011-11-18 10:48:56 +0100
  • 0afcc88bd4 Integrate plating into pronterface UI Kliment Yanev 2011-11-18 09:52:16 +0100
  • 9669cd4337 Fix rotation direction Kliment Yanev 2011-11-17 19:31:54 +0100
  • 84a6093a35 Change window title Kliment Yanev 2011-11-17 16:33:41 +0100
  • 1e53117b77 OpenGL-based plater update (requires a pyglet install) Kliment Yanev 2011-11-17 13:48:47 +0100
  • 42c00fca41 Merge pull request #99 from CyrilLD/master kliment 2011-11-16 08:33:31 -0800
  • 6fce63a836 - Update french translations Cyril Laguilhon-Debat 2011-11-16 16:55:02 +0100
  • 9479728463 - update french traductions Cyril Laguilhon-Debat 2011-11-16 16:24:16 +0100
  • 2173f1bcdc Merge pull request #94 from kliment/experimental Keegi 2011-11-16 07:12:39 -0800
  • 8f3df9c2e9 Modified size of + button Kliment Yanev 2011-11-16 16:09:12 +0100
  • 167470e638 Added a try/except block around readline so that disconnection does not yield a traceback. Duane Johnson 2011-11-15 22:03:18 -0600
  • a0bf2c4536 don't set font for new button button Keegi 2011-11-15 11:06:25 +0200
  • 87ef3e6e8c hide temperature gauge until better place is found for it Keegi 2011-11-15 11:06:03 +0200
  • 16fb5176cf some tool tips Keegi 2011-11-14 21:43:16 +0200
  • 848eee2d68 Merge remote branch 'kliment/master' into experimental Keegi 2011-11-14 21:36:07 +0200
  • 0839071f51 new button button Keegi 2011-11-14 21:35:18 +0200
  • 440a5ca5af Use CallAfter to prevent mysterious double free or corruption error in wx. Kliment Yanev 2011-11-14 16:20:32 +0100
  • 6783eb1aa6 Fix readline link on Windows Kliment Yanev 2011-11-14 12:10:19 +0100
  • e27befbea3 Fix alignment of port button Kliment Yanev 2011-11-14 09:14:27 +0100
  • 6453dbb175 Merge remote branch 'kliment/master' into experimental Keegi 2011-11-14 08:25:46 +0200
  • 9c36456500 Populate port dialog by default Kliment Yanev 2011-11-13 23:54:00 +0100
  • 8af0ab8fb4 Closes #83 Kliment Yanev 2011-11-13 23:31:45 +0100
  • 0e7c70dbdf Merge remote branch 'kliment/master' into experimental Keegi 2011-11-14 00:30:32 +0200
  • 2bbb39d087 Merge pull request #92 from alexrj/bugfix-gviz-hilight kliment 2011-11-13 14:28:53 -0800
  • 331d5072c3 Bugfix: gviz exception while printing Alessandro Ranellucci 2011-11-13 23:08:06 +0100
  • 7124f2f982 Make newly deceted port first if previously chosen port not detected Kliment Yanev 2011-11-13 21:55:12 +0100
  • 7c5efbd619 Add port rescan button. Kliment Yanev 2011-11-13 21:44:45 +0100
  • ad21eefe69 Merge remote branch 'kliment/master' into experimental Keegi 2011-11-13 00:12:49 +0200
  • 9a7baf64a0 make temperature dropdown slightly bigger Keegi 2011-11-13 00:12:41 +0200
  • 5cd0e23eb0 Merge pull request #90 from canadaduane/sortorder kliment 2011-11-12 09:02:33 -0800
  • b47bd117b9 Merge branch 'master' of https://github.com/kliment/Printrun into sortorder Duane Johnson 2011-11-12 10:59:57 -0600
  • c89f3d974e Merge pull request #87 from canadaduane/master kliment 2011-11-12 08:20:45 -0800
  • a05f8839b3 made temperature gauge visually similar style as the printer position controls Keegi 2011-11-12 16:35:37 +0200
  • 3d08436499 Remove alphabetic sort order from baud rate combo box Duane Johnson 2011-11-12 07:49:21 -0600
  • 8f459fd712 Merge branch 'master' of https://github.com/kliment/Printrun Duane Johnson 2011-11-12 07:44:39 -0600
  • 59400675fb Remove ability to click on Z +/- 100 Duane Johnson 2011-11-12 07:44:28 -0600
  • 3d2054bf06 Merge branch 'master' into experimental Keegi 2011-11-12 12:10:26 +0200
  • b83cddb991 Merge pull request #85 from ERoth3/patch-1 kliment 2011-11-12 01:22:41 -0800
  • 8eb89b20a8 Merge pull request #84 from canadaduane/master kliment 2011-11-12 01:12:15 -0800
  • 37858bb166 Added 250000 baud for marlin compatibility ERoth3 2011-11-12 00:33:19 -0500
  • 470ab93447 XYButtons enabled default to false again Duane Johnson 2011-11-11 18:52:12 -0600
  • b3658bfe79 Added visual indication to highlight XY and Z increment values on mouse over Duane Johnson 2011-11-11 18:22:03 -0600
  • 4e1e71d987 Merge pull request #80 from canadaduane/master kliment 2011-11-11 12:36:44 -0800
  • 6e658cd164 Check for corner change on mouse move (rare case) Duane Johnson 2011-11-11 11:11:54 -0600
  • 08d4abbe91 Fix that enable/disable does not immediately redraw. Fix that buttons are not disabled on disconnect. Duane Johnson 2011-11-11 10:37:01 -0600
  • 18d23a7137 Fixed regression in size of arrow keys image. Duane Johnson 2011-11-11 10:31:05 -0600
  • c113e2bffc Merge branch 'master' of https://github.com/kliment/Printrun Duane Johnson 2011-11-11 10:23:52 -0600
  • 7c310d7bfd Shrunk XY and Z controls. Added Home buttons. Added enable/disable. Duane Johnson 2011-11-11 10:22:31 -0600
  • b0cd17ee6e Create absolute-positioned "Home" buttons as a layer on top of XYButtons Duane Johnson 2011-11-09 20:55:41 -0600
  • 1d6605065d Merge branch 'master' into experimental Keegi 2011-11-09 15:16:04 +0200
  • 1ce9f3a536 workaround for buttons appearing in empty custom button slots on linux Keegi 2011-11-08 22:48:28 +0200
  • 38cefcd00e attempt to fix panel context menu not appearing on empty slot Keegi 2011-11-08 21:33:24 +0200
  • 1fb9890464 workaround for frozen buttons appearing on some cases Keegi 2011-11-08 21:05:39 +0200
  • 1db6d65e3c Fixed that arrow keys on Windows would move between controls after first extruder movement. Duane Johnson 2011-11-08 11:03:45 -0600
  • 437f069921 Fix issue with XYButtons stealing keys. Added ESC key to blur. Duane Johnson 2011-11-08 10:48:15 -0600
  • 50d340f900 Fixed transparency issues in Windows by using a GraphicsContext. Changed background to white. Duane Johnson 2011-11-08 09:37:35 -0600
  • 44a2daa2e3 Merge pull request #82 from sdevijver/master kliment 2011-11-08 07:18:17 -0800
  • cfb0b815a7 Also clear ListBox when clearing grid Steven Devijver 2011-11-08 16:17:16 +0100
  • b936763257 Merge pull request #78 from alexrj/gviz-arcs kliment 2011-11-08 07:10:41 -0800
  • e94cf47569 Merge pull request #81 from sdevijver/master kliment 2011-11-08 07:05:20 -0800
  • 06a69074a4 Added clear button; don't clear model when loading scad file Steven Devijver 2011-11-08 16:01:15 +0100
  • 6785eb657a Run everything through right, distinguish on extension to delegate to load_stl & load_scad Steven Devijver 2011-11-08 15:45:24 +0100
  • b644182af1 Restore STL file wildcard for export Steven Devijver 2011-11-08 15:19:52 +0100
  • 0837508b74 Removed print statement + clear model list when loading file (probably should add a dirty flag as well to avoid accidentally overriding changes) Steven Devijver 2011-11-08 14:25:24 +0100
  • a3c03d49a1 Added loading of OpenSCAD files feature + corrected file wildcard when exporting Steven Devijver 2011-11-08 13:37:53 +0100
  • 39a99314b3 Fix position of all buttons below the new XY/Z widgets. Duane Johnson 2011-11-07 22:29:28 -0600
  • 56ba62c888 Center widgets in test.py Duane Johnson 2011-11-07 22:10:27 -0600
  • f4d18e4dff Fixed keypad toggle for XY controls. Defaults to off. Duane Johnson 2011-11-07 22:09:18 -0600
  • 37cdd32347 Added 4 orders of magnitude to Z Buttons; Refactored some of XY Buttons Duane Johnson 2011-11-07 21:35:59 -0600
  • a6f3ec758e Updated XY controls to have 4 rings. Removed 'home' button. Duane Johnson 2011-11-07 20:36:48 -0600
  • 15c980cf2f Fix black background / transparency issue in Windows/Linux Duane Johnson 2011-11-07 18:24:06 -0600
  • 3722b11aab Merge branch 'master' of github.com:canadaduane/Printrun Duane Johnson 2011-11-07 14:42:09 -0600
  • 261a09c46a Fixed that the background was repainted as white instead of transparent Duane Johnson 2011-11-07 14:38:57 -0600
  • 8b56bbe548 Integrate new UI with pronterface Duane Johnson 2011-11-07 13:41:14 -0600
  • 8986a90c76 Separate XY and Z control panels into classes. Duane Johnson 2011-11-07 13:04:45 -0600
  • 540faffe9a XY and Z control panels working side by side Duane Johnson 2011-11-07 12:50:17 -0600
  • 69c639e603 Functioning xy control Duane Johnson 2011-11-07 07:17:00 -0600