- 24 May, 2016 2 commits
-
-
Franco (nextime) Lanza authored
-
Franco (nextime) Lanza authored
-
- 23 May, 2016 2 commits
-
-
Franco (nextime) Lanza authored
-
Franco (nextime) Lanza authored
-
- 20 May, 2016 4 commits
- 19 May, 2016 1 commit
-
-
nextime authored
-
- 17 May, 2016 6 commits
- 27 Oct, 2015 1 commit
-
-
Turnkey authored
Fix error where layer power is ignored after first layer.
-
- 26 Oct, 2015 1 commit
-
-
Anton Todorov authored
-
- 25 Oct, 2015 1 commit
-
-
Turnkey authored
home only X and Y axes instead of all
-
- 05 Aug, 2015 1 commit
-
-
quillford authored
-
- 25 May, 2015 4 commits
-
-
leonmuller authored
-
leonmuller authored
-
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
-
Leon authored
-
- 09 May, 2015 1 commit
-
-
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.
-
- 21 Apr, 2015 8 commits
-
-
leonmuller authored
-
leonmuller authored
-
leonmuller authored
-
leonmuller authored
-
leonmuller authored
-
leonmuller authored
-
leonmuller authored
-
leonmuller authored
-
- 20 Apr, 2015 1 commit
-
-
leonmuller authored
-
- 11 Apr, 2015 4 commits
-
-
leonmuller authored
-
leonmuller authored
-
leonmuller authored
-
leonmuller authored
Disabled raster optimisation as it has an alignment bug. Fixed a bug with exporting paths when the origin is the top left
-
- 09 Apr, 2015 2 commits
-
-
leonmuller authored
-
leonmuller authored
-
- 02 Apr, 2015 1 commit
-
-
leonmuller authored
Updated method to determine XY positions of nodes, so query doesnt have to be run for each individual node.
-