winder / Universal-G-Code-Sender

A cross-platform G-Code sender for GRBL, Smoothieware, TinyG and G2core.
http://winder.github.io/ugs_website/
GNU General Public License v3.0
1.88k stars 761 forks source link

Step size Smaller stuck at 0.01 #2348

Closed breiler closed 10 months ago

breiler commented 10 months ago

Add more step size options

Discussed in https://github.com/winder/Universal-G-Code-Sender/discussions/2335

Originally posted by **TodWithOneFuckinD** October 8, 2023 I'm trying to set up an external keypad to jog the machine & change the step & feedrate. All is working ok, but the "Smaller" button (Divide Step Size by 10) gets stuck at 0.01" I need to jog at 0.001" when I get close. It seems the only way to do this now is to use the down arrow on the number field, or type in 0.001 Is there a way to allow smaller step size with the "Smaller" button. Or another solution?