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

This should make it a bit easier for others to create a new definition since there is less for them to 'have to know'. Previously they would be required to fill in as category Other, but now they can just leave the category out.
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"id": "makerbotreplicator",
|
|
"name": "MakerBotReplicator",
|
|
"version": 2,
|
|
"inherits": "fdmprinter",
|
|
"metadata": {
|
|
"visible": true,
|
|
"author": "Ultimaker",
|
|
"manufacturer": "MakerBot",
|
|
"file_formats": "application/x3g",
|
|
"platform_offset": [ 0, 0, 0]
|
|
},
|
|
|
|
"overrides": {
|
|
"prime_tower_size": { "default_value": 10.0 },
|
|
"infill_sparse_density": { "default_value": 10 },
|
|
"speed_travel": { "default_value": 150 },
|
|
"material_diameter": { "default_value": 1.75 },
|
|
"layer_height": { "default_value": 0.15 },
|
|
"material_print_temperature": { "default_value": 220 },
|
|
"machine_extruder_count": { "default_value": 1 },
|
|
"machine_heated_bed": { "default_value": true },
|
|
"machine_center_is_zero": { "default_value": false },
|
|
"machine_height": { "default_value": 150 },
|
|
"machine_gcode_flavor": { "default_value": "MakerBot" },
|
|
"machine_depth": { "default_value": 145 },
|
|
"machine_width": { "default_value": 225 },
|
|
"machine_name": { "default_value": "MakerBot Replicator" }
|
|
}
|
|
}
|