You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -156,6 +157,11 @@ See also the <<gmoccapy:lathe-section,Lathe Specific Section>>.
156
157
If not specified, GMOCCAPY will look in the following order for NGC files:
157
158
First `linuxcnc/nc_files` and then the users home directory.
158
159
160
+
- _DEFAULT_SPINDLE_SPEED_ - Start value for <<gmoccapy-settings-spindle,"Starting RPM">> if value not present in preferences file or file is not present. Will have no effect with valid preferences file.
161
+
162
+
- _MIN_ANGULAR_VELOCITY_ - Sets the minimal jog velocity of the machine for rotary axes.
163
+
- _MAX_ANGULAR_VELOCITY_ - Sets the maximal jog velocity of the machine for rotary axes.
164
+
- _DEFAULT_ANGULAR_VELOCITY_ - Sets the default jog velocity of the machine for rotary axes.
159
165
160
166
[[gmoccapy:traj-section]]
161
167
=== The TRAJ Section
@@ -166,8 +172,8 @@ First `linuxcnc/nc_files` and then the users home directory.
166
172
If not set, half of 'MAX_LINEAR_VELOCITY' will be used.
167
173
If that value is also not given, it will default to 180.
168
174
169
-
// max. jog velocity?
170
175
- _MAX_LINEAR_VELOCITY = 230.0_ - Sets the maximal velocity of the machine.
176
+
This value will also be the maximum linear jog velocity.
171
177
+
172
178
[NOTE]
173
179
Defaults to 600 if not set.
@@ -1291,7 +1297,7 @@ By default all scales are set using the calculation:
1291
1297
(MAX - MIN)/100
1292
1298
----
1293
1299
1294
-
1300
+
[[gmoccapy-settings-spindle]]
1295
1301
.Spindle
1296
1302
* _Starting RPM_ - Sets the rpm to be used if the spindle is started and no S value has been set.
0 commit comments