Commit Graph

1079 Commits (master)

Author SHA1 Message Date
D1plo1d 4290a3b85d Fixing regression bugs caused by the event emitter refactoring 2013-04-19 20:43:32 -04:00
D1plo1d 31891fa3da Merging experimental branch with Pronserve 2013-04-19 20:42:03 -04:00
D1plo1d 7019d781b5 Refactoring pronserve for better code reuse 2013-04-19 19:05:10 -04:00
D1plo1d 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. 2013-04-19 13:26:03 -04:00
D1plo1d 5867975a10 Adding a print queue api. Not yet able to print. 2013-04-18 20:46:19 -04:00
D1plo1d 8c67ac28a9 Fixing inspector js logging on load 2013-04-15 16:39:11 -04:00
D1plo1d ccdf1b01b7 Removing legacy MDNS code that wasn't needed for the current MDNS setup. 2013-04-15 16:37:34 -04:00
D1plo1d 86ba7b9ed2 Throttling the DOM writes of pronserve inspector and stopping dom writes entirely when the window looses focus. 2013-04-12 10:53:33 -04:00
D1plo1d ad4c7153c0 Adding a link to inspector on the index 2013-04-11 00:07:47 -04:00
D1plo1d aeffb1c6c4 Adding temperature graphing to the pronsole inspector 2013-04-11 00:04:07 -04:00
D1plo1d a5c1ae9d1b Changing pronserve inspector to display a more reasonable persision 2013-04-10 23:07:39 -04:00
D1plo1d 7264c5e1c6 Adding a sleep to the pronserve startup. Seems to be fixing an intermittent bug where the printer wouldn't respond to temperature requests 2013-04-10 23:04:52 -04:00
D1plo1d b9a358a6a6 Fixing pronserve ououtputs: sensor values should be floats 2013-04-10 23:00:43 -04:00
D1plo1d 1a9b1502bd Cleaning up the pronserve code 2013-04-10 22:54:17 -04:00
D1plo1d 5f1955901c Adding "Pronserver" - a network discoverable 3d printer service. 2013-04-10 22:49:35 -04:00
D1plo1d 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 2013-04-10 09:05:08 -04:00
D1plo1d e1660bd7f0 Removing the web interface bindings from pronsole and pronterface 2013-04-09 15:46:40 -04:00
D1plo1d 47f75d10e5 Removing the web interface from the docs 2013-04-09 15:43:13 -04:00
D1plo1d c8d309f717 Removing the web interface 2013-04-08 21:04:39 -04:00
kliment b4f620a0b8 Merge pull request #352 from fsantini/experimental
Recovery after pause
2013-04-08 13:40:15 -07:00
fsantini 025a5a7bd6 Fix exception with join thread in print 2013-04-08 19:13:30 +02:00
fsantini 9500528676 Merge branch 'experimental' of https://github.com/kliment/Printrun into experimental 2013-04-08 19:03:34 +02:00
fsantini 896804056e Merge branch 'core_mods' into experimental - implementation of pause 2013-04-08 19:01:24 +02:00
fsantini a6abdbb74f Host commands start with ;@ 2013-04-08 18:49:33 +02:00
Francesco Santini 5a059961fa Indentation fixes, limit calculations 2013-04-08 13:06:31 +02:00
fsantini 360b4f60e4 Pause code working;
implemented the @pause gcode host command (and a small framework for host commands)
2013-04-07 19:45:45 +02:00
fsantini 00f1306f08 Bugfixes in the analyzer
Pause code (Ported from RepetierHost, untested)
2013-04-06 18:22:56 +02:00
kliment 630d11783d Merge pull request #350 from kenaaker/experimental
Fix crash on SUSE when setting temperature due to setting temp field background color to "".
2013-03-29 08:23:13 -07:00
Ken Aaker 3826dd1732 Merge branch 'experimental' of git://github.com/kenaaker/Printrun into experimental 2013-03-28 11:43:50 -05:00
Ken Aaker 2aac06f9da Fix abort in wxColour_helper on OpenSUSE
This replaces "" strings that cause aborts in python-wxWidgets wxColour_helper with
Python None objects. This corrects an abort where the helper tries to fetch the
first byte of the colour string even when it's 0 length.
2013-03-27 19:45:30 -05:00
kliment 7363497cdf Merge pull request #347 from OliverEngineer/experimental
Update webinterface.py
2013-03-27 09:47:43 -07:00
N Oliver 06280e2ba8 Update webinterface.py
oops! :'( web/css/style.css
2013-03-25 16:38:13 -07:00
kliment 5979f27f5c Merge pull request #346 from OliverEngineer/experimental
attempting fix for issue 305
2013-03-24 00:30:10 -07:00
OliverEngineer 3cfe86f96e Adding AJAX to the web interface
need to explore CherryPy & websockets, but this quick'n'dirty is a big
speed increase
2013-03-23 18:02:18 -07:00
N Oliver c298228ce9 attempting fix for issue 305
Encountered https://github.com/kliment/Printrun/issues/305#issuecomment-12306186
This edit removed the error, but I don't know what the original output was so I'm not sure if this really _fixes_ it, or is just a band-aid.
2013-03-23 14:36:15 -07:00
fsantini 6cf08006c2 Indentation fixes, start pronterface modification 2013-03-14 07:35:17 +01:00
fsantini b335a4cf77 G-codes and relevant M-codes implemented (check for tabs/spaces) 2013-03-12 20:58:00 +01:00
Francesco Santini 60158d5e39 More implementation (still unusable) 2013-03-12 18:04:28 +01:00
fsantini 9ee7602ace Creation of GCodeAnalyzer.py
Imported and translated from RepetierHost

First commit unfinished implementation
2013-03-11 22:10:22 +01:00
kliment c5d812a0fd Merge pull request #342 from Metamaquina/experimental
experimental branch: fixing broken pyreadline download url
2013-03-05 14:35:34 -08:00
kliment 2090124e16 Merge pull request #341 from Metamaquina/master
fixing broken pyreadline download url
2013-03-05 14:34:48 -08:00
Felipe Corrêa da Silva Sanches bc478d1d42 updating download url for windows version of pyreadline 2013-03-05 14:56:50 -03:00
Felipe Corrêa da Silva Sanches bc741d67f4 updating download url for windows version of pyreadline 2013-03-05 14:53:35 -03:00
kliment a0f75e858e Merge pull request #337 from KazW/experimental
[printcore] Have print_thread rejoin execution thread.
2013-02-17 21:31:46 -08:00
Kaz Walker c3f7e4c1ac [printcore] Have pirnt_thread rejoin execution thread once print completes. 2013-02-17 18:45:56 -07:00
kliment 80d465c285 Merge pull request #336 from KazW/experimental
[printcore] Switched to use Python if syntax and not Ruby's.
2013-02-17 13:27:36 -08:00
Kaz Walker 0f8d170f53 Switched to using "not" instead of ! modifier. 2013-02-17 14:24:25 -07:00
Kaz Walker db88c702ff [printcore] Switched to use Python if syntax and not Ruby's. 2013-02-17 14:20:20 -07:00
kliment 07fae14c47 Merge pull request #335 from KazW/experimental
Add checking to pause/resume functions in printcore.py
2013-02-17 13:16:18 -08:00
Kaz Walker 8fb6c98d05 [printcore] fixed typo. 2013-02-17 14:14:02 -07:00