File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -224,11 +224,34 @@ HOME_SEARCH_VELOCITY = 100 - Accepted but currently does nothing
224224HOME_SEQUENCE = 0 - Accepted but currently does nothing
225225
226226
227- == Updating Configuration Files for 2.10.y
227+ == Updating Configuration Files for 2.10
228228
229- Touchy: the Touchy MACRO entries should now be placed in a [MACROS]
230- section of the INI rather than in the [TOUCHY] section. This is part of
231- a process of commonising the INI setting between GUIs.
229+
230+ === Spindle names
231+
232+ Some names in the [DISPLAY] section of the INI file have changed:
233+
234+ - `MIN_SPINDLE_OVERRIDE -> MIN_SPINDLE_0_OVERRIDE`
235+ - `MAX_SPINDLE_OVERRIDE -> MAX_SPINDLE_0_OVERRIDE`
236+ - `DEFAULT_SPINDLE_SPEED -> DEFAULT_SPINDLE_0_SPEED`
237+ - `MIN_SPINDLE_SPEED -> MIN_SPINDLE_0_SPEED`
238+ - `MAX_SPINDLE_SPEED -> MAX_SPINDLE_0_SPEED`
239+
240+ === Gmoccapy
241+
242+ - The spindle settings are now defined in the INI-file instead of the gmoccapy preferences:
243+ [source,{ini}]
244+ ----
245+ [DISPLAY]
246+ DEFAULT_SPINDLE_0_SPEED = 450
247+ MIN_SPINDLE_0_SPEED = 0
248+ MAX_SPINDLE_0_SPEED = 3000
249+ ----
250+
251+ ==== Touchy
252+
253+ The Touchy MACRO entries should now be placed in a [MACROS]
254+ section of the INI rather than in the [TOUCHY] section. This is part of a process of commonising the INI setting between GUIs.
232255
233256
234257== New HAL components
You can’t perform that action at this time.
0 commit comments