EMC2 Interface
Thanks,
John
Please Log in or Create an account to join the conversation.
In which case they are set in the ini file
[DISPLAY]
INCREMENTS =
www.linuxcnc.org/docs/html/config/ini_co...#sub:DISPLAY-section
regards
Please Log in or Create an account to join the conversation.
Thanks for responding,
John
Please Log in or Create an account to join the conversation.
Almost all actions in AXIS can be accomplished with the keyboard. A full list of keyboard shortcuts can be found in the AXIS Quick Reference, which can be displayed by choosing Help > Quick Reference. Many of the shortcuts are unavailable when in MDI mode.
Rick G
Please Log in or Create an account to join the conversation.
John
Please Log in or Create an account to join the conversation.
Thanks,
John
Please Log in or Create an account to join the conversation.
www.linuxcnc.org/docs/html/config/ini_config.html
In your ini file.
DEFAULT_LINEAR_VELOCITY = .25 - The default velocity for linear jogs, in , machine units per second.
MIN_VELOCITY = .01 - The approximate lowest value the jog slider.
MAX_LINEAR_VELOCITY = 1.0 - The maximum velocity for linear jogs, in machine units per second.
MIN_LINEAR_VELOCITY = .01 - The approximate lowest value the jog slider.
DEFAULT_ANGULAR_VELOCITY = .25 - The default velocity for angular jogs, in machine units per second.
MIN_ANGULAR_VELOCITY = .01 - The approximate lowest value the angular jog slider.
MAX_ANGULAR_VELOCITY = 1.0 - The maximum velocity for angular jogs, in machine units per second.
INCREMENTS = 1 mm, .5 in, … - Defines the increments available for incremental jogs. The INCREMENTS can be used to override the default. The values can be decimal numbers (e.g., 0.1000) or fractional numbers (e.g., 1/16), optionally followed by a unit (cm, mm, um, inch, in or mil). If a unit is not specified the machine unit is assumed. Metric and imperial distances may be mixed: INCREMENTS = 1 inch, 1 mil, 1 cm, 1 mm, 1 um is a valid entry.
Rick G
Please Log in or Create an account to join the conversation.