linux图片转gcode软件,simple-gcode-generators

2023-05-16

Simple G-Code Generators

This repository contains a collection of Python scrips that generate simple G-Code for LinuxCNC. For me to fire up a high dollar CAD program and the use the POST processor to generate simple routines is a waste of time. So I'm writing a series of Python programs to do this. If you did an LinuxCNC install, or have Mac OS X, you already have all you need.

You can either clone this repository using Git or download the whole repository as a zip file.

All of these scripts, written by various authors, are licenced under the GNU General Public License.

The Scripts

Airfoil Generator - 3-4 Axis XY-XYUV Foam EDM Style airfoil generator

Arc Generator - generate an arc from the diameter, the start and end angle

Bezel Engraving - engraves a bezel like you would see on the front panel of a stereo around the volume control knobs

Bolt Circle Array - generates a circular array for canned drill cycles

Counterbore - generates the G-code for counterbores for socket head cap screws

Drilling Speeds-n-Feeds - helps you to calculate the speeds and feeds for drilling

Facing Software - super simple facing Generator

Grid - generate various shapes of grid to test the speed and the accuracy of a milling machine

Grill - drills a circular array of holes typically used as a speaker grill or as ventilation holes in a chassis panel

Pocketing - Rectangular-Circular Pocketing Generator

Text Engraving - This software engraves a text string

Multi-line Text Engraving - Engrave up to 10 lines of text

Ruler Engraving - Engrave generic ruler in metric or standard with text

Using Python scripts with Axis

To download a file right click on it and select "Save link as".

Do the following...

Place the .py files in your nc directory so it is easy to find

Right click on the .py file in your file browser and select Properties. On the Permissions tab check Execute on the Owner line.

Add the following lines to the [FILTER] section of the Axis ini file

[FILTER]

PROGRAM_EXTENSION = .py Python Script

py = python

If you don't have a [FILTER] section just add it

Now use File Open in AXIS to open face.py and after you generate the G-Code select Write to AXIS and Quit.

Using Python scripts with Windows

Rename the file from .py to .pyw

Download and install the python program from python.org.

Other G-Code Generators

CP1

CP1 is a conversational machining program written by Ray Henry and Matt Shaver.

It allows you to create G-code files for rectangular and circular pocket milling, bolt circles, hexagonal and rectangular arrays of holes, and "bezels" whatever those are.

Dxf2gcode - import a 2D DXF file and produce G-code

This program seems to work pretty well with DXF files from QCAD.

GCMC - G-Code Meta Compiler

GCMC is a front-end language for generating G-code, SVG and DXF for CNC mills, lathes, laser cutters and other numerical controlled machines employing G-code, SVG or DXF. The language is a context-free grammar created to overcome the archaic format of G-code programming and aims to be more readable and understandable.

mGcodeGenerator

A script for Blender. It can generate gcode ideal for LinuxCNC :) it exports from mesh ( vertex / edge / edges (outlines) / objects ) to 2d, 2.5d and full 3d for (3axis mill).

OpenVoronoi and OpenCAMLib

There are some sample scripts and screenshots that use OpenVoronoi and OpenCAMLib:

Pycam - Drop Cutter Surfacing Software

A GPL 3D CNC Toolpath Generation program written by Lode Leroy.

TTT: Truetype Tracer

A TrueType tracer with DXF and G-Code output

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

linux图片转gcode软件,simple-gcode-generators 的相关文章

随机推荐