IKEA Samla inserts *customizable*

Customizable inserts for the IKEA Samla boxes (5, 11 and 22 liters) Development here:…
201
786
13
4974
updated April 7, 2025

Makes

Comments

This is what I call parametric model 🤯 Absolutely awesome!

Printed from Prusament Galaxy Black PLA with 0.2 mm SPEED profile and 0.4 mm nozzle on MK4S with 3 bottom layers, 2 side wall perimeters and 1 divider layer perimeter, the whole 5 l box took over 6 hours and about 250 g of filament.

One more idea to make it even more awesome: being able to make the slots uneven, e.g. one really thin and then two wide.

I've printed out some 5l inserts so far, and they all fit perfectly.

I think you have a small bug in your script.
When top layer cutouts are partial, and quarter part is selected, the internal wall over the cutout is rounded not square. See the attached picture.

I think this is the fix:

diff -u IKEA_Samla_Inserts.scad.orig IKEA_Samla_Inserts.scad
--- IKEA_Samla_Inserts.scad.orig2025-03-02 08:56:07.631437237 +0000
+++ IKEA_Samla_Inserts.scad2025-03-02 08:53:43.526284589 +0000
@@ -133,7 +133,7 @@
translate([0-Additional_spacing/2, -(depth/2-diameter)-diameter]) square(diameter, false);
translate([0-Additional_spacing/2, Additional_spacing/2-diameter]) square(diameter, false);
translate([width/2-diameter, -(depth/2-diameter)]) circle(diameter);
- translate([width/2-diameter, Additional_spacing/2-diameter]) circle(diameter);
+ translate([width/2-diameter, Additional_spacing/2-diameter]) square(diameter, false);
}
}
}

@dick thanks for reporting, tested and confirmed, will integrate that...

Fits perfectly!
Printed the 5L version in PLA+ with 0.16 mm layer height!
Thank you very much for providing this useful model!

I just love it. Finally inserts for Ikea Samla and scaling them as you want. It's a shame that the P1S is limited to 254mm..
Pla transparent/ orcaSlicer / 0.24 layer

Hi! Thank you for the design! Is there a way to export the 2D DXF file only for the bottom? I want to cut some wood panel to use as bottom...
Thank you very much!
Simone

Got multiple of them in use, perfect!

This is mind-bogglingly amazing. I'm just playing with it now, and the possibilities are endless!

Great if you have a large screw collection 😆