1. 19 Jan, 2013 1 commit
  2. 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
  3. 19 Jan, 2013 1 commit
  4. 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
  5. 13 Jan, 2013 2 commits
  6. 12 Jan, 2013 5 commits
  7. 09 Jan, 2013 1 commit
  8. 13 Nov, 2012 1 commit
  9. 09 Nov, 2012 1 commit
  10. 08 Nov, 2012 1 commit
  11. 03 Nov, 2012 1 commit
  12. 17 Oct, 2012 3 commits
  13. 09 Oct, 2012 2 commits
  14. 24 Sep, 2012 1 commit
  15. 23 Sep, 2012 1 commit
  16. 10 Sep, 2012 1 commit
  17. 06 Sep, 2012 6 commits
  18. 05 Sep, 2012 10 commits