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
Use relative links to sibling adoc documents in all adoc files
Bring files gui/qtvcp-widgets.adoc, integrator/wiring.adoc and
docs/src/plasma/qtplasmac.adoc in line with the other .adoc
links to sibling documents. Also fix incorrect references in
qtvcp-widgets.html and qtplasmac.adoc, which were not checked
when the links were to http(s) addresses.
link:http://linuxcnc.org/docs/devel/html/ladder/classic-ladder.html[ClassicLadder GUI] if the ClassicLadder realtime HAL component was loaded by the machine's config files
1892
+
link:../ladder/classic-ladder.html[ClassicLadder GUI] if the ClassicLadder realtime HAL component was loaded by the machine's config files
1893
1893
* `PREFERENCE` - Loads the preference file onto the gcodeEditor
1894
1894
* `CLEAR HISTORY` - Clears the MDI History
1895
-
* `net` - See link:http://linuxcnc.org/docs/devel/html/man/man1/halcmd.1.html#COMMANDS[halcmd net COMMAND].
1895
+
* `net` - See link:../man/man1/halcmd.1.html#COMMANDS[halcmd net COMMAND].
1896
1896
An error will result if the command is unsuccessful.
Copy file name to clipboardExpand all lines: docs/src/plasma/qtplasmac.adoc
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ QtPlasmaC and all of its related software are released under GPLv2.
20
20
21
21
== Introduction
22
22
23
-
QtPlasmaC is a GUI for plasma cutting which utilises the link:http://linuxcnc.org/docs/devel/html/man/man9/plasmac.9.html[plasmac component] for controlling a plasma table from LinuxCNC v2.9 or later using the Debian Buster or similar distribution.
23
+
QtPlasmaC is a GUI for plasma cutting which utilises the link:../man/man9/plasmac.9.html[plasmac component] for controlling a plasma table from LinuxCNC v2.9 or later using the Debian Buster or similar distribution.
24
24
25
25
The QtPlasmaC GUI supports up to five axes and uses the QtVCP infrastructure provided with LinuxCNC.
26
26
@@ -55,7 +55,7 @@ It is possible to install and run LinuxCNC on a variety of Linux distributions h
55
55
56
56
=== If The User Does Not Have Linux Installed
57
57
58
-
Installation instructions are available at: http://linuxcnc.org/docs/devel/html/getting-started/getting-linuxcnc.html
58
+
Installation instructions are available at: link:../getting-started/getting-linuxcnc.html
59
59
60
60
Following these instructions will yield a machine with the current stable branch (v2.8) of LinuxCNC on Debian Buster.
=== Run In Place Installation If The User Has Linux with LinuxCNC v2.8
74
74
75
-
A run in place installation runs LinuxCNC from a locally compiled version usually located at ~/linuxcnc-dev, instructions for building a run in place installation are available at: http://linuxcnc.org/docs/master/html/code/building-linuxcnc.html
75
+
A run in place installation runs LinuxCNC from a locally compiled version usually located at ~/linuxcnc-dev, instructions for building a run in place installation are available at: link:../code/building-linuxcnc.html
76
76
77
77
Following these instructions will install the latest master branch (v2.9) of LinuxCNC.
78
78
@@ -485,9 +485,9 @@ Each increment of delay adds one servo thread cycle to the debounce time. For ex
485
485
486
486
For the Float and Ohmic switches this equates to a 0.001mm (0.00004") increase in the probed height result.
487
487
488
-
It is recommended to keep the debounce values as low as possible while still achieving consistent results. Using link:http://linuxcnc.org/docs/2.8/html/hal/tutorial.html#_halscope[Halscope] to plot the inputs is a good way to establish the correct value.
488
+
It is recommended to keep the debounce values as low as possible while still achieving consistent results. Using link:../hal/tutorial.html#sec:tutorial-halscope[Halscope] to plot the inputs is a good way to establish the correct value.
489
489
490
-
For QtPlasmaC installations, debounce is achieved by using the HAL link:http://linuxcnc.org/docs/2.8/html/man/man9/dbounce.9.html[dbounce component] which is a later alternative to the original debounce component. This new version allows for the loading and naming of individual debounce instances and is compatible with Twopass HAL file processing.
490
+
For QtPlasmaC installations, debounce is achieved by using the HAL link:../man/man9/dbounce.9.html[dbounce component] which is a later alternative to the original debounce component. This new version allows for the loading and naming of individual debounce instances and is compatible with Twopass HAL file processing.
491
491
492
492
All four signals above have an individual debounce component so the debounce periods can be catered individually to each input. Any changes made to these values in the custom.hal file will not be overwritten by later updates of QtPlasmaC.
In addition the following two QtPlasmaC specific utilities are provided:
1260
1260
@@ -1318,7 +1318,7 @@ Imperial:
1318
1318
G20 G40 G49 G64p0.004 G80 G90 G92.1 G94 G97
1319
1319
----
1320
1320
1321
-
A detailed explanation of each G-Code can be found in the docs link:http://linuxcnc.org/docs/html/gcode/g-code.html[here].
1321
+
A detailed explanation of each G-Code can be found in the docs link:../gcode/g-code.html[here].
1322
1322
1323
1323
Note that throughout this user guide there are several additional recommendations for codes that are prudent to add to both the preamble and postamble depending on the features the user wishes to utilize.
1324
1324
@@ -2493,7 +2493,7 @@ In order to utilize them, *KB Shortcuts* must be enabled in the *GUI SETTINGS* s
2493
2493
[[qt_mdi]]
2494
2494
=== MDI
2495
2495
2496
-
In addition to the typical G and M codes that are allowed by LinuxCNC in MDI mode, the MDI in QtPlasmaC can be used to access several other handy features. The following link outlines the features and their use: link:http://linuxcnc.org/docs/devel/html/gui/qtvcp_widgets.html#_mdiline_widget[MDILine Widget]
2496
+
In addition to the typical G and M codes that are allowed by LinuxCNC in MDI mode, the MDI in QtPlasmaC can be used to access several other handy features. The following link outlines the features and their use: link:../gui/qtvcp-widgets.html#_mdiline_widget[MDILine Widget]
2497
2497
2498
2498
[NOTE]
2499
2499
M3, M4, and M5 are not allowed in the QtPlasmaC MDI.
0 commit comments