mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 15:25:09 -06:00
18 lines
480 B
JSON
18 lines
480 B
JSON
{
|
|
"id": "ultimaker2plus",
|
|
"version": 1,
|
|
"name": "Ultimaker 2+",
|
|
"manufacturer": "Ultimaker",
|
|
"author": "Ultimaker",
|
|
"platform": "ultimaker2_platform.obj",
|
|
"platform_texture": "Ultimaker2Plusbackplate.png",
|
|
"file_formats": "text/x-gcode",
|
|
"inherits": "ultimaker2plus.json",
|
|
|
|
"variant": "0.4 mm",
|
|
|
|
"overrides": {
|
|
"machine_nozzle_size": { "default": 0.40 },
|
|
"machine_nozzle_tip_outer_diameter": { "default": 1.05 }
|
|
}
|
|
}
|