http://linuxcnc.org/docs/stable/html/getting-started/updating-linuxcnc.html#_updating_configuration_files_for_2_9_y
http://linuxcnc.org/docs/stable/html/config/ini-config.html#sub:ini:sec:spindle-num
Both of the above state:
It is now possible to add settings to the [SPINDLE] section of the INI file
MAX_FORWARD_VELOCITY = 20000 The maximum spindle speed (in rpm)
MIN_FORWARD_VELOCITY = 3000 The minimum spindle speed (in rpm)
MAX_REVERSE_VELOCITY = 20000 This setting will default to
MAX_FORWARD_VELOCITY if omitted.
MIN_REVERSE_VELOCITY = 3000` This setting is equivalent to
MIN_FORWARD_VELOCITY but for reverse spindle rotation. It will default
to the MIN_FORWARD_VELOCITY if omitted.
But adding those to [SPINDLE_0] or [SPINDLE] do nothing in 2.9.1 or
2.9.pre (the debian version) using Axis.
In the 2.14. [SPINDLE_<num>] Section(s) of the docs there is a note that
claims that the settings are used by the motion controller.
Note These settings are for the motion controller component. Control
screens can limit these settings further.
Is this only in master and the docs are wrong or is this just broken?
JT
_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers