Skip to content

1907931256/cppcam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository holds a port of pycam to C++/Qt. The project was then renamed to cppcam, and the git repository was lost and recreated.


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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published