Remove 'beta' from names of Creality printers

They are now considered stable.
This commit is contained in:
Ghostkeeper 2017-10-05 13:34:26 +02:00
parent 42652cc1c1
commit 5cd1825603
No known key found for this signature in database
GPG Key ID: C5F96EE2BC0F7E75
3 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
{ {
"id": "creality-cr10_beta", "id": "creality-cr10",
"name": "Creality CR-10 Beta", "name": "Creality CR-10",
"version": 2, "version": 2,
"inherits": "fdmprinter", "inherits": "fdmprinter",
"metadata": { "metadata": {

View File

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

View File

@ -1,8 +1,8 @@
{ {
"id": "creality-cr10s5_beta", "id": "creality-cr10s5",
"name": "Creality CR-10 S5 Beta", "name": "Creality CR-10 S5",
"version": 2, "version": 2,
"inherits": "creality_cr10_beta", "inherits": "creality_cr10",
"metadata": { "metadata": {
"visible": true, "visible": true,
"author": "Michael Wildermuth", "author": "Michael Wildermuth",