rsheldiii / KeyV2

KeyV2: A Parametric Mechanical Keycap Library
GNU General Public License v3.0
1.41k stars 180 forks source link

Using a negative $stem_inset prevents an ISO Enter key to correctly render the legend. #203

Open dsz-dsz-k opened 4 months ago

dsz-dsz-k commented 4 months ago

I tried to define a new profile, taking DSA as a source. I added a $stem_inset = -3; statement to have the stem outset (I'll be using the cap with low profile switches). When creating an ISO Enter keycap, I get this result: image

When commenting out the negative stem inset, I get the proper keycap: image

I guess the $stem_inset value must have an impact on how the legends are generated, but I really can't find the right thing to modify.

Any idea?

Thanks.