by eabrust » Sat Jan 22, 2022 12:55 pm
Hi PDW,
When you were setting up your own configurations for the L/R button to do Z up/down, can you confirm how you set it up?
If you set any buttons to do jogging, you have to make sure that on 'button release' you issue the 'JOG STOP' command to UCCNC for that axis and direction as well.
So in case of Z, on a button press you would set button command 151 or 152 (z+ or z-) and that starts the axis moving. To make the axis stop, you have to to send on a button release a button command 233 or 234 (Z+ off or Z- off). Other axes are similar, just different buttons as defined in the 'buttons by number' file in UCCNC.
f you are running the 'std xml' setup w/ the Crafty plugin, the plugin internally handles all this 'button setup' as long as you keep step jogs on the normal assigned Dpad and shoulder buttons, and axis normal jogs on kept on the sticks.
If it was setup correctly as described above, and still kept moving after releasing buttons, still seems to be something with that controller and Win10.
regards,
Eric