diff --git a/media/attribution.js b/media/attribution.js
index a11b95c2..1c793e38 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -20432,6 +20432,13 @@ const attributionData = {
"https://en.wikipedia.org/wiki/Compact_disc",
]
},
+ {
+ prefix: "./media/objects/Staples/",
+ all: null,
+ authors: [
+ "chemicalcrux"
+ ]
+ },
{
prefix: "./media/real-buildings/",
all: "https://wiki.openstreetmap.org/wiki/Blender",
diff --git a/media/objects/Staples/Standard Staple-Angled.svg b/media/objects/Staples/Standard Staple-Angled.svg
new file mode 100644
index 00000000..60602878
--- /dev/null
+++ b/media/objects/Staples/Standard Staple-Angled.svg
@@ -0,0 +1,57 @@
+
+
diff --git a/media/objects/Staples/Standard Staple-Front.svg b/media/objects/Staples/Standard Staple-Front.svg
new file mode 100644
index 00000000..9cdda527
--- /dev/null
+++ b/media/objects/Staples/Standard Staple-Front.svg
@@ -0,0 +1,48 @@
+
+
diff --git a/media/objects/Staples/Standard Staple-Side.svg b/media/objects/Staples/Standard Staple-Side.svg
new file mode 100644
index 00000000..9c5c470e
--- /dev/null
+++ b/media/objects/Staples/Standard Staple-Side.svg
@@ -0,0 +1,48 @@
+
+
diff --git a/media/objects/Staples/Standard Staple-Top.svg b/media/objects/Staples/Standard Staple-Top.svg
new file mode 100644
index 00000000..c0970e60
--- /dev/null
+++ b/media/objects/Staples/Standard Staple-Top.svg
@@ -0,0 +1,48 @@
+
+
diff --git a/presets/objects.js b/presets/objects.js
index 6e80d4c7..dae595f8 100644
--- a/presets/objects.js
+++ b/presets/objects.js
@@ -908,6 +908,7 @@ function makeObjects() {
/* ***Doors*** */ results.push(makeModel({"name": "Doors", "kind": "objects", "forms": [{"name": "6 Panel Door", "views": [{"name": "Front", "height": 2.0320000648498535, "mass": 11.793399810791016}, {"name": "Angled", "height": 2.0320000648498535, "mass": 11.793399810791016}, {"name": "Side", "height": 2.0320000648498535, "mass": 11.793399810791016}, {"name": "Top", "height": 0.03492499887943268, "mass": 11.793399810791016}]}, {"name": "French Door", "views": [{"name": "Front", "height": 2.0320000648498535, "mass": 31.75149917602539}, {"name": "Angled", "height": 2.0320000648498535, "mass": 31.75149917602539}, {"name": "Side", "height": 2.0320000648498535, "mass": 31.75149917602539}, {"name": "Top", "height": 0.03492499887943268, "mass": 31.75149917602539}]}, {"name": "Fire Door", "views": [{"name": "Front", "height": 2.0320000648498535, "mass": 54.54545593261719}, {"name": "Angled", "height": 2.0320000648498535, "mass": 54.54545593261719}, {"name": "Side", "height": 2.0320000648498535, "mass": 54.54545593261719}, {"name": "Top", "height": 0.10518216341733932, "mass": 54.54545593261719}]}]}));
/* ***Cards*** */ results.push(makeModel({"name": "Cards", "kind": "objects", "forms": [{"name": "Credit Card", "views": [{"name": "Front", "height": 0.053975000977516174, "mass": 11.793399810791016, "extra": 1.0047993079868203, "bottom": 0.00475367924528303}, {"name": "Back", "height": 0.053975000977516174, "mass": 11.793399810791016, "extra": 1.0047993079868203, "bottom": 0.00475367924528303}, {"name": "Edge", "height": 0.0015578659949824214, "mass": 11.793399810791016, "extra": 1.1704167, "bottom": 0.127097594675073}]}]}));
/* ***Optical Discs*** */ results.push(makeModel({"name": "Optical Discs", "kind": "objects", "forms": [{"name": "Compact Disc", "views": [{"name": "Top", "height": 0.12000000476837158, "extra": 1.0016588562572393, "bottom": 0.0016533708480855258}, {"name": "Edge", "height": 0.0012000000569969416, "extra": 1.16776865625, "bottom": 0.12561884619752997}, {"name": "Bottom", "height": 0.12000000476837158, "extra": 1.0016588562572393, "bottom": 0.0016533708480855258}]}]}));
+ /* ***Staples*** */ results.push(makeModel({"name": "Staples", "kind": "objects", "forms": [{"name": "Standard Staple", "views": [{"name": "Front", "height": 0.00634999992325902}, {"name": "Angled", "height": 0.00634999992325902}, {"name": "Side", "height": 0.00634999992325902}, {"name": "Top", "height": 0.0003969999961555004}]}]}));
/* ***INSERT HERE*** */
return results;
}