- Sep 03, 2017
-
-
Admittansen authored
-
- Feb 23, 2017
-
-
Thomas Oster authored
-
- Jan 24, 2017
-
-
Max Gaukler authored
-
- Jan 05, 2017
-
-
Thomas Oster authored
-
- Dec 07, 2016
-
-
volvonk authored
* Add property handler for full spec driver * added full spectrum driver * add full spectrum driver to supported list * fixed charset use * rename property class and removed leftovers * changed use of property to renamed class * renamed remaining instances
-
James Churchill authored
-
- Nov 22, 2016
-
-
Michael Adams authored
* Don't send feed rate as part of a G0 rapid for Grbl, and don't send spaces in transmitted gcode
-
- Nov 21, 2016
-
-
Thomas Oster authored
Fix double grbl identifier line
-
Michael Adams authored
Flush serial buffer after connecting and sending DTR, but before sending 0x18 reset. Fixes issue with double grbl identifier line.
-
- Sep 26, 2016
-
-
Thomas Oster authored
Fix focus field unit for gcode drivers.
-
Thomas Oster authored
Add license details, remove TSP Optimizer
-
- Sep 25, 2016
-
-
James Churchill authored
-
James Churchill authored
Unused, and introduced incompatibly licensed libraries.
-
- Sep 24, 2016
-
-
James Churchill authored
-
- Aug 04, 2016
-
-
Thomas Oster authored
New dithering algorithms: Halftone and Brightened Halftone
-
Max Gaukler authored
Really fixes #61
-
Max Gaukler authored
These dithering algorithms are more robust against inaccuracies caused by real-life machines and materials. - Halftone: a 8x8 ordered dithering with a dot-cluster pattern Because the pixels cluster together and form dots of varying size, it works better than other algorithms with finer pixel patterns. - Brightened halftone: Halftone with an applied brightness correction for engraving on Acrylic Similar to the "Brighten" dithering profile offered by Epilog
-
Max Gaukler authored
-
Max Gaukler authored
Really fixes #61
-
Thomas Oster authored
-
- Aug 02, 2016
-
-
Thomas Oster authored
-
- Jul 31, 2016
-
-
Thomas Oster authored
-
- Jul 24, 2016
-
-
Thomas Oster authored
-
- Apr 22, 2016
-
-
Thomas Oster authored
Fix broken Smoothieboard serial and IP upload methods.
-
James Churchill authored
-
- Apr 18, 2016
-
-
Thomas Oster authored
Implement clone method for LaosEngraveProperty
-
Thomas Oster authored
Fix silly bug in file export method validation
-
James Churchill authored
-
- Apr 17, 2016
-
-
James Churchill authored
-
- Mar 25, 2016
-
-
Thomas Oster authored
Remove trailing zeros from raster3d generation.
-
Thomas Oster authored
Add more to authors file from browsing git history
-
- Mar 24, 2016
-
-
Harlan Hile authored
-
Harlan Hile authored
This can result in less data to send to the cutter and faster engraving.
-
Thomas Oster authored
Replace use of LinkedList<Byte> with a wrapper around byte[]
-
Harlan Hile authored
This makes generating large raster3d jobs much faster, with less memory allocation and gc churn.
-
Thomas Oster authored
Add saveJob() implementations
-
- Mar 23, 2016
-
-
Harlan Hile authored
-
Harlan Hile authored
-
- Mar 17, 2016
-
-
Thomas Oster authored
Add explicit upload method selection to gcode driver
-
James Churchill authored
-