Commit Graph

  • 4290a3b85d Fixing regression bugs caused by the event emitter refactoring D1plo1d 2013-04-19 20:43:32 -0400
  • 31891fa3da Merging experimental branch with Pronserve D1plo1d 2013-04-19 20:42:03 -0400
  • 7019d781b5 Refactoring pronserve for better code reuse D1plo1d 2013-04-19 19:05:10 -0400
  • f01e5747e3 Getting the print queue api working with the printer, adding a job progress panel to inspector and adding job_finished and job_started events. D1plo1d 2013-04-19 13:26:03 -0400
  • 5867975a10 Adding a print queue api. Not yet able to print. D1plo1d 2013-04-18 20:46:19 -0400
  • 8c67ac28a9 Fixing inspector js logging on load D1plo1d 2013-04-15 16:39:11 -0400
  • ccdf1b01b7 Removing legacy MDNS code that wasn't needed for the current MDNS setup. D1plo1d 2013-04-15 16:37:34 -0400
  • 86ba7b9ed2 Throttling the DOM writes of pronserve inspector and stopping dom writes entirely when the window looses focus. D1plo1d 2013-04-12 10:53:33 -0400
  • ad4c7153c0 Adding a link to inspector on the index D1plo1d 2013-04-11 00:07:47 -0400
  • aeffb1c6c4 Adding temperature graphing to the pronsole inspector D1plo1d 2013-04-11 00:04:07 -0400
  • a5c1ae9d1b Changing pronserve inspector to display a more reasonable persision D1plo1d 2013-04-10 23:07:39 -0400
  • 7264c5e1c6 Adding a sleep to the pronserve startup. Seems to be fixing an intermittent bug where the printer wouldn't respond to temperature requests D1plo1d 2013-04-10 23:04:52 -0400
  • b9a358a6a6 Fixing pronserve ououtputs: sensor values should be floats D1plo1d 2013-04-10 23:00:43 -0400
  • 1a9b1502bd Cleaning up the pronserve code D1plo1d 2013-04-10 22:54:17 -0400
  • 5f1955901c Adding "Pronserver" - a network discoverable 3d printer service. D1plo1d 2013-04-10 22:49:35 -0400
  • eb0f808bf4 Refactoring Pronsole to wrap print in a self.log method so that it can be reused and overriden by a web interface or any other non-conosole interface D1plo1d 2013-04-10 09:05:08 -0400
  • e1660bd7f0 Removing the web interface bindings from pronsole and pronterface D1plo1d 2013-04-09 15:46:40 -0400
  • 47f75d10e5 Removing the web interface from the docs D1plo1d 2013-04-09 15:43:13 -0400
  • c8d309f717 Removing the web interface D1plo1d 2013-04-08 21:04:39 -0400
  • b4f620a0b8 Merge pull request #352 from fsantini/experimental kliment 2013-04-08 13:40:15 -0700
  • 025a5a7bd6 Fix exception with join thread in print fsantini 2013-04-08 19:13:30 +0200
  • 9500528676 Merge branch 'experimental' of https://github.com/kliment/Printrun into experimental fsantini 2013-04-08 19:03:34 +0200
  • 896804056e Merge branch 'core_mods' into experimental - implementation of pause fsantini 2013-04-08 19:01:24 +0200
  • a6abdbb74f Host commands start with ;@ fsantini 2013-04-08 18:49:33 +0200
  • 5a059961fa Indentation fixes, limit calculations Francesco Santini 2013-04-08 13:06:31 +0200
  • 360b4f60e4 Pause code working; implemented the @pause gcode host command (and a small framework for host commands) fsantini 2013-04-07 19:45:45 +0200
  • 00f1306f08 Bugfixes in the analyzer Pause code (Ported from RepetierHost, untested) fsantini 2013-04-06 18:22:56 +0200
  • 630d11783d Merge pull request #350 from kenaaker/experimental kliment 2013-03-29 08:23:13 -0700
  • 3826dd1732 Merge branch 'experimental' of git://github.com/kenaaker/Printrun into experimental Ken Aaker 2013-03-28 11:43:50 -0500
  • 2aac06f9da Fix abort in wxColour_helper on OpenSUSE Ken Aaker 2013-03-27 19:45:30 -0500
  • 7363497cdf Merge pull request #347 from OliverEngineer/experimental kliment 2013-03-27 09:47:43 -0700
  • 06280e2ba8 Update webinterface.py N Oliver 2013-03-25 16:38:13 -0700
  • 5979f27f5c Merge pull request #346 from OliverEngineer/experimental kliment 2013-03-24 00:30:10 -0700
  • 3cfe86f96e Adding AJAX to the web interface need to explore CherryPy & websockets, but this quick'n'dirty is a big speed increase OliverEngineer 2013-03-23 18:02:18 -0700
  • c298228ce9 attempting fix for issue 305 N Oliver 2013-03-23 14:36:15 -0700
  • 6cf08006c2 Indentation fixes, start pronterface modification fsantini 2013-03-14 07:35:17 +0100
  • b335a4cf77 G-codes and relevant M-codes implemented (check for tabs/spaces) fsantini 2013-03-12 20:58:00 +0100
  • 60158d5e39 More implementation (still unusable) Francesco Santini 2013-03-12 18:04:28 +0100
  • 9ee7602ace Creation of GCodeAnalyzer.py fsantini 2013-03-11 22:10:22 +0100
  • c5d812a0fd Merge pull request #342 from Metamaquina/experimental kliment 2013-03-05 14:35:34 -0800
  • 2090124e16 Merge pull request #341 from Metamaquina/master kliment 2013-03-05 14:34:48 -0800
  • bc478d1d42 updating download url for windows version of pyreadline Felipe Corrêa da Silva Sanches 2013-03-05 14:53:35 -0300
  • bc741d67f4 updating download url for windows version of pyreadline Felipe Corrêa da Silva Sanches 2013-03-05 14:53:35 -0300
  • a0f75e858e Merge pull request #337 from KazW/experimental kliment 2013-02-17 21:31:46 -0800
  • c3f7e4c1ac [printcore] Have pirnt_thread rejoin execution thread once print completes. Kaz Walker 2013-02-17 18:45:56 -0700
  • 80d465c285 Merge pull request #336 from KazW/experimental kliment 2013-02-17 13:27:36 -0800
  • 0f8d170f53 Switched to using "not" instead of ! modifier. Kaz Walker 2013-02-17 14:24:25 -0700
  • db88c702ff [printcore] Switched to use Python if syntax and not Ruby's. Kaz Walker 2013-02-17 14:20:20 -0700
  • 07fae14c47 Merge pull request #335 from KazW/experimental kliment 2013-02-17 13:16:18 -0800
  • 8fb6c98d05 [printcore] fixed typo. Kaz Walker 2013-02-17 14:14:02 -0700
  • b0cb2b0781 Added icon files ad PNGs. Kaz Walker 2013-02-17 14:11:01 -0700
  • 63bd1ca9f6 [printcore] Added checking to pause and resume function. Kaz Walker 2013-02-17 14:09:38 -0700
  • 197f0ac1a8 Merge pull request #330 from colah/confirmation kliment 2013-02-12 23:19:27 -0800
  • 9f0cabae7d Merge pull request #332 from colah/exit-off kliment 2013-02-07 09:13:03 -0800
  • 29c3183168 Make sure to set target temps to 0 before exiting. Christopher Olah 2013-02-08 11:46:35 -0500
  • c20b270b84 Refactor and confirm exits while printing. Christopher Olah 2013-02-02 21:24:07 -0500
  • 786baebbf8 Confirm dangerous extruder target temperatures. Christopher Olah 2013-02-02 10:25:16 -0500
  • b0248934ff Added Fedora info Miro Hrončok 2013-02-02 13:40:28 +0100
  • 37e27101f2 Merge branch 'master' of github.com:kliment/Printrun into experimental Kliment Yanev 2013-02-02 11:49:42 +0100
  • 659cc0319b Merge pull request #324 from Lenbok/experimental-gcoder-relative-e kliment 2013-01-24 15:45:44 -0800
  • e2630df4bb Support M82/M83 for relative E Lenbok 2013-01-25 07:29:45 +1300
  • 71e5da009a Merge pull request #318 from hroncok/master kliment 2013-01-23 08:20:43 -0800
  • 354bfb090f Do not rise, but end the scope Miro Hrončok 2013-01-23 17:12:01 +0100
  • 064974b733 Handle UTF encoding better Miro Hrončok 2013-01-23 17:11:08 +0100
  • ee386e0091 Adding UTF-8 decoding back Miro Hrončok 2013-01-23 16:55:38 +0100
  • c527601f85 Merge pull request #321 from colah/clean-firmware-echo kliment 2013-01-19 00:39:25 -0800
  • 1460246960 Clean up echoed firmware lines, connect info. Christopher Olah 2013-01-19 18:34:15 -0500
  • c02e586533 Merge pull request #320 from colah/clean-monitor kliment 2013-01-19 00:39:06 -0800
  • 3fb7a3e71c Clean up the monitor command. Christopher Olah 2013-01-19 19:11:04 -0500
  • 2a9433748c Merge pull request #319 from colah/dynamic-prompt kliment 2013-01-19 00:38:49 -0800
  • 29c9700324 Fancy configurable prompts! Christopher Olah 2013-01-19 19:34:07 -0500
  • f942c1a007 Tell the user, there was an error while connecting Miro Hrončok 2013-01-15 21:22:56 +0100
  • 92821f7e41 Merge pull request #317 from sivu/experimental kliment 2013-01-13 13:03:09 -0800
  • aa1e576a1e gcoder updated Mikko Sivulainen 2013-01-13 23:00:19 +0200
  • 5897fbc60f Merge pull request #316 from hroncok/master kliment 2013-01-13 12:06:56 -0800
  • 629a53ac5c gcoder.py reads only hte content of the file Previously, gcoder.py read not only the content of the file, but also it's filename. This could have led to unexpected exceptions. Miro Hrončok 2013-01-13 20:57:15 +0100
  • 094dffa53b Bugfix: printcore.py -s was generating garbage output Alessandro Ranellucci 2013-01-13 13:27:14 +0100
  • a7300b60b7 Merge pull request #300 from hroncok/master kliment 2013-01-13 04:15:49 -0800
  • d90166b04c Making the whole package GNU GPLv3+. Miro Hrončok 2013-01-13 12:18:47 +0100
  • 917256f947 Merge pull request #314 from colah/Ctr-C-D-fix kliment 2013-01-12 11:50:41 -0800
  • e73a8a9402 Merge pull request #313 from colah/temp-prompt kliment 2013-01-12 11:17:00 -0800
  • a377b85c8f Make the dynamic prompt temperature stuff configurable. Chris Olah 2013-01-12 14:14:10 -0500
  • d3c1fbaa75 Fix Ctr-C and Ctr-D behavior. Christopher Olah 2013-01-11 19:26:04 -0500
  • a224a10ce0 We make the prompt aware of extruder temperature. Christopher Olah 2013-01-11 19:02:14 -0500
  • df0265d4c6 Make prompt dynamically generated. Chris Olah 2013-01-09 18:59:39 -0500
  • 41889d62ed Added missing files to setup.py Miro Hrončok 2012-11-24 15:53:03 +0100
  • 80403aa7eb Make port textbox bigger Kliment Yanev 2012-11-13 17:36:12 +0100
  • 13a1425bad Merge pull request #297 from sivu/experimental kliment 2012-11-09 00:15:33 -0800
  • 8f6f24d7a4 updated gcoder Mikko Sivulainen 2012-11-09 00:06:59 +0200
  • 6fa47668f2 Merge branch 'master' of github.com:kliment/Printrun into experimental Kliment Yanev 2012-11-03 12:18:04 +0100
  • 1d23c81f8e Merge pull request #293 from sivu/experimental kliment 2012-10-17 11:22:33 -0700
  • 94666c2d13 updated gcoder copyright notice Mikko Sivulainen 2012-10-17 21:19:51 +0300
  • 577ed7c8fb added gcoder from another project. using gcoder to calculate dimensions and used filament Mikko Sivulainen 2012-10-17 20:46:58 +0300
  • 51b5cf46dd Merge pull request #291 from sivu/experimental kliment 2012-10-09 09:23:11 -0700
  • ab9002c579 fixed measurement calculation for X and Y axis Mikko Sivulainen 2012-10-09 18:59:10 +0300
  • b6935b93d5 Merge pull request #288 from hroncok/master iXce 2012-09-23 17:13:33 -0700
  • fa9ec49858 Added the GNU GPL text as the licese itselfs demands. Miro Hrončok 2012-09-24 01:01:21 +0200
  • 7333e93cc3 Merge pull request #286 from iXce/split-gui kliment 2012-09-10 04:56:18 -0700
  • 9c55677ec1 Fix custom button edit Guillaume Seguin 2012-09-06 19:32:23 +0200
  • 7301d7e847 Merge branch 'experimental' of git://github.com/kliment/Printrun into split-gui Guillaume Seguin 2012-09-06 18:07:08 +0200