Parameters:
items = 10;
radius = 5;
sides = 6;
height = 4;
baseThickness = 2;
spaceRatioX = cos(45);
spaceRatioY = cos(35);
coasterDiameter = 70;
coasterLip = 2;
textMessage = "";
textSize = 10;
filePath = "";
svgScaling = 0.5;
Adding a path to an svg adds the image and adding a text message adds the text message.
The author marked this model as their own original creation.