kennetek / gridfinity-rebuilt-openscad

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

Default values of gridfinity-rebuilt-bins (in particular height_internal = 0) produce filled bin with no tab #152

Closed JacquesOpaux closed 5 months ago

JacquesOpaux commented 5 months ago

I'm afraid I'm missing something very obvious, but gridfinity-rebuilt-bins does not seem to work as intended. More specifically :

To check that it is not specific to my installation, I downloaded the latest stable version of openscad, the current gridfinity-rebuilt repository, opened gridfinity-rebuilt-bins.scad and rendered with default values. This produced the picture below. default_bin I also checked on another computer with the same result.

An older version of gridfinity-rebuilt works as intended.

For what is worth, a negative value for height_internal does produce some depth in the bin.

colde commented 5 months ago

Setting the divx and divy to 1 should get you what you are looking for. The default is no compartments, but divx and divy controls the number of compartments.

PrivatScreenShot 2024-01-26 at 00 00 48

This the place to adjust it if using the customizer.

JacquesOpaux commented 5 months ago

Thank you very much for taking the time. And indeed, I was missing something very obvious...