ultimaker2plus_025.json 870 B

123456789101112131415161718192021222324
  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.25 mm",
  12. "overrides": {
  13. "speed_wall": { "inherit_function": "round(speed_print / 1.2, 0)" },
  14. "speed_wall_x": { "inherit_function": "speed_wall" },
  15. "speed_wall_0": { "inherit_function": "speed_wall - 5" },
  16. "speed_topbottom": { "inherit_function": "round(speed_print / 1.5, 0)" },
  17. "machine_nozzle_size": { "default": 0.25 },
  18. "machine_nozzle_tip_outer_diameter": { "default": 0.8 },
  19. "coasting_volume": { "default": 0.1 },
  20. "coasting_min_volume": { "default": 0.17 }
  21. }
  22. }