ultimaker2_plus.def.json 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "version": 2,
  3. "name": "Ultimaker 2+",
  4. "inherits": "ultimaker2",
  5. "metadata":
  6. {
  7. "author": "Ultimaker",
  8. "manufacturer": "Ultimaker B.V.",
  9. "file_formats": "text/x-gcode",
  10. "platform": "ultimaker2_platform.obj",
  11. "exclude_materials": [
  12. "structur3d_*",
  13. "generic_hips",
  14. "generic_cffcpe",
  15. "generic_cffpa",
  16. "generic_gffcpe",
  17. "generic_gffpa",
  18. "generic_petcf",
  19. "generic_pva",
  20. "generic_tough_pla",
  21. "ultimaker_bam",
  22. "ultimaker_pva",
  23. "ultimaker_tough_pla_*",
  24. "ultimaker_petg_*",
  25. "ultimaker_petcf_*"
  26. ],
  27. "firmware_file": "MarlinUltimaker2plus.hex",
  28. "first_start_actions": [],
  29. "has_machine_quality": true,
  30. "has_materials": true,
  31. "has_variants": true,
  32. "machine_extruder_trains": { "0": "ultimaker2_plus_extruder_0" },
  33. "platform_texture": "Ultimaker2Plusbackplate.png",
  34. "preferred_variant_name": "0.4 mm",
  35. "supported_actions": [],
  36. "weight": 1
  37. },
  38. "overrides":
  39. {
  40. "gantry_height": { "value": "52" },
  41. "layer_height_0": { "value": "round(machine_nozzle_size / 1.5, 2)" },
  42. "machine_disallowed_areas":
  43. {
  44. "default_value": [
  45. [
  46. [-115, 112.5],
  47. [-78, 112.5],
  48. [-80, 102.5],
  49. [-115, 102.5]
  50. ],
  51. [
  52. [115, 112.5],
  53. [115, 102.5],
  54. [105, 102.5],
  55. [103, 112.5]
  56. ],
  57. [
  58. [-115, -112.5],
  59. [-115, -104.5],
  60. [-84, -104.5],
  61. [-82, -112.5]
  62. ],
  63. [
  64. [115, -112.5],
  65. [108, -112.5],
  66. [110, -104.5],
  67. [115, -104.5]
  68. ]
  69. ]
  70. },
  71. "machine_head_with_fans_polygon":
  72. {
  73. "default_value": [
  74. [-44, 14],
  75. [-44, -34],
  76. [64, 14],
  77. [64, -34]
  78. ]
  79. },
  80. "machine_heat_zone_length": { "default_value": 20 },
  81. "machine_height": { "default_value": 205 },
  82. "machine_name": { "default_value": "Ultimaker 2+" },
  83. "machine_nozzle_head_distance": { "default_value": 5 },
  84. "machine_show_variants": { "default_value": true },
  85. "speed_infill": { "value": "speed_print" },
  86. "speed_support": { "value": "speed_wall_0" },
  87. "speed_wall_x": { "value": "speed_wall" }
  88. }
  89. }