Purple Mattress Replica purple shape purple pattern

Purple Mattress Replica purple shape purple pattern

thingiverse

The file is a replicate of the "purple mattress". This STL is only for education.I used OpenSCAD; if you would like to modify the stl here is the code: module hashtagGridPillow(width, length, height, cellSize, cellSpacing, thickness) {difference() {// Pillow shapetranslate([0, 0, -height / 2])cube([width, length, height], center = true); // Hashtag grid pattern for (i = [-(width/2 - cellSpacing) : cellSize + cellSpacing : (width/2 - cellSpacing)]) { for (j = [-(length/2 - cellSpacing) : cellSize + cellSpacing : (length/2 - cellSpacing)]) { translate([i, j, -thickness / 2]) cube([cellSize, cellSize, height + thickness], center = true); } }}}// Customize these parameters as neededwidth = 80; // Width of the pillowlength = 80; // Length of the pillowheight = 30; // Height of the pillowcellSize = 5; // Size of each cell in the hashtag gridcellSpacing = 5; // Spacing between each cellthickness = 2; // Adjusted thickness of the grid pattern// Create the hashtag grid pillowhashtagGridPillow(width, length, height, cellSize, cellSpacing, thickness);

Download Model from thingiverse

With this file you will be able to print Purple Mattress Replica purple shape purple pattern with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on Purple Mattress Replica purple shape purple pattern.