Browse Source

Fix referencing creality definitions

The IDs don't matter, but that little 'a' there does.
Ghostkeeper 7 years ago
parent
commit
f2ecf41ab1

+ 1 - 1
resources/definitions/creality_cr10.def.json

@@ -1,5 +1,5 @@
 {
-    "id": "creality-cr10",
+    "id": "creality_cr10",
     "name": "Creality CR-10",
     "version": 2,
     "inherits": "fdmprinter",

+ 2 - 2
resources/definitions/creality_cr10s4.def.json

@@ -1,8 +1,8 @@
 {
-    "id": "creality-cr10s4",
+    "id": "creality_cr10s4",
     "name": "Creality CR-10 S4",
     "version": 2,
-    "inherits": "creality_cr10a",
+    "inherits": "creality_cr10",
     "metadata": {
         "visible": true,
         "author": "Michael Wildermuth",

+ 1 - 1
resources/definitions/creality_cr10s5.def.json

@@ -1,5 +1,5 @@
 {
-    "id": "creality-cr10s5",
+    "id": "creality_cr10s5",
     "name": "Creality CR-10 S5",
     "version": 2,
     "inherits": "creality_cr10",