Closed jeremy-asher closed 1 year ago
Thanks!
Have you tested this with the comma-separated list option, e.g. 57:11, 2:1
, as in the stepper config reference?
I gave that a try as well and it seemed to be working fine with two ratios in that format.
Apologies if I'm missing something here, but on my system, the gear ratio config contains a list of lists of two numbers and the divisor gets lost in the calculation. For example, my config returns:
The existing calculation would use
80
then iterate through the following ratios (none in this case) and lose the16
. If I configure two ratios, I get a crash:Hope this is helpful!