Wider Fit Curve range / access from scripting

Hi! Is it possible to get user’s Fit Curve values or run the plugin through scripting?

I find the tool so useful that I’d love to have more than 8 positions :smiley: (meaning wider range, keeping the same step precision)

That is not easily accessible with a script.

I think you mean these:

print(Glyphs.defaults["GSFitHorizontalCurveMaxLimit"])
print(Glyphs.defaults["GSFitHorizontalCurveMinLimit"])
1 Like

That will do, thank you!