12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "version": 2,
- "name": "Ultimaker 3 Extended",
- "inherits": "ultimaker3",
- "metadata":
- {
- "visible": true,
- "author": "Ultimaker",
- "manufacturer": "Ultimaker B.V.",
- "file_formats": "application/gzip;text/x-gcode",
- "platform": "ultimaker3_platform.obj",
- "bom_numbers": [
- 9511
- ],
- "firmware_update_info":
- {
- "check_urls": [ "https://software.ultimaker.com/releases/firmware/9066/stable/um-update.swu.version" ],
- "id": 9511,
- "update_url": "https://ultimaker.com/firmware?utm_source=cura&utm_medium=software&utm_campaign=fw-update"
- },
- "first_start_actions": [ "DiscoverUM3Action" ],
- "has_machine_quality": true,
- "has_materials": true,
- "has_variants": true,
- "machine_extruder_trains":
- {
- "0": "ultimaker3_extended_extruder_left",
- "1": "ultimaker3_extended_extruder_right"
- },
- "platform_offset": [
- 0,
- 0,
- 0
- ],
- "platform_texture": "Ultimaker3Extendedbackplate.png",
- "preferred_variant_name": "AA 0.4",
- "quality_definition": "ultimaker3",
- "supported_actions": [ "DiscoverUM3Action" ],
- "variants_name": "Print core"
- },
- "overrides":
- {
- "machine_height": { "default_value": 300 },
- "machine_name": { "default_value": "Ultimaker 3 Extended" }
- }
- }
|