ultimaker2plus.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. "speed_infill": { "inherit_function": "speed_print" },
  14. "speed_wall_x": { "inherit_function": "speed_wall" },
  15. "layer_height_0": { "inherit_function": "round(machine_nozzle_size / 1.5, 2)" },
  16. "retraction_min_travel": { "inherit_function": "machine_nozzle_size * 2" },
  17. "line_width": { "inherit_function": "round(machine_nozzle_size * 0.875, 2)" },
  18. "speed_layer_0": { "default": "20" },
  19. "speed_support": { "inherit_function": "speed_wall_0" },
  20. "machine_show_variants": { "default": true },
  21. "gantry_height": { "default": 52 },
  22. "machine_nozzle_head_distance": { "default": 5 },
  23. "machine_nozzle_expansion_angle": { "default": 45 },
  24. "machine_heat_zone_length": { "default": 20 },
  25. "machine_head_with_fans_polygon":
  26. {
  27. "default": [
  28. [
  29. -44,
  30. 14
  31. ],
  32. [
  33. -44,
  34. -34
  35. ],
  36. [
  37. 64,
  38. 14
  39. ],
  40. [
  41. 64,
  42. -34
  43. ]
  44. ]
  45. },
  46. "retraction_amount": { "default": 6.0 },
  47. "machine_disallowed_areas": { "default": [
  48. [[-115.0, 112.5], [ -78.0, 112.5], [ -80.0, 102.5], [-115.0, 102.5]],
  49. [[ 115.0, 112.5], [ 115.0, 102.5], [ 105.0, 102.5], [ 103.0, 112.5]],
  50. [[-115.0, -112.5], [-115.0, -104.5], [ -84.0, -104.5], [ -82.0, -112.5]],
  51. [[ 115.0, -112.5], [ 108.0, -112.5], [ 110.0, -104.5], [ 115.0, -104.5]]
  52. ]}
  53. }
  54. }