mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-10-04 09:06:33 +08:00

With the stock firmware of the Ender 3, the size of the original printer was wrong, causing the model to land in a different place on the build plate. This led people to believe that the printer could take bigger prints. However it couldn't; it was just not allowing to print all the way down to the coordinate origin at 0,0. This makes the printer bigger but also adds disallowed areas so that you can't print anything near 0,0. Fixes #6267.
37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"name": "Creality Ender-3",
|
|
"version": 2,
|
|
"inherits": "creality_base",
|
|
"metadata": {
|
|
"quality_definition": "creality_base",
|
|
"visible": true,
|
|
"platform": "creality_ender3.stl"
|
|
},
|
|
"overrides": {
|
|
"machine_name": { "default_value": "Creality Ender-3" },
|
|
"machine_width": { "default_value": 235 },
|
|
"machine_depth": { "default_value": 235 },
|
|
"machine_height": { "default_value": 250 },
|
|
"machine_disallowed_areas": {
|
|
"default_value": [
|
|
[[-117.5, 117.5], [-117.5, 108], [117.5, 108], [117.5, 117.5]],
|
|
[[-117.5, -108], [-117.5, -117.5], [117.5, -117.5], [117.5, -108]]
|
|
]},
|
|
"machine_head_polygon": { "default_value": [
|
|
[-1, 1],
|
|
[-1, -1],
|
|
[1, -1],
|
|
[1, 1]
|
|
]
|
|
},
|
|
"machine_head_with_fans_polygon": { "default_value": [
|
|
[-26, 34],
|
|
[-26, -32],
|
|
[32, -32],
|
|
[32, 34]
|
|
]
|
|
},
|
|
|
|
"gantry_height": { "value": 25 }
|
|
}
|
|
} |