Update creality cr-x.def.json

Updated name to Creality3D instead of Creality
This commit is contained in:
steverc1572 2019-01-20 14:21:54 -06:00 committed by GitHub
parent ff005eb01f
commit 4637257f03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
{ {
"id": "CR-X", "id": "CR-X",
"version": 2, "version": 2,
"name": "Creality CR-X", "name": "Creality3D CR-X",
"inherits": "fdmprinter", "inherits": "fdmprinter",
"metadata": { "metadata": {
"visible": true, "visible": true,
"author": "SRC", "author": "SRC",
"manufacturer": "Creality", "manufacturer": "Creality3D",
"category": "Other", "category": "Other",
"file_formats": "text/x-gcode", "file_formats": "text/x-gcode",
"platform": "cr-x.stl", "platform": "cr-x.stl",
@ -19,7 +19,7 @@
}, },
"overrides": { "overrides": {
"machine_name": { "default_value": "Creality CR-X" }, "machine_name": { "default_value": "Creality3D CR-X" },
"machine_extruder_count": { "default_value": 2 }, "machine_extruder_count": { "default_value": 2 },
"machine_heated_bed": { "default_value": true }, "machine_heated_bed": { "default_value": true },
"machine_width": { "default_value": 300 }, "machine_width": { "default_value": 300 },