@@ -25,24 +25,23 @@ MAX_FEED_OVERRIDE = 1.5
2525MAX_SPINDLE_OVERRIDE = 1.2
2626MIN_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
3738MIN_LINEAR_VELOCITY = 0
39+ MAX_LINEAR_VELOCITY = 234
3840DEFAULT_SPINDLE_0_SPEED = 500
3941MIN_SPINDLE_0_SPEED = 0
4042MAX_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
4847PROGRAM_PREFIX = ../../nc_files/
0 commit comments