You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/plasma/qtplasmac.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1357,7 +1357,7 @@ Note that throughout this user guide there are several additional recommendation
1357
1357
Aside from the preamble code, postamble code, and X/Y motion code, the only mandatory G-code syntax for QtPlasmaC to run a G-code program using a torch for cutting is `M3 $0 S1` to begin a cut and `M5 $0` to end a cut.
1358
1358
1359
1359
For backwards compatibility it is permissible to use `M3 S1` in lieu of `M3 $0 S1` to begin a cutting job and `M5` in lieu of `M5 $0` to end a cutting job.
1360
-
Note, that this applies to cutting jobs only, for scribe and spotting jobs the `$`__n__ tool identifier is mandatory.
1360
+
Note, that this applies to cutting jobs only, for scribe and spotting jobs the `$n` tool identifier is mandatory.
1361
1361
1362
1362
=== Coordinates
1363
1363
@@ -2056,7 +2056,7 @@ G-code commands can be set up by either by a CAM Post Processor (PP) or by hand
2056
2056
.*Hole Cutting Velocity Reduction*
2057
2057
2058
2058
If cutting a hole requires a reduced velocity then the user would use the following command to set the velocity:
2059
-
`M67 E3 Q`__nn__ where _nn_ is the percentage of the velocity desired.
2059
+
`M67 E3 Qnn` where `nn` is the percentage of the velocity desired.
2060
2060
For example, `M67 E3 Q60` would set the velocity to 60% of the current material's *CutFeedRate*.
2061
2061
2062
2062
See the <<plasma:velocity_thc,Velocity Based THC>> section.
0 commit comments