Changed links from /njh/ to /linuxcnc/

This commit is contained in:
Nicholas Humfrey 2017-02-05 12:58:48 +00:00
parent 237479aa5b
commit 960f99c2e7
12 changed files with 13 additions and 13 deletions

View file

@ -3,7 +3,7 @@ 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](https://github.com/njh/simple-gcode-generators/archive/master.zip).
You can either clone this repository using Git or download the whole repository as [a zip file](https://github.com/linuxcnc/simple-gcode-generators/archive/master.zip).

View file

@ -2,8 +2,8 @@ Arc Generator
=============
**Downloads**:
* [arcgen-mill.py](https://github.com/njh/simple-gcode-generators/raw/master/arcgen/arcgen-mill.py)
* [arcgen-lathe.py](https://github.com/njh/simple-gcode-generators/raw/master/arcgen/arcgen-lathe.py)
* [arcgen-mill.py](https://github.com/linuxcnc/simple-gcode-generators/raw/master/arcgen/arcgen-mill.py)
* [arcgen-lathe.py](https://github.com/linuxcnc/simple-gcode-generators/raw/master/arcgen/arcgen-lathe.py)
This tool takes the center of an arc, the diameter, the start and end angle and spits out the G-Code.
The start point for the arc and the G2/3 code for the arc are generated.

View file

@ -1,7 +1,7 @@
Bezel Engraving Software
========================
**Download**: [bezel.py](https://github.com/njh/simple-gcode-generators/raw/master/bezel/bezel.py)
**Download**: [bezel.py](https://github.com/linuxcnc/simple-gcode-generators/raw/master/bezel/bezel.py)
This software engraves a bezel like you would see on the front panel of a stereo around the volume control knobs.

View file

@ -1,7 +1,7 @@
Bolt Circle Array
=================
**Download**: [boltcircle.py](https://github.com/njh/simple-gcode-generators/raw/master/boltcircle/boltcircle.py)
**Download**: [boltcircle.py](https://github.com/linuxcnc/simple-gcode-generators/raw/master/boltcircle/boltcircle.py)
This program generates a circular array for canned drill cycles in a mill (ie 'bolt circle'). This program used face.py as a template, so it looks very similar. Some of the entry widgets have predefined values in them. Look carefully at these before pressing the 'Generate G-code' button. Note this generates a snippet of G code intended to be inserted into your G-code.

View file

@ -1,7 +1,7 @@
Counterbore Software
====================
**Download**: [counterbore.py](https://github.com/njh/simple-gcode-generators/raw/master/counterbore/counterbore.py)
**Download**: [counterbore.py](https://github.com/linuxcnc/simple-gcode-generators/raw/master/counterbore/counterbore.py)
This software generates the G-code for counterbores for socket head cap screws.

View file

@ -1,7 +1,7 @@
Drill Speed and Feed Tool
=========================
**Download**: [drill-speed.py](https://github.com/njh/simple-gcode-generators/raw/master/drill-speed/drill-speed.py)
**Download**: [drill-speed.py](https://github.com/linuxcnc/simple-gcode-generators/raw/master/drill-speed/drill-speed.py)
This tool helps you to calculate the speeds and feeds for drilling.

View file

@ -1,7 +1,7 @@
Multi-line Text Engraving Software
==================================
**Download**: [engrave-lines.py](https://github.com/njh/simple-gcode-generators/raw/master/engrave-lines/engrave-lines.py)
**Download**: [engrave-lines.py](https://github.com/linuxcnc/simple-gcode-generators/raw/master/engrave-lines/engrave-lines.py)
Command line tool to generate G-Code to engrave multiple lines of text with optional indents to STDOUT.

View file

@ -3,7 +3,7 @@ Text Engraving Software
**Download**:
* [engrave.py](https://github.com/njh/simple-gcode-generators/raw/master/engrave/engrave.py)
* [engrave.py](https://github.com/linuxcnc/simple-gcode-generators/raw/master/engrave/engrave.py)
* [CXF fonts](cxf-fonts)
This software engraves a text string.

View file

@ -1,7 +1,7 @@
Facing Software
===============
**Download**: [face.py](https://github.com/njh/simple-gcode-generators/raw/master/face/face.py)
**Download**: [face.py](https://github.com/linuxcnc/simple-gcode-generators/raw/master/face/face.py)
The facing software is super simple. You input a few things and press a button and your code is saved to your NC directory ready to open in LinuxCNC!

View file

@ -1,7 +1,7 @@
Grid Generation Software
========================
**Download**: [grid.py](https://github.com/njh/simple-gcode-generators/raw/master/grid/grid.py)
**Download**: [grid.py](https://github.com/linuxcnc/simple-gcode-generators/raw/master/grid/grid.py)
This was written to test the speed and the accuracy of a milling mashine,
with the grid alot of moves are taken and you can see the accurate by,

View file

@ -1,7 +1,7 @@
Grill Drilling Software
=======================
**Download**: [grill.py](https://github.com/njh/simple-gcode-generators/raw/master/grill/grill.py)
**Download**: [grill.py](https://github.com/linuxcnc/simple-gcode-generators/raw/master/grill/grill.py)
This software peck drills a circular array of holes typically used as a speaker grill or as ventilation holes in a chassis panel.

View file

@ -1,7 +1,7 @@
Pocketing Generator Software
============================
**Download**: [pocket.py](https://github.com/njh/simple-gcode-generators/raw/master/pocket/pocket.py)
**Download**: [pocket.py](https://github.com/linuxcnc/simple-gcode-generators/raw/master/pocket/pocket.py)
This is for Generating simple Pocket Style Toolpaths with Different depth/stepover.
Version 1 does only support Zero Path but you can simply edit the final path to G41 new spiral depth mode.