Skip to content

Commit 1928c17

Browse files
committed
docs: update "updating to 2.10"
1 parent d8d5904 commit 1928c17

1 file changed

Lines changed: 27 additions & 4 deletions

File tree

docs/src/getting-started/updating-linuxcnc.adoc

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -218,11 +218,34 @@ HOME_SEARCH_VELOCITY = 100 - Accepted but currently does nothing
218218
HOME_SEQUENCE = 0 - Accepted but currently does nothing
219219

220220

221-
== Updating Configuration Files for 2.10.y
221+
== Updating Configuration Files for 2.10
222222

223-
Touchy: the Touchy MACRO entries should now be placed in a [MACROS]
224-
section of the INI rather than in the [TOUCHY] section. This is part of
225-
a process of commonising the INI setting between GUIs.
223+
224+
=== Spindle names
225+
226+
Some names in the [DISPLAY] section of the INI file have changed:
227+
228+
- `MIN_SPINDLE_OVERRIDE -> MIN_SPINDLE_0_OVERRIDE`
229+
- `MAX_SPINDLE_OVERRIDE -> MAX_SPINDLE_0_OVERRIDE`
230+
- `DEFAULT_SPINDLE_SPEED -> DEFAULT_SPINDLE_0_SPEED`
231+
- `MIN_SPINDLE_SPEED -> MIN_SPINDLE_0_SPEED`
232+
- `MAX_SPINDLE_SPEED -> MAX_SPINDLE_0_SPEED`
233+
234+
=== Gmoccapy
235+
236+
- The spindle settings are now defined in the INI-file instead of the gmoccapy preferences:
237+
[source,{ini}]
238+
----
239+
[DISPLAY]
240+
DEFAULT_SPINDLE_0_SPEED = 450
241+
MIN_SPINDLE_0_SPEED = 0
242+
MAX_SPINDLE_0_SPEED = 3000
243+
----
244+
245+
==== Touchy
246+
247+
The Touchy MACRO entries should now be placed in a [MACROS]
248+
section of the INI rather than in the [TOUCHY] section. This is part of a process of commonising the INI setting between GUIs.
226249

227250

228251
== New HAL components

0 commit comments

Comments
 (0)