I needed to organize some stuff in my Craftsman Toolchest so decided to use CG Gridfinity (https://github.com/michaelgale/cq-gridfinity) to make something that will fit without moving around.
Below is what I used to generate the spacers and what I used to generate the baseplates
spacer = GridfinityDrawerSpacer(566, 416, verbose=True)
spacer.render_half_set()
spacer.save_stl_file("toolbox_half_set_2.stl")
baseplate = GridfinityBaseplate(5, 5)
baseplate.save_step_file()
baseplate = GridfinityBaseplate(5, 4)
baseplate.save_step_file()
baseplate = GridfinityBaseplate(5, 3)
baseplate.save_step_file()
baseplate = GridfinityBaseplate(4, 3)
baseplate.save_step_file()
Boost Me (for free)
If you happen to like this model Boost Me (for free)
Comment & Rating (30)