Skip to product information
Boost Me If you happen to like this model Boost Me (for free)
Craftsman Toolchest Gridfinity Drawer
$4.99
Sale price
$4.99
Regular price
- Made to order — 3D printed after you buy
- Free shipping on orders over $25
- Quality checked before it ships
- Questions? Contact us · Returns
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()
Design by VoltaicShock on MakerWorld (license: BY-SA).