ultimaker2plus_040.json 738 B

123456789101112131415161718192021
  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, 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.25, 1)" },
  16. "machine_nozzle_size": { "default": 0.40 },
  17. "machine_nozzle_tip_outer_diameter": { "default": 1.05 }
  18. }
  19. }