Cura/resources/machines/ultimaker2plus_025.json
2016-04-15 14:36:13 +02:00

23 lines
834 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.25 mm",
"overrides": {
"speed_wall": { "inherit_function": "round(speed_print / 1.2, 1)" },
"speed_wall_0": { "inherit_function": "1 if speed_wall < 5 else (speed_wall - 5)" },
"speed_topbottom": { "inherit_function": "round(speed_print / 1.5, 1)" },
"machine_nozzle_size": { "default": 0.25 },
"machine_nozzle_tip_outer_diameter": { "default": 0.8 },
"coasting_volume": { "default": 0.1 },
"coasting_min_volume": { "default": 0.17 }
}
}