| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Allow setup.py to ignore OpenCV dependency.HEADmaster | Franklin Wei | 2023-10-16 |
| | | | | | | | | Long story, but setuptools has a hard time recognizing system-managed OpenCV, and tries to install it anywway when building RasterCarve Live. Allow suppressing that installation by setting the environment variable SETUP_IGNORE_OPENCV=1. | ||
| * | Update README to document simplified G-code preamble and epilogue. | Franklin Wei | 2020-07-22 |
| | | |||
| * | Merge tag 'v1.0.8' | Franklin Wei | 2020-03-25 |
| |\ | |||
| | * | Bump to 1.0.8v1.0.8 | Franklin Wei | 2020-03-25 |
| | | | |||
| | * | Strip default preamble down to bare minimum. | Franklin Wei | 2020-03-25 |
| | | | | | | | | | This should maximize compatibility among machines. | ||
| * | | Update README.md | Franklin Wei | 2020-02-03 |
| | | | |||
| * | | Update README.md | Franklin Wei | 2020-02-03 |
| | | | |||
| * | | Update README | Franklin Wei | 2020-02-03 |
| | | | |||
| * | | Add pen plotter result | Franklin Wei | 2020-02-03 |
| |/ | |||
| * | Add --metric option to change default preamble to G21. | Franklin Wei | 2020-01-31 |
| | | | | | Doesn't do any other scaling. | ||
| * | Update READMEv1.0.7 | Franklin Wei | 2020-01-31 |
| | | |||
| * | Bump to 1.0.7 | Franklin Wei | 2020-01-31 |
| | | |||
| * | Reword dimension group help. | Franklin Wei | 2020-01-31 |
| | | |||
| * | Add custom preamble/epilogue support. | Franklin Wei | 2020-01-31 |
| | | | | | | Allows reading custom preamble and/or epilogue from file or command line. Opens the road for metric support. | ||
| * | Bump to 1.0.6v1.0.6 | Franklin Wei | 2020-01-12 |
| | | |||
| * | Add option to dump statistics to an external JSON file | Franklin Wei | 2020-01-12 |
| | | | | | Useful for rastercarve-live. | ||
| * | Bump version to 1.0.5v1.0.5 | Franklin Wei | 2020-01-01 |
| | | |||
| * | Fix regression with line angle of 0 degrees. | Franklin Wei | 2020-01-01 |
| | | | | | This was doing a divide-by-zero before. | ||
| * | Fix Markdown | Franklin Wei | 2019-12-31 |
| | | |||
| * | Add a bit about sister programs | Franklin Wei | 2019-12-31 |
| | | |||
| * | Bump version to 1.0.4v1.0.4 | Franklin Wei | 2019-12-30 |
| | | |||
| * | Fix "ragged edge" with low resolutions. | Franklin Wei | 2019-12-30 |
| | | | | | We now engrave right up to the edge on all 4 sides. | ||
| * | Move engraving depth to right section | Franklin Wei | 2019-12-29 |
| | | |||
| * | Expand README images to be full width | Franklin Wei | 2019-12-27 |
| | | |||
| * | Add option to engrave image with dots | Franklin Wei | 2019-12-27 |
| | | | | | Not tested, but might look nice (or terrible, who knows?). | ||
| * | frange: switch back to using yield instead of generating all at once | Franklin Wei | 2019-12-26 |
| | | | | | Should save a little memory for large images. | ||
| * | Add badges to README | Franklin Wei | 2019-12-26 |
| | | |||
| * | Bump versionv1.0.3 | Franklin Wei | 2019-12-26 |
| | | |||
| * | Update README | Franklin Wei | 2019-12-26 |
| | | |||
| * | More nitpicksv1.0.2 | Franklin Wei | 2019-12-25 |
| | | |||
| * | Add classifiers and clean up. | Franklin Wei | 2019-12-25 |
| | | |||
| * | Fix minor nitpick | Franklin Wei | 2019-12-25 |
| | | |||
| * | Bump version to 1.0.1v1.0.1 | Franklin Wei | 2019-12-25 |
| | | |||
| * | Fix dumb. | Franklin Wei | 2019-12-25 |
| | | |||
| * | Package for PyPI. | Franklin Wei | 2019-12-25 |
| | | |||
| * | Decrease README width | Franklin Wei | 2019-12-25 |
| | | |||
| * | Update README | Franklin Wei | 2019-12-25 |
| | | |||
| * | Overhaul CLI. Version 1.0! | Franklin Wei | 2019-12-25 |
| | | |||
| * | Fix toolpath length calculation. Enhance scaling logic. | Franklin Wei | 2019-12-04 |
| | | | | | We were calculating toolpath length wrong when doing slow moves. Fixed. | ||
| * | Fix a literal "corner case." Add spindle start/stop. | Franklin Wei | 2019-12-02 |
| | | |||
| * | Version 0.0 pizazz | Franklin Wei | 2019-11-29 |
| | | |||
| * | Add GPLv2+ license | Franklin Wei | 2019-11-29 |
| | | |||
| * | Docs | Franklin Wei | 2019-11-28 |
| | | |||
| * | Some more minor details | Franklin Wei | 2019-11-28 |
| | | |||
| * | Add more statistics and sanity checks. Also inverts Y axis. | Franklin Wei | 2019-11-28 |
| | | |||
| * | Add traverse back to start and flip Y direction. | Franklin Wei | 2019-11-28 |
| | | |||
| * | Import sources. | Franklin Wei | 2019-11-28 |