Skip to content

Commit

Permalink
gmoccapy: further corrections of sample INI-file regarding really use…
Browse files Browse the repository at this point in the history
…d values
  • Loading branch information
hansu committed Nov 27, 2024
1 parent 03db7f2 commit 0cd9343
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions configs/sim/gmoccapy/gmoccapy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,23 @@ MAX_FEED_OVERRIDE = 1.5
MAX_SPINDLE_OVERRIDE = 1.2
MIN_SPINDLE_OVERRIDE = 0.5

# Max and default jog speeds in units per second
MAX_LINEAR_VELOCITY = 166
DEFAULT_LINEAR_VELOCITY = 100
MAX_ANGULAR_VELOCITY = 234
DEFAULT_SPINDLE_SPEED = 450
# The following are not relevant for this machine, added here to suppress warinings.
DEFAULT_ANGULAR_VELOCITY = 360
MIN_ANGULAR_VELOCITY = 0.1
MAX_ANGULAR_VELOCITY = 3600

# Initial value for spindle speed
DEFAULT_SPINDLE_SPEED = 500
DEFAULT_SPINDLE_SPEED = 450

# The following are not used, added here to suppress warnings (from qt_istat/logger).
DEFAULT_LINEAR_VELOCITY = 35
MIN_LINEAR_VELOCITY = 0
MAX_LINEAR_VELOCITY = 234
DEFAULT_SPINDLE_0_SPEED = 500
MIN_SPINDLE_0_SPEED = 0
MAX_SPINDLE_0_SPEED = 3000
MAX_SPINDLE_0_OVERRIDE = 1.2
MIN_SPINDLE_0_OVERRIDE = 0.5
# The following are not relevant for this machine, added here to suppress warinings.
MIN_ANGULAR_VELOCITY = 0.1
DEFAULT_ANGULAR_VELOCITY = 360
MAX_SPINDLE_0_OVERRIDE = 1.2
MIN_SPINDLE_0_OVERRIDE = 0.5

# Prefix to be used
PROGRAM_PREFIX = ../../nc_files/
Expand Down

0 comments on commit 0cd9343

Please sign in to comment.