Commit Graph

117 Commits (936a2685be5e2acecfd498251d56226a0a4bb4d9)

Author SHA1 Message Date
Keegi 936a2685be making macros work on pronterface (it was missing pronsole.__init__ call)
refactored reading pronsolerc as separate function, call that from pronterface
2011-06-20 23:41:31 +03:00
kliment 75a07e98fc Merge pull request #19 from LawrenceLeung/master
Added a short note in the README about another way to put python in 32bit mode for mac
2011-06-19 15:33:47 -07:00
Lawrence 6fd2e8fae4 Merge branch 'master' of github.com:kliment/Printrun 2011-06-19 15:26:50 -07:00
Lawrence 53887565d1 add note about alternative way to run 32bit python 2011-06-19 15:25:52 -07:00
kliment 07e088877e Merge pull request #18 from k-eex/master
Auto-select text after executing command (so when typing next command it gets overwritten)
2011-06-19 10:49:13 -07:00
Keegi 71762e17bf Auto-select all text in command box after executing the line 2011-06-18 13:01:31 +03:00
kliment 20d5ffad83 Switch to sizers 2011-06-16 06:28:46 +02:00
kliment 3e40f57309 More lenient online-ness detection made to work with FiveD 2011-06-14 16:04:46 +02:00
kliment 2313474421 Fix M109/M190 handling to not overflow the serial buffer. 2011-06-14 09:23:03 +02:00
kliment 4b87be7b29 Add installation instructions.
Add skeinforge settings option to pronterface menu.
Fix mini window size on a mac.
Make retract option more robust.
2011-06-13 09:09:29 +02:00
kliment 60fba0d810 Merge branch 'master' of github.com:kliment/Printrun 2011-06-12 00:26:49 +02:00
kliment 347124df57 Safer string handling. 2011-06-11 23:03:01 +02:00
kliment f73561ba3c Merge pull request #15 from ahmetcemturan/patch-4
Fix direction when reversing the extruder.
2011-06-11 11:13:08 -07:00
kliment 756fa55fd2 Zero extruder after homing 2011-06-11 19:32:11 +02:00
Ahmet Cem TURAN acf6986705 Reversing the extruder did not work. Corrected 2011-06-11 09:13:13 -07:00
kliment 40ba0e592d Restart functionality 2011-06-10 20:34:04 +02:00
kliment cac4a96f17 Do not change directory on load 2011-06-10 14:47:49 +02:00
kliment 49febd9631 Merge pull request #12 from k-eex/master
trim extraneous newlines from "loud" output
2011-06-10 03:57:43 -07:00
Keegi 6fe022c280 remove redundant line endings from 'loud' output in printcore 2011-06-10 13:10:06 +03:00
kliment c495dcdad4 Show filename in status string 2011-06-10 10:55:12 +02:00
kliment 95f6d22189 Fix z homing 2011-06-10 10:46:09 +02:00
kliment 0a79e1543e More precise homing 2011-06-10 10:24:16 +02:00
kliment 0d5809eada Slow approach on homing. Loaded filename in monitor output 2011-06-10 10:12:12 +02:00
kliment 48f156954a Highlight home buttons 2011-06-09 21:43:42 +02:00
kliment a0e6c61cd8 Fix window size on Windows 2011-06-09 19:26:07 +02:00
kliment 220ce936c8 Fix ALL dropdowns on Windows 2011-06-09 19:21:13 +02:00
kliment c5e6fe2283 Fix dropdowns on Windows 2011-06-09 19:20:13 +02:00
kliment 80b222902b Remove dependency on "with" - works with python 2.5 2011-06-09 19:03:57 +02:00
kliment cee3698530 Controllable feedrates 2011-06-09 18:44:57 +02:00
kliment 34141b5136 Remove weaver.py 2011-06-09 16:45:52 +02:00
kliment 7a8819e448 Pronterface: remember dir across opened files 2011-06-09 16:43:03 +02:00
kliment b513383d04 Accept alternative resend format 2011-06-09 16:23:05 +02:00
kliment 124aef586f Support rs N0 - style resends 2011-06-09 16:22:04 +02:00
kliment b3053854ca Allow copy from pronterface window. rstrip incoming lines. 2011-06-09 16:13:17 +02:00
kliment 5fc2fe09f8 Pronsole: Print all unknown responses
Updated readme
2011-06-09 16:01:23 +02:00
kliment 961ad6b8b2 Pronterface: Full printer control, mini-mode. 2011-06-09 15:19:03 +02:00
kliment f13110a68b Temperature setting 2011-06-09 12:54:03 +02:00
kliment 3984c41d03 Fix homing commands 2011-06-09 08:48:50 +02:00
kliment 9afec75375 Merge branch 'master' of github.com:kliment/Printrun 2011-06-09 08:21:56 +02:00
kliment dfebc573a2 Change alias to macro 2011-06-09 08:21:22 +02:00
kliment 9735d4e179 Merge pull request #11 from k-eex/macros
Fixed macro arguments expansion
2011-06-08 23:19:19 -07:00
kliment 95ce7969c6 Preliminary control panel, pronsole integration 2011-06-09 08:18:13 +02:00
Keegi cba3ebbecd Fixed macro arguments expansion 2011-06-09 09:02:12 +03:00
kliment 571e4402b8 Make pronsole importable. Add homing command 2011-06-09 08:01:09 +02:00
kliment 85ec523a99 Merge branch 'master' of github.com:kliment/Printrun 2011-06-09 00:02:28 +02:00
kliment b3da9b1204 SD Upload works. 2011-06-09 00:02:00 +02:00
kliment da8f6d1de3 Merge pull request #10 from k-eex/macros
bugfix for reading multi-line macros from .pronsolerc
2011-06-08 13:41:19 -07:00
Keegi 9307b60bca bugfix reading multi-line macros from .pronsolerc 2011-06-08 22:12:45 +03:00
kliment d2319d8fdf Merge branch 'master' of github.com:kliment/Printrun 2011-06-08 17:25:38 +02:00
kliment 4ed07aef0c Add log window and fix print from SD command 2011-06-08 17:25:01 +02:00