Skip to content

Commit 18c5bb5

Browse files
authored
Correct copy/paste error in ini-config.adoc regarding MAX_SPINDLE_0_OVERRIDE
1 parent 2d89606 commit 18c5bb5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/src/config/ini-config.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,8 @@ Descriptions of the interfaces are in the Interfaces section of the User Manual.
266266
0.5 means 50% of the programmed spindle speed. (This is used to set the minimum spindle speed.)
267267
On multi spindle machine there will be entries for each spindle number. Only used by the QtVCP based user interfaces.
268268
* `MAX_SPINDLE_OVERRIDE = 1.0` - The maximum spindle override the user may select. 1.0 means 100% of the programmed spindle speed.
269-
* `MAX_SPINDLE_0_OVERRIDE = 1.0` - The maximum feed override the user may select.
270-
1.2 means 120% of the programmed feed rate.
269+
* `MAX_SPINDLE_0_OVERRIDE = 1.0` - The maximum spindle override the user may select.
270+
1.2 means 120% of the programmed spindle speed. (This is used to set the maximum spindle speed.)
271271
On multi spindle machine there will be entries for each spindle number. Only used by the QtVCP based user interfaces.
272272
* `DEFAULT_SPINDLE_SPEED = 100` - The default spindle RPM when the spindle is started in manual mode.
273273
If this setting is not present, this defaults to 1 RPM for AXIS and 300 RPM for GMOCCAPY.

0 commit comments

Comments
 (0)