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
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3195,6 +3195,7 @@ Buttons can run the following:
3195
3195
. <<plasma:button-mancut,Begin/End a manual cut>>
3196
3196
. <<plasma:button-offsets,Display/Hide an offsets viewer>>
3197
3197
. <<plasma:button-latest,Load the latest modified NGC file found in a directory>>
3198
+
. <<plasma:button-umanual,Display/Hide the online HTML user manual>>
3198
3199
3199
3200
[[plasma:button-cmds]]
3200
3201
.External Commands
@@ -3532,7 +3533,8 @@ n Code = manual-cut
3532
3533
[[plasma:button-offsets]]
3533
3534
.Offset Viewer
3534
3535
3535
-
This allows the showing/hiding of an offset viewing screen that displays all machine offsets. All relative offsets can be edited and the G54 ~ G59.3 work system coordinates are able to be given custom names.
3536
+
This allows the showing/hiding of an offset viewing screen that displays all machine offsets.
3537
+
All relative offsets can be edited and the G54 ~ G59.3 work system coordinates are able to be given custom names.
3536
3538
3537
3539
[source,{ini}]
3538
3540
----
@@ -3542,14 +3544,25 @@ n Code = offsets-view
3542
3544
[[plasma:button-latest]]
3543
3545
.Load Latest File
3544
3546
3545
-
this allows the loading of the last modified file in a directory.
3547
+
This allows the loading of the last modified file in a directory.
3546
3548
The directory name is optional and if omitted will default to the last directory a file was loaded from.
3547
3549
3548
3550
[source,{ini}]
3549
3551
----
3550
3552
n Code = latest-file /home/me/linuxcnc/nc_files/qtplasmac-test
3551
3553
----
3552
3554
3555
+
[[plasma:button-umanual]]
3556
+
.User Manual
3557
+
3558
+
This allows the showing/hiding of the online HTML user manual specific to the version of LinuxCNC currently running.
3559
+
Note that internet access is required for this functionality.
0 commit comments