vector76 / gridfinity_openscad

MIT License
286 stars 51 forks source link

Fix wall thinness #17

Closed rcarmo closed 2 years ago

rcarmo commented 2 years ago

When slicing the resulting STL files for a 0.4 nozzle, the back wall (below the label) was always too thin (with one line thickness less than the others) and cracked easily.

This makes the cut very slightly smaller and (at least for me) ensures that boxes print correctly.

vector76 commented 2 years ago

I can't say whether the slightly thicker wall is better in general, but I do like the idea of an option to make a thicker (or thinner) wall if desired. I can see that as being very useful in general, besides your specific issue, and also covers your issue. So I updated your PR to implement that instead.

rcarmo commented 2 years ago

Thanks, I'll give that a go. I've also noticed that enabling the finger slide creates some issues with the side walls, will see if this fixes that too and circle back if I find anything amiss.