Skip to content

Commit

Permalink
gmoccapy: change debug level to '0' in sample config
Browse files Browse the repository at this point in the history
  • Loading branch information
hansu committed Dec 28, 2023
1 parent 9a66726 commit cba21e8
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions configs/sim/gmoccapy/gmoccapy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,31 @@
# General section -------------------------------------------------------------
[EMC]
VERSION = 1.1
MACHINE = gmoccapy
DEBUG = 0x7FFFFFFF
MACHINE = gmoccapy
DEBUG = 0

# Sections for display options ------------------------------------------------
[DISPLAY]
DISPLAY = gmoccapy
#DISPLAY = gmoccapy -logo /home/gmoccapy/Bilder/coolant_on.gif
DISPLAY = gmoccapy -i
# Log level:
# DEBUG -d
# INFO -i
# VERBOSE -v
# ERROR -q

# Cycle time, in milliseconds, that display will sleep between polls
CYCLE_TIME = 100
CYCLE_TIME = 100

# Values that will be allowed for override, 1.0 = 100%
MAX_FEED_OVERRIDE = 1.5
MAX_SPINDLE_OVERRIDE = 1.2
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
MAX_LINEAR_VELOCITY = 166
DEFAULT_LINEAR_VELOCITY = 100
MAX_ANGULAR_VELOCITY = 234
DEFAULT_SPINDLE_SPEED = 450
MAX_ANGULAR_VELOCITY = 234
DEFAULT_SPINDLE_SPEED = 450

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

0 comments on commit cba21e8

Please sign in to comment.