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/config/ini-config.adoc
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -350,7 +350,7 @@ See <<cha:gmoccapy,GMOCCAPY>> document for GMOCCAPY details.
350
350
. UVW translation example: `GEOMETRY=XYZUVW` causes UVW to move in the coordinate system of the tool and XYZ to move in the coordinate system of the material.
351
351
. Foam-cutting machines (`FOAM = 1`) should specify "XY;UV" or leave the value blank even though this value is presently ignored in foam-cutter mode.
352
352
A future version may define what ";" means, but if it does "XY;UV" will mean the same as the current foam default.
353
-
. Experimental: If the "*!*` character is included in the GEOMETRY string, display points for A, B, C rotations respect the X, Y, Z offsets set by G5x, G92 codes.
353
+
. Experimental: If the exclamation mark (`!`) character is included in the GEOMETRY string, display points for A, B, C rotations respect the X, Y, Z offsets set by G5x, G92 codes.
354
354
Example: Using `GEOMETRY = !CXZ` for a machine with `[TRAJ]COORDINATES=XZC`.
355
355
This provision applies for liveplots only -- G-code previews should be done with zero G5x, G92 offsets.
356
356
This can be facilitated by setting offsets in programs only when task is running as indicated by #<_task> == 1.
@@ -370,15 +370,15 @@ If no `[DISPLAY]GEOMETRY` is included in the INI file, a default is provided by
370
370
This is useful if you have multiple configurations on one computer.
371
371
* `JOG_AXES =` - The order in which jog keys are assigned to axis letters.
372
372
The left and right arrows are assigned to the first axis letter, up and down to the second, page up/page down to the third, and left and right bracket to the fourth.
373
-
If unspecified, the default is determined from the [TRAJ]COORDINATES, [DISPLAY]LATHE and [DISPLAY]FOAM values.
373
+
If unspecified, the default is determined from the `[TRAJ]COORDINATES`, `[DISPLAY]LATHE` and `[DISPLAY]FOAM` values.
374
374
* `JOG_INVERT =` - For each axis letter, the jog direction is inverted.
375
375
The default is "X" for lathes and blank otherwise.
376
376
+
377
377
[NOTE]
378
378
The settings for `JOG_AXES` and `JOG_INVERT` apply to world mode jogging by axis coordinate letter and are in effect while in world mode after successful homing.
379
379
When operating in joint mode prior to homing, keyboard jog keys are assigned in a fixed sequence: left/right: joint0, up/down: joint1, page up/page down: joint2, left/right bracket: joint3
380
380
381
-
* `USER_COMMAND_FILE = mycommands.py` - The name of an optional, configuration-specific Python file sourced by the axis GUI instead of the user-specific file `~/.axisrc`.
381
+
* `USER_COMMAND_FILE = mycommands.py` - The name of an optional, configuration-specific Python file sourced by the AXIS GUI instead of the user-specific file `~/.axisrc`.
382
382
383
383
[NOTE]
384
384
The following `[DISPLAY]` item is used by the TKLinuxCNC interface only.
@@ -497,7 +497,7 @@ if __name__ == "__main__":
497
497
because the modal codes of machines differ, and may be changed by G-code interpreted earlier in the session.
Specifies a colon (:) separated list of up to 10 directories to be searched when single-file subroutines are specified in G-code.
500
-
These directories are searched after searching [DISPLAY]PROGRAM_PREFIX (if it is specified) and before searching `[WIZARD]WIZARD_ROOT` (if specified).
500
+
These directories are searched after searching `[DISPLAY]PROGRAM_PREFIX` (if it is specified) and before searching `[WIZARD]WIZARD_ROOT` (if specified).
501
501
The paths are searched in the order that they are listed.
502
502
The first matching subroutine file found in the search is used.
503
503
Directories are specified relative to the current directory for the INI file or as absolute paths.
@@ -511,9 +511,9 @@ if __name__ == "__main__":
511
511
+
512
512
A search is made for each possible user defined function, typically (M100-M199). The search order is:
513
513
+
514
-
. [DISPLAY]PROGRAM_PREFIX (if specified)
515
-
. If [DISPLAY]PROGRAM_PREFIX is not specified, search the default location: nc_files
516
-
. Then search each directory in the list [RS274NGC]USER_M_PATH
514
+
. `[DISPLAY]PROGRAM_PREFIX` (if specified)
515
+
. If `[DISPLAY]PROGRAM_PREFIX` is not specified, search the default location: nc_files
516
+
. Then search each directory in the list `[RS274NGC]USER_M_PATH`.
517
517
+
518
518
The first executable M1__xx__ found in the search is used for each M1__xx__.
0 commit comments