Skip to content

Commit

Permalink
Added author names to the top of the READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
njh committed Apr 10, 2017
1 parent 28673a3 commit 3fcd411
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 11 deletions.
2 changes: 2 additions & 0 deletions airfoil/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Airfoil G-code Generator
========================

**Author:** Sammel Lothar

This is a 3-4 Axis XY-XYUV Foam EDM Style airfoil generator.
It uses Airfoil Wing Profile data from the [UIUC Airfoil Data Site].

Expand Down
4 changes: 3 additions & 1 deletion arcgen/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Arc Generator
=============

**Downloads**:
**Author:** John Thornton

**Downloads:**
* [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)

Expand Down
4 changes: 3 additions & 1 deletion bezel/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Bezel Engraving Software
========================

**Download**: [bezel.py](https://github.com/linuxcnc/simple-gcode-generators/raw/master/bezel/bezel.py)
**Author:** Lawrence Glaister

**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.

Expand Down
4 changes: 3 additions & 1 deletion boltcircle/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Bolt Circle Array
=================

**Download**: [boltcircle.py](https://github.com/linuxcnc/simple-gcode-generators/raw/master/boltcircle/boltcircle.py)
**Author:** Dan Falck

**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.

Expand Down
4 changes: 3 additions & 1 deletion counterbore/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Counterbore Software
====================

**Download**: [counterbore.py](https://github.com/linuxcnc/simple-gcode-generators/raw/master/counterbore/counterbore.py)
**Author:** John Thornton

**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.

Expand Down
4 changes: 3 additions & 1 deletion drill-speed/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Drill Speed and Feed Tool
=========================

**Download**: [drill-speed.py](https://github.com/linuxcnc/simple-gcode-generators/raw/master/drill-speed/drill-speed.py)
**Author:** John Thornton

**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.

Expand Down
4 changes: 3 additions & 1 deletion engrave-lines/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Multi-line Text Engraving Software
==================================

**Download**: [engrave-lines.py](https://github.com/linuxcnc/simple-gcode-generators/raw/master/engrave-lines/engrave-lines.py)
**Author:** ArcEye

**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.

Expand Down
3 changes: 2 additions & 1 deletion engrave/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
Text Engraving Software
=======================

**Download**:
**Author:** Lawrence Glaister

**Downloads:**
* [engrave.py](https://github.com/linuxcnc/simple-gcode-generators/raw/master/engrave/engrave.py)
* [CXF fonts](cxf-fonts)

Expand Down
4 changes: 3 additions & 1 deletion face/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Facing Software
===============

**Download**: [face.py](https://github.com/linuxcnc/simple-gcode-generators/raw/master/face/face.py)
**Author:** John Thornton

**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!

Expand Down
4 changes: 3 additions & 1 deletion grid/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Grid Generation Software
========================

**Download**: [grid.py](https://github.com/linuxcnc/simple-gcode-generators/raw/master/grid/grid.py)
**Author:** Sammel Lothar

**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,
Expand Down
4 changes: 3 additions & 1 deletion grill/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Grill Drilling Software
=======================

**Download**: [grill.py](https://github.com/linuxcnc/simple-gcode-generators/raw/master/grill/grill.py)
**Author:** John Thornton

**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.

Expand Down
4 changes: 3 additions & 1 deletion pocket/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Pocketing Generator Software
============================

**Download**: [pocket.py](https://github.com/linuxcnc/simple-gcode-generators/raw/master/pocket/pocket.py)
**Author:** Alex Bobotek

**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.
Expand Down

0 comments on commit 3fcd411

Please sign in to comment.