1. 23 May, 2016 2 commits
  2. 20 May, 2016 4 commits
  3. 19 May, 2016 1 commit
  4. 17 May, 2016 6 commits
  5. 27 Oct, 2015 1 commit
  6. 26 Oct, 2015 1 commit
  7. 25 Oct, 2015 1 commit
  8. 05 Aug, 2015 1 commit
  9. 25 May, 2015 4 commits
  10. 09 May, 2015 1 commit
    • leonmuller's avatar
      Spent a day stuffing around with the exporter and marlin firmware to figure... · 19c67c85
      leonmuller authored
      Spent a day stuffing around with the exporter and marlin firmware to figure out why pronterface was throwing checksum errors when
      sending lots of G02 and G03 arc vector cuts. It turns out that with too much precision in the cuts marlin's buffer fills up and it's
      unable to receive any more serial data. I resolved this by reducing the float point precision down to 3 decimal places and shifting
      power and pulse settings to the G00 move command that comes before a set of G01, G02 and G03 commands to limit data that's needed to
      be sent over the wire.
      
      I also fixed up the part of the exporter to allow the offset and scaling functions to work. Though I found that looking at the scaling
      code it will only scale from the original 0,0 coordinate, it doesn't scale based on a centre point.
      
      I was able to burn vector gcode files with 10000 lines without issue, 30 minute burns with no checksum errors reported by Marlin.
      19c67c85
  11. 21 Apr, 2015 8 commits
  12. 20 Apr, 2015 1 commit
  13. 11 Apr, 2015 4 commits
  14. 09 Apr, 2015 2 commits
  15. 02 Apr, 2015 2 commits
  16. 31 Mar, 2015 1 commit