EMC2 Interface
- johnl2
- Offline
- Premium Member
-
- Posts: 132
- Thank you received: 0
Thanks,
John
Please Log in or Create an account to join the conversation.
- ArcEye
- Offline
- Junior Member
-
- Posts: 24
- Thank you received: 758
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.
- johnl2
- Offline
- Premium Member
-
- Posts: 132
- Thank you received: 0
Thanks for responding,
John
Please Log in or Create an account to join the conversation.
- Rick G
-
- Offline
- Junior Member
-
- Posts: 26
- Thank you received: 155
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.
- johnl2
- Offline
- Premium Member
-
- Posts: 132
- Thank you received: 0
John
Please Log in or Create an account to join the conversation.
- johnl2
- Offline
- Premium Member
-
- Posts: 132
- Thank you received: 0
Thanks,
John
Please Log in or Create an account to join the conversation.
- Rick G
-
- Offline
- Junior Member
-
- Posts: 26
- Thank you received: 155
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.