Applied printer-linter format

This commit is contained in:
nallath 2024-08-05 11:57:30 +00:00 committed by github-actions[bot]
parent f6f9e7a5b3
commit 2638f78dd2

View File

@ -1,18 +1,18 @@
{ {
"version": 2, "version": 2,
"name": "Creality CR-M4", "name": "Creality CR-M4",
"inherits": "creality_base", "inherits": "creality_base",
"metadata": "metadata":
{ {
"visible": true, "visible": true,
"quality_definition": "creality_base" "quality_definition": "creality_base"
}, },
"overrides": "overrides":
{ {
"gantry_height": { "value": 35 }, "gantry_height": { "value": 35 },
"machine_depth": { "default_value": 450 }, "machine_depth": { "default_value": 450 },
"machine_width": { "default_value": 450 }, "machine_height": { "default_value": 470 },
"machine_height": { "default_value": 470 }, "machine_name": { "default_value": "Creality CR-M4" },
"machine_name": { "default_value": "Creality CR-M4" } "machine_width": { "default_value": 450 }
} }
} }