I needed to organize some stuff in my Ikea MICKE desk drawer 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
spacer = GridfinityDrawerSpacer(620, 364, verbose=True)
spacer.render_half_set()
spacer.save_stl_file("ikea_alex_half_set.stl")
Comment & Rating (15)