vector76 / gridfinity_openscad

MIT License
281 stars 50 forks source link

Unable to use z-height lower than 2 #24

Closed MrUzagi closed 1 year ago

MrUzagi commented 1 year ago

This is using the files downloaded from GitHub Dec 13th where the latest modifications dates are Dec 1st (on my computer at GMT +1.)

Setting the height of less than two (actually less than 1.26 after some investigation) the base of the cup is missing the middle bits.

A 1x1 cup with z at 2: image

A 1x1 cup with z at 1: image

Editing the height in the script we can check smaller steps. 1.20 image

1.25 image

At 1.26 it looks closed image

MrUzagi commented 1 year ago

I've only recently started to familiarize myself with OpenSCAD so I haven't been able to track down the reason for this as of yet.

vector76 commented 1 year ago

Indeed, some of the cutaways for cutting downward from the lip and upward from the bottom were interfering with each other.

I just pushed an update and these are now reduced, and also now it automatically forces 'reduced' or 'none' lip style for very low Z.

Some of the internal fillets are not great, and the finger slide is still broken for low Z, but it should fix the issues you were having.

MrUzagi commented 1 year ago

Looking good now. Thanks, and happy new year. 🎆