ultimaker2plus_025.json 834 B

1234567891011121314151617181920212223
  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, 1)" },
  14. "speed_wall_0": { "inherit_function": "1 if speed_wall < 5 else (speed_wall - 5)" },
  15. "speed_topbottom": { "inherit_function": "round(speed_print / 1.5, 1)" },
  16. "machine_nozzle_size": { "default": 0.25 },
  17. "machine_nozzle_tip_outer_diameter": { "default": 0.8 },
  18. "coasting_volume": { "default": 0.1 },
  19. "coasting_min_volume": { "default": 0.17 }
  20. }
  21. }