Skip to content

stem_inset is cutting off the bottom of the keycap outer profile #216

@edwardbrowncross

Description

@edwardbrowncross

What version of OpenSCAD are you on?

2025.02.07 (+Manifold)

Describe the bug

Keys with positive $stem_inset (e.g OEM, ASA) seem to be hovering above the x-y plane. I believe they are not translated, but rather missing the bottom of the outer profile, which currently ends where the stem does. If I understand this parameter correctly, the keycap should continue past the end of the stem

Image

Setting the inset to 0 makes the keycap lengthen to reach the x-y plane (and the stem along with it).

To Reproduce

Render key_profile("asa", 1) key();

Compare This with key_profile("asa", 1) inset(0) key();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions