mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
Fix referencing creality definitions
The IDs don't matter, but that little 'a' there does.
This commit is contained in:
parent
aa9ae73e8f
commit
f2ecf41ab1
3 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "creality-cr10",
|
||||
"id": "creality_cr10",
|
||||
"name": "Creality CR-10",
|
||||
"version": 2,
|
||||
"inherits": "fdmprinter",
|
||||
|
|
|
@ -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,5 +1,5 @@
|
|||
{
|
||||
"id": "creality-cr10s5",
|
||||
"id": "creality_cr10s5",
|
||||
"name": "Creality CR-10 S5",
|
||||
"version": 2,
|
||||
"inherits": "creality_cr10",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue