ultimaker2plus.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "id": "ultimaker2plus_base",
  3. "version": 1,
  4. "name": "Ultimaker 2+",
  5. "manufacturer": "Ultimaker",
  6. "author": "Ultimaker",
  7. "platform": "ultimaker2_platform.obj",
  8. "platform_texture": "Ultimaker2Plusbackplate.png",
  9. "visible": false,
  10. "file_formats": "text/x-gcode",
  11. "inherits": "ultimaker2.json",
  12. "overrides": {
  13. "machine_width": { "default": 230 },
  14. "machine_depth": { "default": 225 },
  15. "machine_height": { "default": 200 },
  16. "machine_show_variants": { "default": true },
  17. "gantry_height": { "default": 50 },
  18. "machine_head_with_fans_polygon":
  19. {
  20. "default": [
  21. [
  22. -44,
  23. 14
  24. ],
  25. [
  26. -44,
  27. -34
  28. ],
  29. [
  30. 64,
  31. 14
  32. ],
  33. [
  34. 64,
  35. -34
  36. ]
  37. ]
  38. }
  39. }
  40. }