| File | Date | Author | Commit |
|---|---|---|---|
| config | 2014-03-05 |
|
[d80e1b] initial checkin |
| data | 2014-03-05 |
|
[d80e1b] initial checkin |
| debian | 2014-03-05 |
|
[d80e1b] initial checkin |
| doc | 2014-03-05 |
|
[d80e1b] initial checkin |
| src | 2014-03-05 |
|
[d80e1b] initial checkin |
| .gitignore | 2014-03-05 |
|
[d80e1b] initial checkin |
| Makefile | 2014-03-05 |
|
[d80e1b] initial checkin |
| README.txt | 2014-03-05 |
|
[d80e1b] initial checkin |
This repository holds a port of pycam to C++/Qt. Currently, the following has been ported from python to C++: Geometry: Point, Edge/Line, Triangle/Plane, Model intersection Cutter: BaseCutter, SphericalCutter, CylindricalCutter Importers: STLImporter Exporters: STLExporter The following has been rewritten: PathProcessor: StraightSegmentDetector, StepUpDetector, StepDownDetector PathGenerator: SimpleCutter: parallellized Exporters: GCodeExporter: basic functionality, configurable output GUI: The gui is very rudimentary, back like it was in pycam-0.1.x, just for testing the algorithms