1. 25 May, 2015 2 commits
    • leonmuller's avatar
      Changelog 2015-05-255 · 3b8ca190
      leonmuller authored
      Updated GCodes to optimise when it sends PPM and laser power info.
      Added a Pronterface option which is enabled by default to allow rasters to be printed with pronterface.
      Added M80 command for Tim from LMN
      3b8ca190
    • Leon's avatar
      Updated the readme - woof! · 5e83dba3
      Leon authored
      5e83dba3
  2. 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
  3. 21 Apr, 2015 8 commits
  4. 20 Apr, 2015 1 commit
  5. 11 Apr, 2015 4 commits
  6. 09 Apr, 2015 2 commits
  7. 02 Apr, 2015 2 commits
  8. 31 Mar, 2015 4 commits
  9. 30 Mar, 2015 5 commits
  10. 29 Mar, 2015 3 commits
  11. 28 Mar, 2015 7 commits
  12. 27 Mar, 2015 1 commit