G-code (CNC program) generator for milling a partially-rounded rectangle
G-code generator for
milling a partially-rounded rectangle.
Program can create G-code tool path for milling (cutting) of the
partially-rounded rectangle.
When using the metric system of measurements, all data entered must be in metric
units (mm, mm/min), when using the imperial system of measurements (inches), all
data entered must be in inches (in, in/min).
G-code generator makes calculations in absolute units.
The center of coordinates is in a point:
1
2
3
4
5
Tool movement:
tool on line
tool outside
tool inside
Cutting direction:
clockwise
counter clockwise
Side a:
Side b:
Radius R:
Tool diameter:
Total depth of cutting:
Depth
of cutting per pass:
Feed Rate (X,Y G00):
Feed Rate (X,Y G01):
Feed Rate (Z G00):
Feed Rate (Z
G01):
Distance Xc:
Distance Yc:
Safe Z above surface:
You can copy G-code for CNC milling machines
to the clipboard and save as file (*.txt , *.nc , *.cnc ,
*.tap , *.iso, etc).
Off-line version of this
CNC program generator you can find here .