gridfinity-rebuilt-openscad
gridfinity-rebuilt-openscad copied to clipboard
A ground-up rebuild of the stock gridfinity bins in OpenSCAD
Remove trailing comma from argument list
I am having a difficult time using this library. No matter which files I `use` or `include`, I get warnings of the form `Ignoring unknown modure gridfinityBase` Can you include...
Based on #188 Add an example to "gridfinity-rebuilt-bins.scad" replicating this image: Edit: Also an example of using custom shapes with the customizer created bin. Like #261.
Baseplates only had minimal updates in #305. They should be converted to the new struct based system used for bins.
`gridfinityBase` currently has a signature of: ```openscad module gridfinityBase(grid_size, grid_dimensions=GRID_DIMENSIONS_MM, hole_options=bundle_hole_options(), off=0, final_cut=true, only_corners=false, thumbscrew=false) ``` But is described in the docs as being of the form: ```openscad gridfinityBase (gridx,...