広告
cam.py - - 様々なCADデータからNC用データに変換
説明
SVGやDXF、Gerberといった様々なCADデータからG-codeなどのNC(CNC)用データに変換。
Pythonで書かれている
入力ファイル
- *.svg: SVG (polylines and paths)
- *.dxf: DXF (2D polylines, 3D polymeshes)
- *.stl: STL (binary and ASCII)
- *.cmp,*.sol,*.via,*.mill: Gerber、RS-274X format, with 0-width trace defining board boundary
- *.drl, *.drd: Excellon (with embedded drill defitions)
- *.jpg: z bitmap
出力ファイル
- *.rml: Roland Modela RML mill
- *.camm: Roland CAMM cutter
- *.jpg,*.bmp: images
- *.epi: Epilog lasercutter
- *.uni: Universal lasercutter
- *.g: G codes
- *.ord: OMAX waterjet cutter
- *.oms: Resonetics excimer micromachining center
- *.dxf: DXF
- *.stl: STL
広告