Feature Request: Incomplete grid units
Its pretty much guaranteed the container for your grid isn't gonna be a multiple of 42 units. One openscad library for gridfinity allowed me to specify not a multiple of units, but rather the requested X/Y dimension in millimeters.
For example, here I specified X dimension of 60 mm and set the oversize method as crop.
The library allowed to do the same for bins, thus I could fully utilize the space available, like so:
I believe this would be an interesting feature for this library. Please correct me if this already exists, I may not have noticed.
I've been able to achieve the same results with this library, however I had to do like 5 intermediate steps in FreeCAD, where I sliced the object twice at the calculated X/Y position, removed the middle piece and union'd the two sides together. I believe there's a better way :smile:
I definitely want to add this at some point, but it will probably be a while. I am planning to add the ability to add extra on the end of the bin instead of entering a total dimension as that would require a significant rework, but it would be functionally the same.
Maybe both options eventually as I can see the user friendly nature of just entering a total dimension.
hopefully im on the same track with this feature request but i have a bunch of part organizers that have a grid that isnt square where i would like to be able to set different x,y dimensions:
@kinghat What you are talking about is different than the posted issue, but that is next up on my to-do list once formatting standards are finalized. Independent x and y grid size is already in L the l bin as I was testing it out. There are a lot more features to convert for the standard bins but should be out in the next update.
I want to add that you can achieve the incomplete baseplate easily using Constructive Solid Geometry in FreeCAD. This is the power of having a Gridfinity in an actual CAD software instead of a simple STL generator.
- In Gridfinity Workbench, create the baseplate you want
- Switch to Part Workbench
- Create a cube, and change it dimensions and position so it encompasses the part of the baseplate you want to print
- Select both the baseplate and the cube in Model panel
- Click Intersection in the toolbox
You can also make the cube encompass the part of the baseplate you want to cut out, and use Cut instead of Intersection
An example: