Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions docs/examples/gcode.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ machine before running.

=== Helical Hole Milling

File Name: useful-subroutines.ngc
File Name: https://github.com/machinekit/machinekit/blob/master/nc_files/useful-subroutines.ngc#L14[useful-subroutines.ngc]

Description: Subroutine for milling a hole using parameters.

=== Slotting

File Name: useful-subroutines.ngc
File Name: https://github.com/machinekit/machinekit/blob/master/nc_files/useful-subroutines.ngc#L39[useful-subroutines.ngc]

Description: Subroutine for milling a slot using parameters.

=== Grid Probe

File Name: gridprobe.ngc
File Name: https://github.com/machinekit/machinekit/blob/master/nc_files/gridprobe.ngc[gridprobe.ngc]

Description: Rectangular Probing

Expand All @@ -35,7 +35,7 @@ as the .ini file.

=== Smart Probe

File Name: smartprobe.ngc
File Name: https://github.com/machinekit/machinekit/blob/master/nc_files/smartprobe.ngc[smartprobe.ngc]

Description: Rectangular Probing

Expand All @@ -45,7 +45,7 @@ as the .ini file. This is improved from the grid probe file.

=== Tool Length Probe

File Name: tool-length-probe.ngc
File Name: https://github.com/machinekit/machinekit/blob/master/nc_files/tool-length-probe.ngc[tool-length-probe.ngc]

Description: Tool Length Probing

Expand All @@ -56,7 +56,7 @@ different every time it is inserted.

=== Hole Probe

File Name: probe-hole.ngc
File Name: https://github.com/machinekit/machinekit/blob/master/nc_files/probe-hole.ngc[probe-hole.ngc]

Description: Finding the Center and Diameter of a hole.

Expand All @@ -71,7 +71,7 @@ To be added

=== Threading

File Name lathe-g76.ngc
File Name https://github.com/machinekit/machinekit/blob/master/nc_files/lathe-g76.ngc[lathe-g76.ngc]

Description: Facing, threading and parting off.

Expand Down