Commit Graph

  • 5a8e347440 Cleanup Guillaume Seguin 2012-08-03 23:59:19 +0200
  • 5f298c45e1 Sleep during reset to let the board see the DTR line change Guillaume Seguin 2012-08-03 23:56:52 +0200
  • a6df0acfa1 Cleanup and refactor a little Guillaume Seguin 2012-08-03 23:54:35 +0200
  • ee5e41bcd1 More cleanup Guillaume Seguin 2012-08-03 23:51:41 +0200
  • a21ff31cd0 Cleanup Guillaume Seguin 2012-08-03 23:47:58 +0200
  • 6a006d785f Cleanup Guillaume Seguin 2012-08-03 23:47:03 +0200
  • 898a43e5e5 Rework pause/resume Guillaume Seguin 2012-08-03 23:43:11 +0200
  • eaab285912 Cleanup in pronterface.py Guillaume Seguin 2012-08-03 23:35:06 +0200
  • a63c310ec8 More cleanup Guillaume Seguin 2012-08-03 23:26:47 +0200
  • f1070225da Code cleanup Guillaume Seguin 2012-08-03 23:25:51 +0200
  • b67990f9f2 Disable hup on serial port Guillaume Seguin 2012-08-03 23:20:41 +0200
  • 99ec219ef8 Improvements to connect and disconnect Guillaume Seguin 2012-08-02 23:48:40 +0200
  • b4cc74f877 Minor serial connection improvement Guillaume Seguin 2012-08-02 23:32:28 +0200
  • ffd655d85f Fix typos Guillaume Seguin 2012-08-02 18:26:56 +0200
  • 9eb3fc68ee Fix probable typo and minor cleanup Guillaume Seguin 2012-08-02 09:28:39 +0200
  • 72173c6023 Add CLI parameters for web config files location (if not in ~/.printrun or cwd) Guillaume Seguin 2012-07-31 22:37:00 +0200
  • cc60367a83 New commandline paramters : -w/--web to request web interface Guillaume Seguin 2012-07-31 12:00:05 +0200
  • 64fca26032 Add copyright header to setup.py Guillaume Seguin 2012-07-31 11:05:27 +0200
  • fc2d009c3c Install svg module as printrun.svg Guillaume Seguin 2012-07-31 11:04:13 +0200
  • 1d79b1231a Look for configuration files in ~/.printrun/ before looking in `pwd` Guillaume Seguin 2012-07-31 11:02:06 +0200
  • 888143be42 Initial work towards a setup.py build system Guillaume Seguin 2012-07-31 10:51:17 +0200
  • f63752d7fa Remove misleading gcode file Guillaume Seguin 2012-07-31 09:02:48 +0200
  • 7c48b6c446 Cleanup temp report parsing Guillaume Seguin 2012-07-31 09:00:28 +0200
  • 57c71300e2 Whitespace cleanups Guillaume Seguin 2012-07-31 08:45:15 +0200
  • 8b83ba62b6 fix custom button drag and drop being broken, with different strategy (1px size) to hide the drag-drop targets when not in use Keegi 2012-07-23 16:08:41 +0300
  • 89364d6f84 tweak temperature gauge layout a little Keegi 2012-07-23 16:01:47 +0300
  • 2cfca605c2 fail more cleanly on non-ascii macro name Keegi 2012-07-23 15:48:18 +0300
  • e73e11d554 Allow unicode characters in custom button command names Kliment Yanev 2012-07-15 14:55:11 +0200
  • da2a02693d Save command currently being typed so pressing up does not accidentally delete it. Kliment Yanev 2012-07-15 14:27:22 +0200
  • c1a9f8d6b6 Save commands entered into command box and retrieve them when up/down key is pressed. Kliment Yanev 2012-07-15 14:22:57 +0200
  • 193347b63d Set target temps to zero on reset. Kliment Yanev 2012-07-15 13:43:34 +0200
  • 73055e59a8 Fix math domain error in estimation code. Make crash in estimation code not block file load. Diable web interface by default. Kliment Yanev 2012-07-15 13:07:16 +0200
  • a20c1fe4c0 POtential fix for wx unicode decode errors Kliment Yanev 2012-07-11 20:56:15 +0200
  • d73709ff63 Merge pull request #252 from ajd4096/experimental kliment 2012-06-28 21:10:20 -0700
  • 1a6700296a printcore - send the initial M105 using _send instead of send_now send_now can't be used until the printer is online. Andrew Dalgleish 2012-06-29 13:44:20 +1000
  • 0ae7e1fee4 Merge pull request #251 from cakeller98/exerimental kliment 2012-06-28 13:15:43 -0700
  • 8143ee559c Fixed missing colon in printcore on lines 209 and 231 Christopher Keller 2012-06-28 13:05:56 -0700
  • a198488d2d Merge pull request #250 from ajd4096/experimental kliment 2012-06-28 08:41:49 -0700
  • a300fb8eb2 Add online check to printcore send() similar to send_now() Andrew Dalgleish 2012-06-29 01:23:52 +1000
  • 510b7db655 Merge pull request #249 from ajd4096/experimental-send-wait-timeout kliment 2012-06-28 08:18:16 -0700
  • adbd5613cf Add optional wait timeout to printcore send, send_now Andrew Dalgleish 2012-06-29 01:09:09 +1000
  • 814078298d Merge pull request #243 from logxen/experimental kliment 2012-06-15 13:49:47 -0700
  • 781265d327 fixed bonehead python-n00b error Logxen 2012-06-15 12:58:03 -0700
  • 90e5d22624 Merge pull request #242 from logxen/experimental kliment 2012-06-14 23:51:57 -0700
  • 97cad4e003 make send_now check that the printer is online before talking to it Logxen 2012-06-14 23:41:54 -0700
  • b5dbecc8ac Merge pull request #236 from alexanderhiam/experimental kliment 2012-06-13 09:23:22 -0700
  • dceaf26f48 Merge pull request #192 from tjhowse/patch-1 kliment 2012-06-13 09:19:17 -0700
  • bddaee859e don't pass 'allow_no_value' to SafeConfigParser if Python < 2.7 Alexander Hiam 2012-06-07 00:51:55 -0400
  • cf3cd8be0f Modified readme to describe the web interface. Removed references to skeinforge. Kliment Yanev 2012-06-05 17:14:50 +0200
  • ab9e5516d5 Merge pull request #234 from beardface/experimental kliment 2012-06-05 08:07:33 -0700
  • 48f82b9062 Merge Complete unknown 2012-06-05 09:56:37 -0500
  • 94b5ddebbb Deleted Cherry Py unknown 2012-06-04 23:37:53 -0500
  • a85ab61b63 Add place holder for temp control unknown 2012-06-04 14:42:24 -0500
  • 4158bc63ca Only enable webinterface if CherryPy is available. Fix buttons on the web unknown 2012-06-04 13:44:49 -0500
  • 6f04dc681c Merge pull request #2 from blddk/master beardface 2012-06-03 05:51:55 -0700
  • 85d87383ec PHP parser Michael Andresen 2012-06-03 14:29:53 +0200
  • 9099bd5f6b Merge pull request #1 from blddk/master beardface 2012-06-02 15:10:37 -0700
  • 4dc43e4d8c Fixed format for the progress values returned for printing and printing from sd blddk 2012-06-03 01:07:28 +0300
  • afc22d7169 remove test interface unknown 2012-05-31 17:12:23 -0500
  • e2e47c494c Added custom buttons, gui, cleaned up interface unknown 2012-05-31 17:10:51 -0500
  • f2e87c6e7c Kill CherryPy when Pronterface closes unknown 2012-05-31 14:49:32 -0500
  • 069ee940d3 Added State unknown 2012-05-31 12:45:53 -0500
  • 56f7fd6e2e Added status unknown 2012-05-31 12:45:07 -0500
  • b3eab2386b remove some excess logging unknown 2012-05-31 12:37:23 -0500
  • 9692593f5e Added Authentication and updated status xml format unknown 2012-05-31 12:26:14 -0500
  • 376bb068cd Update Readme for Web-Interface unknown 2012-05-31 11:45:53 -0500
  • 471e500d24 Add styling place holders for style gurus to go to down... unknown 2012-05-31 11:42:34 -0500
  • fb42d91156 Added xml status unknown 2012-05-31 11:39:18 -0500
  • 0e647da104 Updates for web itnerface, add actions, and custom styling using css/style.css unknown 2012-05-31 11:14:47 -0500
  • c2e68056ac Added Viewing of Console to Web Interface unknown 2012-05-30 17:04:10 -0500
  • 16cf3d764f Added Initial Web Framework for Pronterface, right now, read only global settings. unknown 2012-05-30 16:13:49 -0500
  • 9796429372 Merge pull request #231 from Stefanowicz/experimental kliment 2012-05-28 10:30:46 -0700
  • af37c07d9a Fixed using configured background to XYButtons ZButtons and TempGauge Stefanowicz 2012-05-28 17:34:43 +0200
  • d098a9531c Merge pull request #228 from garyhodgson/experimental kliment 2012-05-27 12:29:32 -0700
  • 3b901d9775 added bitmap support for gif,tiff,jpg,jpeg,bmp,png Gary Hodgson 2012-05-27 18:12:38 +0100
  • 0d009ac52b Projectlayer can present a zip file full of bmp files. Gary Hodgson 2012-05-27 13:10:35 +0100
  • f3d7f95250 Merge branch 'experimental' of github.com:kliment/Printrun into experimental Kliment Yanev 2012-05-23 18:19:07 +0200
  • 8a29452af1 DO not clear sent lines dict after each ok - fix for firmware sending resend after ok triggering keyerror Kliment Yanev 2012-05-23 18:18:21 +0200
  • 99eb4edf0c Merge pull request #227 from FrozenFire/experimental kliment 2012-05-23 08:08:07 -0700
  • 227c0595a2 made wording slicer-agnostic Nathan Zadoks 2012-05-23 17:01:04 +0200
  • 5f8415c727 Merge branch 'experimental' of github.com:kliment/Printrun into experimental Kliment Yanev 2012-05-23 16:22:29 +0200
  • 1ac5059160 Add button to reset view (no icon) Kliment Yanev 2012-05-23 16:21:56 +0200
  • b5146672e3 Merge pull request #225 from garyhodgson/experimental kliment 2012-05-22 14:40:01 -0700
  • 5dd35d48b8 initial hack to accept Slic3r SVG Gary Hodgson 2012-05-21 21:38:49 +0100
  • d9a3363a6f Merge pull request #222 from cwc/master kliment 2012-05-10 12:57:30 -0700
  • bf0add09f6 Add __init__.py so Printrun can be used as package Cameron Currie 2012-05-10 12:31:05 -0500
  • 0603d9c74b Merge pull request #220 from jezmy/experimental kliment 2012-05-08 07:05:10 -0700
  • a49194a19f Updated with tooltips; gviz now has toolbar with icons; fixed binding to print button jezmy 2012-05-08 14:53:33 +0100
  • e9d686a523 Reduce size for buttons where text does not change Kliment Yanev 2012-05-06 19:06:03 +0200
  • 523a2a4f6e Merge branch 'experimental' of https://github.com/jezmy/Printrun into experimental Kliment Yanev 2012-05-06 19:01:43 +0200
  • 8237b63417 Remove redundant data from status bar. Kliment Yanev 2012-05-06 19:00:56 +0200
  • 8bdb86f6df Set top buttons to consistant (70, 25) size jezmy 2012-05-06 16:00:50 +0100
  • d19ee50c04 Set top buttons to consistant (70, 25) size jezmy 2012-05-06 16:00:50 +0100
  • 8a0e703331 Supress Temperature message in log, but allow other info through jezmy 2012-05-06 00:17:21 +0100
  • dbbb51a4e0 Disable constant Temperature display in console Jeremy Hammett 2012-05-05 20:10:30 +0100
  • fdfd7738a2 Merge branch 'experimental' of https://github.com/kliment/Printrun into experimental Jeremy Hammett 2012-05-04 12:50:25 +0100
  • 556ba0fbc2 Merge branch 'master' of https://github.com/PxT/Printrun into experimental Kliment Yanev 2012-05-04 07:47:21 +0200
  • 7317a3a283 Make graph work again, and threadsafe Kliment Yanev 2012-05-04 06:40:19 +0200
  • df5764c6b2 Make control panel more compact with long translation texts such as Italian Jeremy Hammett 2012-05-04 01:10:35 +0100
  • fee5b5b9f7 Adds support for running an executable when print is finished. Paul Telford 2012-05-03 13:55:41 -0700