https://github.com/turboss/qlinesolver
Applies the line equation to gcode path and removes redundant points
https://github.com/turboss/qlinesolver
Last synced: about 1 year ago
JSON representation
Applies the line equation to gcode path and removes redundant points
- Host: GitHub
- URL: https://github.com/turboss/qlinesolver
- Owner: TurBoss
- Created: 2019-05-02T20:46:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-19T02:02:10.000Z (almost 7 years ago)
- Last Synced: 2025-02-17T02:33:05.134Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 26.6 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE/LICENSE.md
Awesome Lists containing this project
README
QLineSolver
doesn't work yet
Applies the line equation to gcode path and removes redundant points
licensed under GNU GPL v3
by: Metal & TurBoss
includes a copy of gpr:
https://github.com/dillonhuff/gpr
references:
https://brilliant.org/wiki/3d-coordinate-geometry-equation-of-a-line/