kennetek / gridfinity-rebuilt-openscad

A ground-up rebuild of the stock gridfinity bins in OpenSCAD
Other
1.15k stars 166 forks source link

support half-sized grid bottoms #64

Closed avxmw closed 1 year ago

avxmw commented 1 year ago

Jamie has a feature in his version he calls half pitch which is slotting the bottom into 4 equal parts to make boxes able to sit at ½ of a grid and saving some material/printing time on top.

I'd like to see something similar here.

kennetek commented 1 year ago

I actually did this before Jamie did. You can do it by changing the div_base_x and div_base_y values. Half pitch would be 2. Any pitch is possible. Setting gridx or gridy to non integer values (like 2.5, 3&1/3) will automatically divide the bases if div_base_x or div_base_y are zero.

avxmw commented 1 year ago

Ah damn, embarrassing, totally missed that. Thanks for pointing it out.