Skip to content

Cutouts documentation has an error re: yappCircleWithFlats #130

@Dario503

Description

@Dario503

I encountered a problem when placing a yappCircleWithFlats cutout on the Right side.

Documentation here: yappGenerator_en states that length is ignored:

This does not work: [40, 0, 5.6, 0, 3.05, yappCircleWithFlats]

This works: [40, 0, 0, 5.6, 3.05, yappCircleWithFlats]

One can assume that width (p2) is "Not Used". The documentation incorrectly states length (p3) is "Not Used".

But... looking at the source code, it appears that:

Left, Right, Front, Back faces: Use p(3) for the width parameter (swapped)
Lid and Base faces: Use p(2) for the width parameter (not swapped)

So there may be a software issue to be looked at.

Thanks for a very useful library!

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