Fix referencing creality definitions

The IDs don't matter, but that little 'a' there does.
This commit is contained in:
Ghostkeeper 2017-10-05 13:43:52 +02:00
parent aa9ae73e8f
commit f2ecf41ab1
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75
3 changed files with 4 additions and 4 deletions

View file

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

View file

@ -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",

View file

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