1. 08 Apr, 2013 3 commits
  2. 07 Apr, 2013 1 commit
    • fsantini's avatar
      Pause code working; · 360b4f60
      fsantini authored
      implemented the @pause gcode host command (and a small framework for host commands)
      360b4f60
  3. 06 Apr, 2013 1 commit
  4. 14 Mar, 2013 1 commit
  5. 12 Mar, 2013 2 commits
  6. 11 Mar, 2013 1 commit
  7. 05 Mar, 2013 4 commits
  8. 18 Feb, 2013 2 commits
  9. 17 Feb, 2013 7 commits
  10. 13 Feb, 2013 1 commit
  11. 07 Feb, 2013 1 commit
  12. 08 Feb, 2013 1 commit
  13. 03 Feb, 2013 1 commit
  14. 02 Feb, 2013 2 commits
  15. 24 Jan, 2013 2 commits
  16. 23 Jan, 2013 4 commits
  17. 19 Jan, 2013 3 commits
  18. 20 Jan, 2013 1 commit
    • Christopher Olah's avatar
      Clean up the monitor command. · 3fb7a3e7
      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.
      3fb7a3e7
  19. 19 Jan, 2013 1 commit
  20. 20 Jan, 2013 1 commit
    • Christopher Olah's avatar
      Fancy configurable prompts! · 29c97003
      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.
      29c97003