Update creality_ender4.def.json

Overall printer dimensions were entered instead of build volume.
This commit is contained in:
MattCatt87 2021-04-17 04:28:21 -07:00 committed by GitHub
parent 0d29610899
commit 4e0de0496e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,9 +4,9 @@
"inherits": "creality_base", "inherits": "creality_base",
"overrides": { "overrides": {
"machine_name": { "default_value": "Creality Ender-4" }, "machine_name": { "default_value": "Creality Ender-4" },
"machine_width": { "default_value": 452 }, "machine_width": { "default_value": 220 },
"machine_depth": { "default_value": 468 }, "machine_depth": { "default_value": 220 },
"machine_height": { "default_value": 482 }, "machine_height": { "default_value": 300 },
"machine_head_with_fans_polygon": { "default_value": [ "machine_head_with_fans_polygon": { "default_value": [
[-26, 34], [-26, 34],
[-26, -32], [-26, -32],
@ -24,4 +24,4 @@
"quality_definition": "creality_base", "quality_definition": "creality_base",
"visible": true "visible": true
} }
} }