Cura/resources/definitions/two_trees_sapphireplus.def.json
jspijker 53d8e0c730 Applied printer-linter format
To make sure we have uniform diffs with our PR's
2022-12-30 22:05:41 +01:00

37 lines
1.1 KiB
JSON

{
"version": 2,
"name": "Two Trees Sapphire Plus",
"inherits": "two_trees_base",
"metadata":
{
"visible": true,
"platform": "sapphireplus_platform.stl",
"quality_definition": "two_trees_base"
},
"overrides":
{
"gantry_height": { "value": 65 },
"infill_material_flow": { "value": 100 },
"infill_overlap": { "value": 30 },
"machine_depth": { "default_value": 300 },
"machine_head_with_fans_polygon":
{
"default_value": [
[-30, 19],
[30, 19],
[30, -49],
[-30, -49]
]
},
"machine_height": { "default_value": 350 },
"machine_name": { "default_value": "Two Trees Sapphire Plus" },
"machine_width": { "default_value": 300 },
"material_flow": { "value": 90 },
"retraction_amount": { "default_value": 7 },
"retraction_speed": { "default_value": 40 },
"skin_overlap": { "value": 20 },
"speed_print": { "value": 60.0 },
"speed_travel": { "value": 180 },
"speed_travel_layer_0": { "value": 100 }
}
}