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
+18-3Lines changed: 18 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3212,6 +3212,7 @@ Buttons can run the following:
3212
3212
. <<plasma:button-mancut,Begin/End a manual cut>>
3213
3213
. <<plasma:button-offsets,Display/Hide an offsets viewer>>
3214
3214
. <<plasma:button-latest,Load the latest modified NGC file found in a directory>>
3215
+
. <<plasma:button-umanual,Display/Hide the online HTML user manual>>
3215
3216
3216
3217
[[plasma:button-cmds]]
3217
3218
.External Commands
@@ -3404,10 +3405,12 @@ n Code = cut-type
3404
3405
3405
3406
Pressing this button moves the torch to the specified coordinates when the machine is paused to allow the user easy access to change the torch consumables.
3406
3407
3407
-
Valid entries are X__nnn__ Y__nnn__ F__nnn__. Feed Rate (F) is mandatory and at least one of the X or Y coordinates are required.
3408
+
Valid entries are X__nnn__ Y__nnn__ F__nnn__. At least one of the X or Y coordinates are required, Feed Rate (F) is optional.
3408
3409
3409
3410
The X and Y coordinates are in absolute machine coordinates. If X or Y are missing then the current coordinate for that axis will be used.
3410
3411
3412
+
Feed Rate (F) is optional, if it is missing or invalid then the feed rate of the current material will be used.
3413
+
3411
3414
There are three methods to return to the previous coordinates:
3412
3415
3413
3416
. Press the *Change Consumables* button again - the torch will return to the original coordinates and the machine will wait in this position for the user to resume the program.
@@ -3547,7 +3550,8 @@ n Code = manual-cut
3547
3550
[[plasma:button-offsets]]
3548
3551
.Offset Viewer
3549
3552
3550
-
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.
3553
+
This allows the showing/hiding of an offset viewing screen that displays all machine offsets.
3554
+
All relative offsets can be edited and the G54 ~ G59.3 work system coordinates are able to be given custom names.
3551
3555
3552
3556
[source,{ini}]
3553
3557
----
@@ -3557,14 +3561,25 @@ n Code = offsets-view
3557
3561
[[plasma:button-latest]]
3558
3562
.Load Latest File
3559
3563
3560
-
this allows the loading of the last modified file in a directory.
3564
+
This allows the loading of the last modified file in a directory.
3561
3565
The directory name is optional and if omitted will default to the last directory a file was loaded from.
3562
3566
3563
3567
[source,{ini}]
3564
3568
----
3565
3569
n Code = latest-file /home/me/linuxcnc/nc_files/qtplasmac-test
3566
3570
----
3567
3571
3572
+
[[plasma:button-umanual]]
3573
+
.User Manual
3574
+
3575
+
This allows the showing/hiding of the online HTML user manual specific to the version of LinuxCNC currently running.
3576
+
Note that internet access is required for this functionality.
0 commit comments