Commit Graph

72 Commits (64fd8aebd748865d9a581f38835f364912f024e7)

Author SHA1 Message Date
Keegi 0af5005052 Edit macros via menu access 2011-07-26 19:29:52 +03:00
kliment dffa62023c Use G28 for individual axis homing 2011-07-20 15:10:01 +02:00
Keegi 2dc8272345 fix for unitialized variable error when .pronsolerc does not exist 2011-07-18 18:25:15 +03:00
Keegi 1d5ce77a36 some fixes to macro editor routines 2011-07-15 11:12:21 +03:00
Keegi 2834e5631e Merge remote branch 'kliment/master' 2011-07-15 10:19:53 +03:00
kliment 655ab135e5 Fix permissions, allow commands when printer disconnected 2011-07-15 09:15:12 +02:00
Keegi 7e80870c52 Merge remote branch 'kliment/master' 2011-07-12 00:15:58 +03:00
kliment 76818fc072 Fix crash on new file load 2011-07-10 11:57:11 +02:00
Keegi d08bc641c0 simple small GUI editor for macros in pronterface 2011-07-07 00:19:45 +03:00
Keegi 8ca085a728 changed order of parsing startup config files and -e commands 2011-07-04 13:06:58 +03:00
Keegi 6f4ea3baf1 command line parsing, -c for overriding .pronsolerc filename/location, -e for commands from command line 2011-07-04 12:06:18 +03:00
Keegi 6ed74e6a63 Fixed missed change from self.feed{xyze} into self.settings.{xyze}_feedrate 2011-06-29 23:13:43 +03:00
Keegi afb7236d03 pronterface to take into account the defaults (port, baudrate, feedrates) 2011-06-29 22:27:00 +03:00
Keegi 3de92320f8 command "set" to store persistent variables for preferences 2011-06-29 21:51:24 +03:00
Keegi 5f16c89d10 Fixed typo 2011-06-27 00:37:55 +03:00
Keegi 0fee017277 macro persistence 2011-06-27 00:05:22 +03:00
Keegi 2810993f06 Read .pronsolerc from current directory if not found in home directory 2011-06-25 11:03:01 +03:00
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 347124df57 Safer string handling. 2011-06-11 23:03:01 +02:00
kliment 756fa55fd2 Zero extruder after homing 2011-06-11 19:32:11 +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 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 7a8819e448 Pronterface: remember dir across opened files 2011-06-09 16:43:03 +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 f13110a68b Temperature setting 2011-06-09 12:54:03 +02:00
kliment 3984c41d03 Fix homing commands 2011-06-09 08:48:50 +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
Keegi 9307b60bca bugfix reading multi-line macros from .pronsolerc 2011-06-08 22:12:45 +03:00
Keegi cf924f5068 removed debugging macro code output 2011-06-08 17:23:09 +03:00
Keegi 47298bba5e Remove alias command in favour of macro 2011-06-08 17:23:08 +03:00
Keegi 7db2f9b002 macro work (in progress) 2011-06-08 17:23:06 +03:00
Keegi b636b3165b Parametric multi-line macros... 2011-06-08 17:23:04 +03:00
kliment f10c2dce5c Merge branch 'master' of github.com:kliment/Printrun 2011-06-08 16:20:13 +02:00
kliment 275fcb2901 Added pronterface 2011-06-08 16:19:38 +02:00
kliment 6f7927d1c1 Merge pull request #7 from k-eex/master
make disconnect/reconnect default to port/speed last used
2011-06-07 21:25:45 -07:00
Keegi d39f34221d Don't auto-pick last used port when that port is not in detected ports list 2011-06-07 18:11:45 +03:00
kliment 31da9098a0 Fix pause command. Fix help for pause command. 2011-06-07 07:46:29 +02:00
Keegi 5ea057779b remember last connected port during session and reconnect to it when passed connect without args 2011-06-06 21:43:22 +03:00
kliment fd6eb8ac3a Add reset command. Make gettemp and monitor less misleading 2011-06-06 19:46:25 +02:00
kliment 69b0eed171 Merge branch 'master' of github.com:kliment/Printrun 2011-06-05 16:05:34 +02:00
kliment 2990304843 COnsistent temp handling for gettemp and monitor 2011-06-05 16:04:38 +02:00
Keegi 1a37c6ee92 Fix empty lines in .pronsolerc causing crash 2011-06-04 23:14:32 +03:00
kliment 718eaf5ca5 Fix speed reading in extrude command 2011-06-02 19:59:20 +02:00
kliment 4ab811754c Add skeinforge settings support. Make printing non-modal. Experimental pausing. 2011-06-02 18:47:45 +02:00
kliment 7fd5c664bc Fix connect command parsing 2011-06-01 23:42:27 +02:00