halui.spindle.0.override.direct-value
- jazial
- Offline
- Junior Member
-
Less
More
- Posts: 26
- Thank you received: 1
17 Mar 2025 10:37 #324101
by jazial
halui.spindle.0.override.direct-value was created by jazial
Hello,
it looks like halui.spindle.0.override.direct-value is broken
I've tested feed override, max velocity an rapid override and it works correctly; it is only broken on SSO
method :
set override.direct-value to 1
set scale to 0.1
set counts to 5
works nicely except for spindle override
I'm using 2.9.4
it looks like halui.spindle.0.override.direct-value is broken
I've tested feed override, max velocity an rapid override and it works correctly; it is only broken on SSO
method :
set override.direct-value to 1
set scale to 0.1
set counts to 5
works nicely except for spindle override
I'm using 2.9.4
Please Log in or Create an account to join the conversation.
- Aciera
-
- Offline
- Administrator
-
Less
More
- Posts: 4251
- Thank you received: 1873
18 Mar 2025 08:28 #324177
by Aciera
Replied by Aciera on topic halui.spindle.0.override.direct-value
Seems to me that you are mixing two ways of setting overrides, ie direct-value / counts.
Please Log in or Create an account to join the conversation.
- cmorley
- Offline
- Moderator
-
Less
More
- Posts: 7861
- Thank you received: 2121
18 Mar 2025 12:36 #324193
by cmorley
Replied by cmorley on topic halui.spindle.0.override.direct-value
I confirm and see the problem. I'll try to push the fix soon.
*halui_data->so_counts = 0;
should be:
*halui_data->so_counts[spindle] = 0;
*halui_data->so_counts = 0;
should be:
*halui_data->so_counts[spindle] = 0;
The following user(s) said Thank You: tommylight, jazial
Please Log in or Create an account to join the conversation.
- jazial
- Offline
- Junior Member
-
Less
More
- Posts: 26
- Thank you received: 1
21 Mar 2025 09:43 #324400
by jazial
Replied by jazial on topic halui.spindle.0.override.direct-value
To Aciera
It's not very well documented, but you have to set the counts value when you use direct value
It takes me some time to figure it out as I made my tests with spindle speed override and it's not working
It's not very well documented, but you have to set the counts value when you use direct value
It takes me some time to figure it out as I made my tests with spindle speed override and it's not working

Please Log in or Create an account to join the conversation.
Time to create page: 0.053 seconds