Skip to content

Commit d86eed5

Browse files
ZincBoyhansu
authored andcommitted
Update gmoccapy.adoc
Related to: #1873 (comment)
1 parent ea52c64 commit d86eed5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/src/gui/gmoccapy.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,8 +1037,9 @@ Modify your INI File to include the following:
10371037
[source,{ini}]
10381038
----
10391039
[RS274NGC]
1040-
# Enables the reading of INI and HAL values from G-code
1041-
FEATURES=12
1040+
# Make sure INI_VARS and HAL_PIN_VARS are not set to 0. They are set to 1 by default.
1041+
# LinuxCNC versions below 2.8 require the following line to be uncommented:
1042+
# FEATURES = 12
10421043
10431044
# is the sub, with is called when a error during tool change happens, not needed on every machine configuration
10441045
ON_ABORT_COMMAND=O <on_abort> call

0 commit comments

Comments
 (0)