change the ini with the axis interface open
- Thayloreing
- Offline
- Senior Member
Less
More
- Posts: 68
- Thank you received: 2
30 Oct 2024 01:02 #313466
by Thayloreing
change the ini with the axis interface open was created by Thayloreing
Is there any way to create a button to select two different accelerations? example
my machine has an acceleration of 1000ms2 in the ini file, I want to create a button in the axis interface that when I press it changes the acceleration to 500, so I can work with heavy parts more smoothly without having to change it manually
my machine has an acceleration of 1000ms2 in the ini file, I want to create a button in the axis interface that when I press it changes the acceleration to 500, so I can work with heavy parts more smoothly without having to change it manually
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19300
- Thank you received: 6462
30 Oct 2024 01:54 #313468
by tommylight
Replied by tommylight on topic change the ini with the axis interface open
forum.linuxcnc.org/38-general-linuxcnc-q...eleration-on-the-fly
forum.linuxcnc.org/38-general-linuxcnc-q...ocity-with-g-m-codes
Just add a VCP button, if you need it.
forum.linuxcnc.org/38-general-linuxcnc-q...ocity-with-g-m-codes
Just add a VCP button, if you need it.
The following user(s) said Thank You: Thayloreing
Please Log in or Create an account to join the conversation.
- Thayloreing
- Offline
- Senior Member
Less
More
- Posts: 68
- Thank you received: 2
06 Nov 2024 13:00 #313894
by Thayloreing
Replied by Thayloreing on topic change the ini with the axis interface open
Is there a way to change the acceleration while the program is running? I tried to use m68 to change the acceleration during the program, but the planner ignores the change commands, but when I only run m68 it changes the acceleration as I determine.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19300
- Thank you received: 6462
06 Nov 2024 14:04 #313908
by tommylight
Replied by tommylight on topic change the ini with the axis interface open
Pretty sure it was discussed here recently, have a look at "recent topics" on the forum menu.
The following user(s) said Thank You: Thayloreing
Please Log in or Create an account to join the conversation.
06 Nov 2024 15:42 - 06 Nov 2024 15:43 #313917
by Aciera
Changes to the ini.* halpin values during Gcode execution will only take effect after a 'queuebuster' command (eg 'M66 E0 L0') in the gcode. A queuebuster is a command that stops and reinitializes the interpreter with the current ini.* pin values . M68 alone does not cause such a synchronization.
Replied by Aciera on topic change the ini with the axis interface open
I tried to use m68 to change the acceleration during the program, but the planner ignores the change commands, but when I only run m68 it changes the acceleration as I determine.
Changes to the ini.* halpin values during Gcode execution will only take effect after a 'queuebuster' command (eg 'M66 E0 L0') in the gcode. A queuebuster is a command that stops and reinitializes the interpreter with the current ini.* pin values . M68 alone does not cause such a synchronization.
Last edit: 06 Nov 2024 15:43 by Aciera.
The following user(s) said Thank You: zack, Thayloreing
Please Log in or Create an account to join the conversation.
Time to create page: 0.119 seconds