ultimaker2plus_040.json 773 B

12345678910111213141516171819202122
  1. {
  2. "id": "ultimaker2plus",
  3. "version": 1,
  4. "name": "Ultimaker 2+",
  5. "manufacturer": "Ultimaker",
  6. "author": "Ultimaker",
  7. "platform": "ultimaker2_platform.obj",
  8. "platform_texture": "Ultimaker2Plusbackplate.png",
  9. "file_formats": "text/x-gcode",
  10. "inherits": "ultimaker2plus.json",
  11. "variant": "0.4 mm",
  12. "overrides": {
  13. "speed_wall": { "inherit_function": "round(speed_print / 1.25, 0)" },
  14. "speed_wall_x": { "inherit_function": "speed_wall" },
  15. "speed_wall_0": { "inherit_function": "speed_wall - 10" },
  16. "speed_topbottom": { "inherit_function": "round(speed_print / 2.25, 0)" },
  17. "machine_nozzle_size": { "default": 0.40 },
  18. "machine_nozzle_tip_outer_diameter": { "default": 1.05 }
  19. }
  20. }