ultimaker2_olsson.json 693 B

123456789101112131415161718192021
  1. {
  2. "id": "ultimaker2_olsson_base",
  3. "version": 1,
  4. "name": "Ultimaker 2 with Olsson Block",
  5. "manufacturer": "Ultimaker",
  6. "author": "Ultimaker",
  7. "platform": "ultimaker2_platform.obj",
  8. "platform_texture": "Ultimaker2backplate.png",
  9. "visible": false,
  10. "file_formats": "text/x-gcode",
  11. "inherits": "ultimaker2.json",
  12. "overrides": {
  13. "machine_show_variants": { "default": true },
  14. "machine_nozzle_head_distance": { "default": 5 },
  15. "machine_nozzle_expansion_angle": { "default": 45 },
  16. "machine_height": { "default": 203 },
  17. "machine_heat_zone_length": { "default": 20 },
  18. "gantry_height": { "default": 52 }
  19. }
  20. }