Skip to content

Commit

Permalink
📝 Add category to "base" parts
Browse files Browse the repository at this point in the history
  • Loading branch information
xeloader committed Jul 3, 2020
1 parent 180145e commit 538b6f9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions meta/parts.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"default": {
"category": null,
"viewer": {
"scale": 0.025
},
Expand All @@ -14,26 +15,31 @@
}
},
"takt.stl": {
"category": "base",
"viewer": {
"scale": 0.025
}
},
"4-takt.stl": {
"category": "base",
"viewer": {
"scale": 0.025
}
},
"8-takt.stl": {
"category": "eight",
"viewer": {
"scale": 0.05
}
},
"connector-hinge.stl": {
"category": "base",
"viewer": {
"scale": 0.1
}
},
"nut.stl": {
"category": "base",
"viewer": {
"scale": 0.1
},
Expand All @@ -43,6 +49,7 @@
}
},
"screw.stl": {
"category": "base",
"viewer": {
"scale": 0.1
},
Expand Down

0 comments on commit 538b6f9

Please sign in to comment.