File: dxf2gcode.1

package info (click to toggle)
dxf2gcode 20240509-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 5,184 kB
  • sloc: python: 11,508; xml: 49; sh: 26; makefile: 18
file content (37 lines) | stat: -rw-r--r-- 865 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.TH dxf2gcode 1 "November 25, 2022" "dxf2gcode"

.SH NAME
dxf2gcode \- creates CNC machine compatible G-Code from 2D drawings

.SH SYNOPSIS
.B dxf2gcode [-h] [-e EXPORT_FILENAME] [-q] [filename]

.SH DESCRIPTION
.PP
.B dxf2gcode

This program reads 2D mechanical drawings of parts to be fabricated
and produces G-code tool movement instructions for running on
automatic machine tools (CNC machines) such as milling machines and
lathes.

This is a graphical CAM (Computer Aided Manufacturing) program.  It
accepts input in DXF, PDF, or Postscript format.  It supports milling,
drilling, and turning operations, as well as work-holding tabs.

.SH OPTIONS
.TP
-h, --help
show this help message and exit
.TP
-e EXPORT_FILENAME, --export EXPORT_FILENAME
export data to EXPORT_FILENAME
.TP
-q, --quiet
no GUI

.SH SEE ALSO
.B svg2gcode(1)

.SH AUTHOR
Petter Reinholdtsen