Commit Graph

1079 Commits (master)

Author SHA1 Message Date
Markus Hitter 4d612f2120 pronterface.py: add a menu item for G-code debug capabilities.
Making these visible should help users to find out what's going
on on unexpected printer behaviour.
2012-08-13 16:18:18 +02:00
Markus Hitter de81fffcb9 pronterface.py: sort top row button creation code.
No new functionality.
2012-08-13 16:17:52 +02:00
Guillaume Seguin f5378eae95 Fix GL stlview after move of stlview.py to printrun module 2012-08-13 13:42:22 +02:00
Guillaume Seguin 7a422f1c62 New fix for the not-received-M105 issue 2012-08-11 09:33:40 +02:00
Guillaume Seguin 7d8c0bdcf7 Increase serial read timeout for initial connection loop 2012-08-11 09:16:43 +02:00
Guillaume Seguin c5475def96 Fix French translation typo 2012-08-11 08:51:55 +02:00
Guillaume Seguin 9452b572c8 Fix wrong automated change, update pot and French translation 2012-08-08 10:10:14 +02:00
Guillaume Seguin 6f446e3726 More automated cleanup 2012-08-08 09:58:09 +02:00
Guillaume Seguin 77eb2440e3 Semi-automated coding style cleanup 2012-08-08 09:38:48 +02:00
Guillaume Seguin cbd8cc0636 Update .gitignore 2012-08-08 08:42:09 +02:00
Guillaume Seguin e3b8fb491d Whitespaces 2012-08-08 08:41:31 +02:00
Guillaume Seguin 49f90395c9 Mark a "Connect" string as translatable to have it translated 2012-08-08 08:40:22 +02:00
Guillaume Seguin 8cc134955f Run reindent.py on the whole repository 2012-08-08 08:39:50 +02:00
Guillaume Seguin ec596c5ab6 Update French mo 2012-08-08 08:39:43 +02:00
Guillaume Seguin 08c42443f1 Improve (and fix) time displays 2012-08-07 13:54:07 +02:00
Guillaume Seguin aba8848647 Cleanup 2012-08-07 13:49:58 +02:00
Guillaume Seguin c7c52e1c1d Disable recover button when disconnecting 2012-08-07 13:49:11 +02:00
Guillaume Seguin e6448ade53 Fix time display 2012-08-07 10:58:42 +02:00
Guillaume Seguin 1581c12f8e Only run final command if one is set 2012-08-07 10:58:28 +02:00
Guillaume Seguin 17e8436436 Fix _listen_until_online to have the desired behavior
Before you sometimes had to connect twice to actually connect because the M105
was sent before the printer's Serial module actually became ready. Now when no
data is available to read on the Serial line a new M105 is sent until
connection is established.
2012-08-07 08:39:09 +02:00
Guillaume Seguin 6f7ecce7ff Improve responsivity by reducing sleep times 2012-08-06 23:25:37 +02:00
Guillaume Seguin 0406041689 Make finish feature actually work 2012-08-06 23:25:01 +02:00
Guillaume Seguin 7edb74b18d Remove try: except: pass around status check 2012-08-06 19:38:01 +02:00
Guillaume Seguin f68636bb3b Fix typo 2012-08-06 19:35:58 +02:00
Guillaume Seguin 0816e6cafe Fix bug 2012-08-06 19:19:07 +02:00
Guillaume Seguin c8b4626d33 Initial attempt for recover button enable/disable behavior 2012-08-06 19:18:45 +02:00
Guillaume Seguin 0e0a41bef7 Add recover button to pronterface 2012-08-04 23:38:22 +02:00
Guillaume Seguin f47e979f19 Check if status thread has been started before joining it 2012-08-04 23:18:17 +02:00
Guillaume Seguin cda29232e6 Attempt at adding a recover print function 2012-08-04 23:15:50 +02:00
Guillaume Seguin e046dc8016 Fix bug in loadfile() causing file not to be closed 2012-08-04 22:54:12 +02:00
Guillaume Seguin 3ba713e5d0 Cleanup status check in pronterface 2012-08-04 22:24:45 +02:00
Guillaume Seguin 75fc0140ae Update README.i18n 2012-08-04 22:17:06 +02:00
Guillaume Seguin 9072db0ae3 Update french translation, pronterface.pot and minor string change 2012-08-04 22:00:53 +02:00
Guillaume Seguin 9bc9eec92c Regen POT files 2012-08-04 21:53:44 +02:00
Guillaume Seguin 8e9a09a70d i18n fix to pronterface.py 2012-08-04 21:51:07 +02:00
Guillaume Seguin ea3ea4e975 Fix scoping error in webinterface start in pronterface.py 2012-08-04 11:05:55 +02:00
Guillaume Seguin a2e50a09b7 Time display cleanup in pronterface.py 2012-08-04 11:02:17 +02:00
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