Skip to content

Commit 82e7c33

Browse files
authored
Merge pull request #1911 from ZincBoy/patch-4
Update gmoccapy.adoc
2 parents 7c88852 + fbe47ee commit 82e7c33

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/src/gui/gmoccapy.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,15 +1037,15 @@ 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
1042-
10431040
# is the sub, with is called when a error during tool change happens, not needed on every machine configuration
10441041
ON_ABORT_COMMAND=O <on_abort> call
10451042
10461043
# The remap code
10471044
REMAP=M6 modalgroup=6 prolog=change_prolog ngc=change epilog=change_epilog
10481045
----
1046+
[NOTE]
1047+
Make sure INI_VARS and HAL_PIN_VARS are not set to 0. They are set to 1 by default.
1048+
10491049

10501050
.The Tool Sensor Section
10511051
The position of the tool sensor and the start position of the probing movement,

0 commit comments

Comments
 (0)