Cura/resources/definitions/atom3_lite.def.json
Daniel Kurth b1788f3329 refactor: New meshes for Atom 3 / lite
Add smaller meshes for the Atom 3 and Atom 3 Lite printer as they are too big for the official repo.
2021-03-15 14:21:01 +01:00

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}
}
}