zeevy / grblcontroller

Compact android mobile application for gcode streaming and controlling a cnc machine with grbl firmware
GNU General Public License v3.0
199 stars 71 forks source link

Jog Feed Rate Custom Setting #127

Closed rlwoodjr closed 1 year ago

rlwoodjr commented 3 years ago

I have my Grbl Controller in inches and I have customized the step sizes for XY and Z (low, medium, and High) However, I cannot seem to modify the jog feed rate. The max is set at 38100 inches per minute. My KL744 top speed is 1000 inches per minute.

How can I adjust the maximum jog feed rate to match my machine?

Thanks, Bob

zeevy commented 3 years ago

There is no customization setting for this value. Max feed rate is taken from grbl settings. $110 $111 $112 max value of these settings is taken as max feed rate for jog

rlwoodjr commented 3 years ago

Yes, but grbl firmware values are set in millimeters. Should it change if you select inches in the jog step size dialog box? 38100/25.4 =1500 inches per minute

zeevy commented 3 years ago

Now I understand the problem. It will not change to inches. I will address this in upcoming releases

rlwoodjr commented 3 years ago

Thanks!