ostat / gridfinity_extended_openscad

Gridfinity Extended OpenSCAD Model
https://docs.ostat.com/docs/openscad/gridfinity-extended
MIT License
159 stars 17 forks source link

Feature Request: basic cup wall cutout location #14

Closed benlangfield closed 5 months ago

benlangfield commented 5 months ago

Would love the ability to move the location of the wall cutouts on the basic cup. Currently they default to the centre of the bin and can't be moved. I would like to be able to specify the location, for example, 2 grids or perhaps 80mm from the end of the x-axis.

This would be very handy for cutlery bins for kitchen drawers. The wall gaps need to be lined up regardless of bin size for these as they are all sitting side by side, making it easier to get your finger in to grab a spoon sort of thing.

ostat commented 5 months ago

I have changed the logic for the cutout option in changeset d5a8a1e.

The cutout walls option used to turn on the cutout for each wall at the center position.

Now we can use those value to change the position:

Its not that well tested, but I think it should do what we want.

image

benlangfield commented 5 months ago

This is exactly what I wanted, thank you!

image

Couldn't work out how to change the width, but wallcutout width of 0 seems about right anyway.

ostat commented 5 months ago

setting the wallcutout width to a number other than 0 will make the cutout the desired width. using 0 will use the walllength/2. Is that not working for you?