mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-29 17:45:08 +08:00

Add smaller meshes for the Atom 3 and Atom 3 Lite printer as they are too big for the official repo.
62 lines
1.3 KiB
JSON
62 lines
1.3 KiB
JSON
{
|
|
"version": 2,
|
|
"name": "Atom 3 Lite",
|
|
"inherits": "atom3",
|
|
"metadata": {
|
|
"author": "Daniel Kurth",
|
|
"manufacturer": "Layer One",
|
|
"platform_offset": [0, 0, 0],
|
|
"preferred_variant_name": "PTFE hotend + 0.4mm brass nozzle",
|
|
"platform": "Atom 3 lite bed.3mf"
|
|
},
|
|
|
|
|
|
|
|
|
|
"overrides": {
|
|
"machine_head_with_fans_polygon":
|
|
{
|
|
"default_value":
|
|
[
|
|
[-23.82, 41.25],
|
|
[23.82, 41.25],
|
|
[38.105, 16.5],
|
|
[57.631 , 16.5],
|
|
|
|
[57.631 , -16.5],
|
|
[38.105, -16.5],
|
|
[23.82, -41.25],
|
|
[-23.82, -41.25],
|
|
|
|
[-38.105, -16.5],
|
|
[-57.631 , -16.5],
|
|
[-57.631 , 16.5],
|
|
[-38.105, 16.5],
|
|
[-23.82, 41.25]
|
|
]
|
|
},
|
|
|
|
|
|
|
|
|
|
"retraction_amount": { "default_value": 7 },
|
|
"retraction_speed": {
|
|
"default_value": 70,
|
|
"maximum_value_warning": "90"
|
|
},
|
|
|
|
|
|
|
|
|
|
"cool_min_layer_time": { "default_value": 15},
|
|
"cool_min_speed": { "default_value": 5},
|
|
"cool_lift_head": { "default_value": false},
|
|
|
|
|
|
|
|
|
|
"support_angle": { "default_value": 45}
|
|
}
|
|
}
|
|
|
|
|