Skip to content

Commit 0cd9343

Browse files
committed
gmoccapy: further corrections of sample INI-file regarding really used values
1 parent 03db7f2 commit 0cd9343

1 file changed

Lines changed: 10 additions & 11 deletions

File tree

configs/sim/gmoccapy/gmoccapy.ini

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,24 +25,23 @@ MAX_FEED_OVERRIDE = 1.5
2525
MAX_SPINDLE_OVERRIDE = 1.2
2626
MIN_SPINDLE_OVERRIDE = 0.5
2727

28-
# Max and default jog speeds in units per second
29-
MAX_LINEAR_VELOCITY = 166
30-
DEFAULT_LINEAR_VELOCITY = 100
31-
MAX_ANGULAR_VELOCITY = 234
32-
DEFAULT_SPINDLE_SPEED = 450
28+
# The following are not relevant for this machine, added here to suppress warinings.
29+
DEFAULT_ANGULAR_VELOCITY = 360
30+
MIN_ANGULAR_VELOCITY = 0.1
31+
MAX_ANGULAR_VELOCITY = 3600
32+
3333
# Initial value for spindle speed
34-
DEFAULT_SPINDLE_SPEED = 500
34+
DEFAULT_SPINDLE_SPEED = 450
3535

3636
# The following are not used, added here to suppress warnings (from qt_istat/logger).
37+
DEFAULT_LINEAR_VELOCITY = 35
3738
MIN_LINEAR_VELOCITY = 0
39+
MAX_LINEAR_VELOCITY = 234
3840
DEFAULT_SPINDLE_0_SPEED = 500
3941
MIN_SPINDLE_0_SPEED = 0
4042
MAX_SPINDLE_0_SPEED = 3000
41-
MAX_SPINDLE_0_OVERRIDE = 1.2
42-
MIN_SPINDLE_0_OVERRIDE = 0.5
43-
# The following are not relevant for this machine, added here to suppress warinings.
44-
MIN_ANGULAR_VELOCITY = 0.1
45-
DEFAULT_ANGULAR_VELOCITY = 360
43+
MAX_SPINDLE_0_OVERRIDE = 1.2
44+
MIN_SPINDLE_0_OVERRIDE = 0.5
4645

4746
# Prefix to be used
4847
PROGRAM_PREFIX = ../../nc_files/

0 commit comments

Comments
 (0)