forked from LinuxCNC/linuxcnc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nc_files/plasmac: add temporary material examples, make headers specific
- Loading branch information
1 parent
f90013e
commit 3716de2
Showing
18 changed files
with
88 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
; imperial air-scribe | ||
;imperial air-scribe | ||
|
||
G20 (units: imperial) | ||
G40 (cutter compensation: off) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
;circles | ||
;imperial circles | ||
|
||
#1 = 2 (Scale) | ||
#2 = 3 (Iterations) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
;skip ihs with thc disabled | ||
;imperial skip ihs with thc disabled | ||
|
||
G20 | ||
G64 P0.0004 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
;skip ihs with thc enabled | ||
;imperial skip ihs with thc enabled | ||
|
||
G20 | ||
G64 P0.0004 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
;line | ||
;imperial line | ||
|
||
G20 | ||
G64 P0.0005 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
;material change | ||
;imperial material change | ||
|
||
G20 | ||
G64 P0.01 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
;squares | ||
;imperial squares | ||
|
||
#1 = 2 (Scale) | ||
#2 = 3 (Iterations) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
;imperial temporary materials | ||
|
||
G20 | ||
G64 P0.01 | ||
M52 P1 ;to enable reverse-run | ||
|
||
(o=0, na=Steel 0.10", ph=0.10, pd=0.0, ch=0.01, fr=100, kw=0.040) | ||
F#<_hal[plasmac.cut-feed-rate]> ; feed rate from cut parameters | ||
G0 X1 Y1 | ||
M3 $0 S1 (select plasma torch) | ||
G1 X5 | ||
M5 $0 | ||
|
||
(o=0, na=Steel 0.11", ph=0.11, pd=0.1, ch=0.011, fr=101, kw=0.041) | ||
F#<_hal[plasmac.cut-feed-rate]> ; feed rate from cut parameters | ||
G0 Y2 | ||
M3 $0 S1 (select plasma torch) | ||
G1 X1 | ||
M5 $0 | ||
|
||
(o=0, na=Steel 0.12", ph=0.2, pd=0.2, ch=0.012, fr=102, kw=0.042) | ||
F#<_hal[plasmac.cut-feed-rate]> ; feed rate from cut parameters | ||
G0 X1 Y3 | ||
M3 $0 S1 (select plasma torch) | ||
G1 X5 | ||
M5 $0 | ||
|
||
(o=0, na=Steel 0.13", ph=0.3, pd=0.3, ch=0.013, fr=103, kw=0.043) | ||
F#<_hal[plasmac.cut-feed-rate]> ; feed rate from cut parameters | ||
G0 Y4 | ||
M3 $0 S1 (select plasma torch) | ||
G1 X1 | ||
M5 $0 | ||
|
||
G0 X0 Y0 | ||
M2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
;wrench | ||
;imperial wrench | ||
|
||
#<holes> = 4 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
; metric air-scribe | ||
;metric air-scribe | ||
|
||
G21 (units: metric) | ||
G40 (cutter compensation: off) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
;circles | ||
;metric circles | ||
|
||
#1 = 50 (Scale) | ||
#2 = 3 (Iterations) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
;skip ihs with thc disabled | ||
;metric skip ihs with thc disabled | ||
|
||
G21 | ||
G64 P0.01 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
;skip ihs with thc enabled | ||
;metric skip ihs with thc enabled | ||
|
||
G21 | ||
G64 P0.01 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
;line | ||
;metric line | ||
|
||
G21 | ||
G64 P0.005 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
;material change | ||
;metric material change | ||
|
||
G21 | ||
G64 P0.01 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
;squares | ||
;metric squares | ||
|
||
#1 = 50 (Scale) | ||
#2 = 3 (Iterations) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
;metric temporary materials | ||
|
||
G21 | ||
G64 P0.01 | ||
M52 P1 ;to enable reverse-run | ||
|
||
(o=0, na=Steel 3mm, ph=3.0, pd=0.0, ch=1.0, fr=3000, kw=1.0) | ||
F#<_hal[plasmac.cut-feed-rate]> ; feed rate from cut parameters | ||
G0 X25 Y25 | ||
M3 $0 S1 (select plasma torch) | ||
G1 X125 | ||
M5 $0 | ||
|
||
(o=0, na=Steel 3.1mm, ph=3.1, pd=0.1, ch=1.1, fr=3001, kw=1.1) | ||
F#<_hal[plasmac.cut-feed-rate]> ; feed rate from cut parameters | ||
G0 Y50 | ||
M3 $0 S1 (select plasma torch) | ||
G1 X25 | ||
M5 $0 | ||
|
||
(o=0, na=Steel 3.2mm, ph=3.2, pd=0.2, ch=1.2, fr=3002, kw=1.2) | ||
F#<_hal[plasmac.cut-feed-rate]> ; feed rate from cut parameters | ||
G0 X25 Y75 | ||
M3 $0 S1 (select plasma torch) | ||
G1 X125 | ||
M5 $0 | ||
|
||
(o=0, na=Steel 3.3mm, ph=3.3, pd=0.3, ch=1.3, fr=3003, kw=1.3) | ||
F#<_hal[plasmac.cut-feed-rate]> ; feed rate from cut parameters | ||
G0 Y100 | ||
M3 $0 S1 (select plasma torch) | ||
G1 X25 | ||
M5 $0 | ||
|
||
G0 X0 Y0 | ||
M2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
;wrench | ||
;metric wrench | ||
|
||
#<holes> = 4 | ||
|
||
|