Commit graph

892 commits

Author SHA1 Message Date
Guillaume Seguin
df7622cf68 Rework listen loop 2012-08-04 10:57:44 +02:00
Guillaume Seguin
4838371128 Cleanup 2012-08-04 10:49:31 +02:00
Guillaume Seguin
dafc89e81a Cleanup 2012-08-04 10:48:36 +02:00
Guillaume Seguin
c164d0d144 Cleanup 2012-08-04 10:44:32 +02:00
Guillaume Seguin
24b7f97887 Correctly import printcore in pronsole and pronterface 2012-08-04 10:43:29 +02:00
Guillaume Seguin
f008ba2316 Move printcore back to root folder and install it in setup.py 2012-08-04 10:42:42 +02:00
Guillaume Seguin
5778ff0020 Cleanup printcore's main 2012-08-04 10:40:44 +02:00
Guillaume Seguin
f8151b5292 Fix typo 2012-08-04 10:35:56 +02:00
Guillaume Seguin
e4282270ee Migrate dialogs and widgets to printrun/pronterface_widgets.py 2012-08-04 10:35:33 +02:00
Guillaume Seguin
a052f0fb33 Coding style cleanup, pronterface.py, first 25% 2012-08-04 10:30:58 +02:00
Guillaume Seguin
97e2b704dd Typo in French translation 2012-08-04 10:19:05 +02:00
Guillaume Seguin
e5fb12b5bd Doc cleanup 2012-08-04 10:15:54 +02:00
Guillaume Seguin
f367f0e5cf Cleanup 2012-08-04 00:02:16 +02:00
Guillaume Seguin
5a8e347440 Cleanup 2012-08-03 23:59:19 +02:00
Guillaume Seguin
5f298c45e1 Sleep during reset to let the board see the DTR line change 2012-08-03 23:56:52 +02:00
Guillaume Seguin
a6df0acfa1 Cleanup and refactor a little 2012-08-03 23:54:35 +02:00
Guillaume Seguin
ee5e41bcd1 More cleanup 2012-08-03 23:51:41 +02:00
Guillaume Seguin
a21ff31cd0 Cleanup 2012-08-03 23:47:58 +02:00
Guillaume Seguin
6a006d785f Cleanup 2012-08-03 23:47:03 +02:00
Guillaume Seguin
898a43e5e5 Rework pause/resume 2012-08-03 23:43:11 +02:00
Guillaume Seguin
eaab285912 Cleanup in pronterface.py 2012-08-03 23:35:06 +02:00
Guillaume Seguin
a63c310ec8 More cleanup 2012-08-03 23:26:47 +02:00
Guillaume Seguin
f1070225da Code cleanup 2012-08-03 23:25:51 +02:00
Guillaume Seguin
b67990f9f2 Disable hup on serial port 2012-08-03 23:20:41 +02:00
Guillaume Seguin
99ec219ef8 Improvements to connect and disconnect 2012-08-02 23:48:40 +02:00
Guillaume Seguin
b4cc74f877 Minor serial connection improvement 2012-08-02 23:32:28 +02:00
Guillaume Seguin
ffd655d85f Fix typos 2012-08-02 18:26:56 +02:00
Guillaume Seguin
9eb3fc68ee Fix probable typo and minor cleanup 2012-08-02 09:28:39 +02:00
Guillaume Seguin
72173c6023 Add CLI parameters for web config files location (if not in ~/.printrun or cwd)
Also remove the chdir() to pronterface.py directory
2012-07-31 22:37:00 +02:00
Guillaume Seguin
cc60367a83 New commandline paramters : -w/--web to request web interface
Also install webinterface deps and fix bug in configfile()
2012-07-31 12:00:05 +02:00
Guillaume Seguin
64fca26032 Add copyright header to setup.py 2012-07-31 11:05:27 +02:00
Guillaume Seguin
fc2d009c3c Install svg module as printrun.svg 2012-07-31 11:04:13 +02:00
Guillaume Seguin
1d79b1231a Look for configuration files in ~/.printrun/ before looking in pwd 2012-07-31 11:02:06 +02:00
Guillaume Seguin
888143be42 Initial work towards a setup.py build system 2012-07-31 10:51:17 +02:00
Guillaume Seguin
f63752d7fa Remove misleading gcode file 2012-07-31 09:02:48 +02:00
Guillaume Seguin
7c48b6c446 Cleanup temp report parsing
Factorize into a single function and support Marlin-style reports
2012-07-31 09:00:28 +02:00
Guillaume Seguin
57c71300e2 Whitespace cleanups 2012-07-31 08:45:15 +02:00
Keegi
8b83ba62b6 fix custom button drag and drop being broken, with different strategy (1px size) to hide the drag-drop targets when not in use 2012-07-23 16:08:41 +03:00
Keegi
89364d6f84 tweak temperature gauge layout a little 2012-07-23 16:01:47 +03:00
Keegi
2cfca605c2 fail more cleanly on non-ascii macro name 2012-07-23 15:48:18 +03:00
Kliment Yanev
e73e11d554 Allow unicode characters in custom button command names 2012-07-15 14:55:11 +02:00
Kliment Yanev
da2a02693d Save command currently being typed so pressing up does not accidentally delete it. 2012-07-15 14:27:22 +02:00
Kliment Yanev
c1a9f8d6b6 Save commands entered into command box and retrieve them when up/down key is pressed. 2012-07-15 14:22:57 +02:00
Kliment Yanev
193347b63d Set target temps to zero on reset. 2012-07-15 13:43:34 +02:00
Kliment Yanev
73055e59a8 Fix math domain error in estimation code.
Make crash in estimation code not block file load.
Diable web interface by default.
2012-07-15 13:07:16 +02:00
Kliment Yanev
a20c1fe4c0 POtential fix for wx unicode decode errors 2012-07-11 20:56:15 +02:00
kliment
d73709ff63 Merge pull request #252 from ajd4096/experimental
printcore - send the initial M105 using _send instead of send_now
2012-06-28 21:10:20 -07:00
Andrew Dalgleish
1a6700296a printcore - send the initial M105 using _send instead of send_now
send_now can't be used until the printer is online.
2012-06-29 13:44:20 +10:00
kliment
0ae7e1fee4 Merge pull request #251 from cakeller98/exerimental
Exerimental: missing colons on if statements
2012-06-28 13:15:43 -07:00
Christopher Keller
8143ee559c Fixed missing colon in printcore on lines 209 and 231 2012-06-28 13:05:56 -07:00