12345678910111213141516171819202122 |
- {
- "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": {
- "speed_wall": { "inherit_function": "round(speed_print / 1.25, 0)" },
- "speed_wall_x": { "inherit_function": "speed_wall" },
- "speed_wall_0": { "inherit_function": "speed_wall - 10" },
- "speed_topbottom": { "inherit_function": "round(speed_print / 2.25, 0)" },
- "machine_nozzle_size": { "default": 0.40 },
- "machine_nozzle_tip_outer_diameter": { "default": 1.05 }
- }
- }
|