Cura/resources/definitions/ultimaker_sketch_large.def.json
2024-06-14 16:11:52 +02:00

42 lines
1.4 KiB
JSON

{
"version": 2,
"name": "MakerBot Sketch Large",
"inherits": "ultimaker_sketch",
"metadata":
{
"visible": true,
"author": "Ultimaker",
"manufacturer": "Ultimaker B.V.",
"file_formats": "application/x-makerbot-sketch",
"platform": "ultimaker_sketch_large_platform.obj",
"has_machine_quality": true,
"has_materials": true,
"has_variants": true,
"machine_extruder_trains": { "0": "ultimaker_sketch_extruder" },
"platform_offset": [
0,
0,
0
],
"preferred_material": "ultimaker_pla_175",
"preferred_quality_type": "draft",
"preferred_variant_name": "0.4mm",
"quality_definition": "ultimaker_sketch",
"reference_machine_id": "sketch_large",
"supports_network_connection": true,
"supports_usb_connection": false,
"variants_name": "Extruder",
"weight": -1
},
"overrides":
{
"machine_depth": { "default_value": 200 },
"machine_height": { "default_value": 250 },
"machine_name": { "default_value": "Makerbot Sketch Large" },
"machine_width": { "default_value": 220 },
"material_flow": { "default_value": 94 },
"retraction_amount": { "value": 6 },
"speed_print": { "value": 50 },
"speed_travel": { "value": 100 }
}
}