- Aug 01, 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
-
- Feb 29, 2016
-
-
Thomas Oster authored
Grbl-specific driver
-
Michael Adams authored
-
Thomas Oster authored
Pass correct type to laser property (fixes #45)
-
- Feb 28, 2016
-
-
Michael Adams authored
-
- Feb 24, 2016
-
-
Thomas Oster authored
Add configurable S parameter for 100% power.
-
Michael Adams authored
-
Michael Adams authored
Add a configurable spindle value to use for 100% power. Marlin uses 100, others use 1.0, stock Grbl use 1000, some use 255.
-
Thomas Oster authored
Simplify process of converting rasterized images into equivalent gcode
-
- Feb 23, 2016
-
-
Michael Adams authored
-
Michael Adams authored
-
Michael Adams authored
-
Michael Adams authored
-
- Feb 22, 2016
-
-
Thomas Oster authored
Implement file export as a gcode job upload method
-
James Churchill authored
Useful for saving to an usb-mounted smoothieboard or an sd card, instead of manually saving to a fixed path each time.
-
Thomas Oster authored
Better error handling during serial connection errors
-
Thomas Oster authored
Add configurable option to blank laser during G0 rapid moves.
-
- Feb 21, 2016
-
-
Michael Adams authored
-
Michael Adams authored
-
Michael Adams authored
Add configurable option to blank laser during G0 rapid moves. Fixes issues in PR #38 for Smoothie boards
-
- Feb 18, 2016
-
-
Thomas Oster authored
Turn laser off when doing G0 rapids
-