Skip to content

Commit 1f4d0e0

Browse files
authored
Merge pull request #1792 from petterreinholdtsen/no-more-qtvcp-only
Make statement about 'Qtvcp only' easier to understand in ini-config.adoc
2 parents 380fc59 + a676b99 commit 1f4d0e0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/src/config/ini-config.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -272,26 +272,26 @@ User Manual.
272272
* 'MIN_SPINDLE_0_OVERRIDE = 0.5' - The minimum spindle override the user may select.
273273
0.5 means 50% of the programmed spindle speed. (This is used to
274274
set the minimum spindle speed).
275-
On multi spindle machine there will be entries for each spindle number. QtVCP only.
275+
On multi spindle machine there will be entries for each spindle number. Only used by the QtVCP based user interfaces.
276276
* 'MAX_SPINDLE_OVERRIDE = 1.0' - The maximum spindle override the user may
277277
select. 1.0 means 100% of the programmed spindle speed.
278278
* 'MAX_SPINDLE_0_OVERRIDE = 1.0' - The maximum feed override the user may select.
279279
1.2 means 120% of the programmed feed rate.
280-
On multi spindle machine there will be entries for each spindle number. QtVCP only
280+
On multi spindle machine there will be entries for each spindle number. Only used by the QtVCP based user interfaces.
281281
* 'DEFAULT_SPINDLE_SPEED = 100' - The default spindle RPM when the spindle
282282
is started in manual mode. if this setting is not present, this
283283
defaults to 1 RPM for AXIS and 300 RPM for gmoccapy.
284284
- _deprecated_ - use the [SPINDLE_n] section instead
285285
* 'DEFAULT_SPINDLE_0_SPEED = 100' - The default spindle RPM when the spindle
286-
is started in manual mode. On multi spindle machine there will be entries for each spindle number. QtVCP only.
286+
is started in manual mode. On multi spindle machine there will be entries for each spindle number. Only used by the QtVCP based user interfaces.
287287
- _deprecated_ - use the [SPINDLE_n] section instead.
288-
* 'SPINDLE_INCREMENT = 200' - The increment used when clicking increase/decrease buttons QtVCP only.
288+
* 'SPINDLE_INCREMENT = 200' - The increment used when clicking increase/decrease buttons Only used by the QtVCP based user interfaces.
289289
- _deprecated_ - use the [SPINDLE_n] section instead.
290290
* 'MIN_SPINDLE_0_SPEED = 1000' - The minimum RPM that can be manually selected.
291-
On multi spindle machine there will be entries for each spindle number. QtVCP only.
291+
On multi spindle machine there will be entries for each spindle number. Only used by the QtVCP based user interfaces.
292292
- _deprecated_ - use the [SPINDLE_n] section instead.
293293
* 'MAX_SPINDLE_0_SPEED = 20000' - The maximum RPM that can be manually selected.
294-
On multi spindle machine there will be entries for each spindle number. QtVCP only.
294+
On multi spindle machine there will be entries for each spindle number. Only used by the QtVCP based user interfaces.
295295
- _deprecated_ - use the [SPINDLE_n] section instead.
296296
* 'PROGRAM_PREFIX = ~/linuxcnc/nc_files' - The default location for G-code
297297
files and the location for user-defined M-codes. This location is searched

0 commit comments

Comments
 (0)