- Configuring LinuxCNC
- Basic Configuration
- DEFAULT_LINEAR_VELOCITY does not change the jog speed in Probe Basic
DEFAULT_LINEAR_VELOCITY does not change the jog speed in Probe Basic
- cgrobi
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 1
20 Aug 2026 13:12 #348877
by cgrobi
DEFAULT_LINEAR_VELOCITY does not change the jog speed in Probe Basic was created by cgrobi
Hi to all of you,
I am new to LinuxCNC and I set up a system using Ethercat and Probe Basic. I am getting more and more familiar with the configuration system and so far, everything works really well. The motors are moving and IOs do what I want them to do. So far so good.
The only problem I have is the use of DEFAULT_LINEAR_VELOCITY in the TRAJ section of the ini file. No matter what I put in here (trying to set it to 50mm/s), the speed ends up always beeing 600 mm/min ( which is 10mm/s). I checked the ini file if the line occurs twice. I also checked linked files but I can't find another occurence. It just drives me nuts. I searched several internet advices but no explained solutions work for me.
It would be very nice if someone could have a look at my files and maybe find a solution I didn't see myself. Thanks a lot for this.
Please be aware, that I did prepare the hal file for more axis than three. But I only have 3 servos at the moment so there might be some future changes.
I am new to LinuxCNC and I set up a system using Ethercat and Probe Basic. I am getting more and more familiar with the configuration system and so far, everything works really well. The motors are moving and IOs do what I want them to do. So far so good.
The only problem I have is the use of DEFAULT_LINEAR_VELOCITY in the TRAJ section of the ini file. No matter what I put in here (trying to set it to 50mm/s), the speed ends up always beeing 600 mm/min ( which is 10mm/s). I checked the ini file if the line occurs twice. I also checked linked files but I can't find another occurence. It just drives me nuts. I searched several internet advices but no explained solutions work for me.
It would be very nice if someone could have a look at my files and maybe find a solution I didn't see myself. Thanks a lot for this.
Please be aware, that I did prepare the hal file for more axis than three. But I only have 3 servos at the moment so there might be some future changes.
Please Log in or Create an account to join the conversation.
- andypugh
-
- Offline
- Moderator
-
Less
More
- Posts: 19896
- Thank you received: 4648
03 Sep 2026 12:32 #349283
by andypugh
Replied by andypugh on topic DEFAULT_LINEAR_VELOCITY does not change the jog speed in Probe Basic
linuxcnc.org/docs/stable/html/config/ini-config.html
Suggests that it goes in the [DISPLAY] too.
I think that the version there sets the slider position in the GUI, but it probably also sets the keyboard jog rate (as keyboard jogging is GUI feature)
I think that the [TRAJ] value might only set the jog rate for hardware buttons via halui.axis.L.minus / halui.axis.L.plus
Suggests that it goes in the [DISPLAY] too.
I think that the version there sets the slider position in the GUI, but it probably also sets the keyboard jog rate (as keyboard jogging is GUI feature)
I think that the [TRAJ] value might only set the jog rate for hardware buttons via halui.axis.L.minus / halui.axis.L.plus
Please Log in or Create an account to join the conversation.
- Configuring LinuxCNC
- Basic Configuration
- DEFAULT_LINEAR_VELOCITY does not change the jog speed in Probe Basic
Time to create page: 0.285 seconds