- 08 Apr, 2013 3 commits
-
-
fsantini authored
-
fsantini authored
-
Francesco Santini authored
-
- 07 Apr, 2013 1 commit
-
-
fsantini authored
implemented the @pause gcode host command (and a small framework for host commands)
-
- 06 Apr, 2013 1 commit
-
-
fsantini authored
Pause code (Ported from RepetierHost, untested)
-
- 14 Mar, 2013 1 commit
-
-
fsantini authored
-
- 12 Mar, 2013 2 commits
-
-
fsantini authored
-
Francesco Santini authored
-
- 11 Mar, 2013 1 commit
-
-
fsantini authored
Imported and translated from RepetierHost First commit unfinished implementation
-
- 05 Mar, 2013 4 commits
-
-
kliment authored
experimental branch: fixing broken pyreadline download url
-
kliment authored
fixing broken pyreadline download url
-
Felipe Corrêa da Silva Sanches authored
-
Felipe Corrêa da Silva Sanches authored
-
- 18 Feb, 2013 2 commits
-
-
kliment authored
[printcore] Have print_thread rejoin execution thread.
-
Kaz Walker authored
-
- 17 Feb, 2013 7 commits
-
-
kliment authored
[printcore] Switched to use Python if syntax and not Ruby's.
-
Kaz Walker authored
-
Kaz Walker authored
-
kliment authored
Add checking to pause/resume functions in printcore.py
-
Kaz Walker authored
-
Kaz Walker authored
-
Kaz Walker authored
-
- 13 Feb, 2013 1 commit
-
-
kliment authored
Confirmation on exit
-
- 07 Feb, 2013 1 commit
-
-
kliment authored
Make sure to set target temps to 0 before exiting.
-
- 08 Feb, 2013 1 commit
-
-
Christopher Olah authored
To ensure safety, we make sure we set target temps to 0 before we exit pronsole.
-
- 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 2 commits
-
-
Christopher Olah authored
Protect the user from typos in setting the extruder temp by confirming them with the user if they exceed 250.
-
Kliment Yanev authored
Conflicts: gcoder.py
-
- 24 Jan, 2013 2 commits
- 23 Jan, 2013 4 commits
-
-
kliment authored
Show connection error to the user
-
Miro Hrončok authored
-
Miro Hrončok authored
-
Miro Hrončok authored
-
- 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.
-