ultimaker2plus_080.json 787 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.8 mm",
  12. "overrides": {
  13. "speed_wall": { "inherit_function": "round(speed_print / 1.333333, 1)" },
  14. "speed_wall_0": { "inherit_function": "1 if speed_wall < 10 else (speed_wall - 10)" },
  15. "speed_topbottom": { "inherit_function": "round(speed_print / 2, 1)" },
  16. "machine_nozzle_size": { "default": 0.80 },
  17. "machine_nozzle_tip_outer_diameter": { "default": 1.35 },
  18. "coasting_volume": { "default": 3.22 }
  19. }
  20. }