1. 18 May, 2013 3 commits
  2. 17 May, 2013 7 commits
  3. 16 May, 2013 27 commits
  4. 15 May, 2013 3 commits
    • Guillaume Seguin's avatar
      Use GCoder parsed gcode in gviz · a46f7359
      Guillaume Seguin authored
      a46f7359
    • Guillaume Seguin's avatar
      Cleanup duration estimation · ea604380
      Guillaume Seguin authored
      Estimation duration now uses the already parsed GCode instead of reparsing it.
      It also computes a per layer duration estimation which can probably be used to
      produce better ETAs.
      
      The only difference is that it does not compute duration for Z layers changes,                                                                                                                        but it was probably super wrong already given how it is done (it only changes
      the estimation by than 2s over 2 hours of print and 54 layers, and the feedrate
      stuff mixes all the axes together).
      
      I also detected a few potential issues in the code, which are marked by FIXMEs.
      ea604380
    • Guillaume Seguin's avatar
      Cleanup some code in pronterface · 9816ea7c
      Guillaume Seguin authored
      9816ea7c