YAPP_Box icon indicating copy to clipboard operation
YAPP_Box copied to clipboard

Cutouts documentation has an error re: yappCircleWithFlats

Open Dario503 opened this issue 7 months ago • 0 comments

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!

Dario503 avatar Jul 19 '25 23:07 Dario503