- 03 Feb, 2013 1 commit
-
-
Christopher Olah authored
Presently, one might accidentally terminate a print with a CTR-D while printing. Now we ask the user to confirm exiting if there is a print going when they try to exit.
-
- 02 Feb, 2013 1 commit
-
-
Christopher Olah authored
Protect the user from typos in setting the extruder temp by confirming them with the user if they exceed 250.
-
- 24 Jan, 2013 2 commits
- 19 Jan, 2013 3 commits
-
-
kliment authored
Clean up echoed firmware lines, connect info.
-
Christopher Olah authored
Presently, when you connect to a printer using pronsole, one sees something like: uninitialized>start uninitialized>Printer is now online uninitialized>echo: External Reset printer>Marlin 1.0.0 RC2 ... With a few carriage returns and some string hackery, we clean up the output so that one sees: No port specified - connecting to /dev/ttyACM0 at 115200bps start Printer is now online External Reset Marlin 1.0.0 RC2 Much cleaner!
-
kliment authored
Clean up the monitor command.
-
- 20 Jan, 2013 1 commit
-
-
Christopher Olah authored
The monitor command now: * Has more pythonic code * Limits precision of progress elements (12.3% instead of 12.347812...%) * Uses a carriage return to have print progress replace the previous progress line. For example: Monitoring printer, use ^C to interrupt. Updating values every 5.000000 seconds. Print progress: 0.3% Previously, the line "Print progress: 0.3%" was "Print progress: 0.2%", etc.
-
- 19 Jan, 2013 1 commit
-
-
kliment authored
Fancy configurable prompts!
-
- 20 Jan, 2013 1 commit
-
-
Christopher Olah authored
* Prompts are now generated based off of string templates, for example: "%(bold)sT:%(extruder_temp_fancy)s %(progress_fancy)s >%(normal)s " * We have a dictionary of prompt string templates for different situations. * We have bold support for the prompt. * We have extruder temperature support for the prompt. * We have progress support for the prompt.
-
- 13 Jan, 2013 2 commits
-
-
kliment authored
gcoder updated
-
Mikko Sivulainen authored
-
- 12 Jan, 2013 5 commits
-
-
kliment authored
Fix Ctr-C and Ctr-D behavior.
-
kliment authored
Temp prompt
-
Chris Olah authored
-
Christopher Olah authored
We replace the cmdloop function with a slightly modified version to achieve standard unix shell behavior on keyboard interupts and EOF.
-
Christopher Olah authored
In order to do this, we consolidate handeling of printer status with a Status class. The status class is updated by recvcb. This has the side effect of simplifying the implementation of gettemp. We also detect whether there is a heated build platform or not, and don't display info about it if there isn't.
-
- 09 Jan, 2013 1 commit
-
-
Chris Olah authored
Prompt is now generated by a promptf() call for every cmdloop iteration.
-
- 13 Nov, 2012 1 commit
-
-
Kliment Yanev authored
-
- 09 Nov, 2012 1 commit
-
-
kliment authored
updated gcoder
-
- 08 Nov, 2012 1 commit
-
-
Mikko Sivulainen authored
-
- 03 Nov, 2012 1 commit
-
-
Kliment Yanev authored
Conflicts: pronterface.py
-
- 17 Oct, 2012 3 commits
-
-
kliment authored
added gcoder from another project. using gcoder to calculate dimensions and used filament
-
Mikko Sivulainen authored
-
Mikko Sivulainen authored
-
- 09 Oct, 2012 2 commits
-
-
kliment authored
fixed measurement calculation for X and Y axis
-
Mikko Sivulainen authored
Conflicts: pronsole.py
-
- 24 Sep, 2012 1 commit
-
-
iXce authored
Add the GNU GPL text as the licese itselfs demands
-
- 23 Sep, 2012 1 commit
-
-
Miro Hrončok authored
-
- 10 Sep, 2012 1 commit
-
-
kliment authored
GUI creation split
-
- 06 Sep, 2012 6 commits
-
-
Guillaume Seguin authored
-
-
Guillaume Seguin authored
-
Guillaume Seguin authored
-
Kliment Yanev authored
-
Kliment Yanev authored
-
- 05 Sep, 2012 4 commits
-
-
Guillaume Seguin authored
-
Guillaume Seguin authored
-
Guillaume Seguin authored
-
Guillaume Seguin authored
-