ultimaker2plus.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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_height": { "default": 203 },
  14. "machine_show_variants": { "default": true },
  15. "gantry_height": { "default": 52 },
  16. "machine_nozzle_head_distance": { "default": 5 },
  17. "machine_nozzle_expansion_angle": { "default": 45 },
  18. "machine_heat_zone_length": { "default": 20 },
  19. "machine_head_with_fans_polygon":
  20. {
  21. "default": [
  22. [
  23. -44,
  24. 14
  25. ],
  26. [
  27. -44,
  28. -34
  29. ],
  30. [
  31. 64,
  32. 14
  33. ],
  34. [
  35. 64,
  36. -34
  37. ]
  38. ]
  39. },
  40. "retraction_amount": { "default": 6.0 },
  41. "machine_disallowed_areas": { "default": [
  42. [[-115.0, 112.5], [ -78.0, 112.5], [ -80.0, 102.5], [-115.0, 102.5]],
  43. [[ 115.0, 112.5], [ 115.0, 102.5], [ 106.0, 102.5], [ 104.0, 112.5]],
  44. [[-115.0, -112.5], [-115.0, -104.5], [ -84.0, -104.5], [ -82.0, -112.5]],
  45. [[ 115.0, -112.5], [ 108.0, -112.5], [ 110.0, -104.5], [ 115.0, -104.5]]
  46. ]}
  47. }
  48. }