ultimaker2_plus_connect.def.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "version": 2,
  3. "name": "Ultimaker 2+ Connect",
  4. "inherits": "ultimaker2",
  5. "metadata":
  6. {
  7. "author": "Ultimaker",
  8. "manufacturer": "Ultimaker B.V.",
  9. "file_formats": "application/x-ufp;text/x-gcode",
  10. "platform": "ultimaker2_plus_connect_platform.obj",
  11. "exclude_materials": [
  12. "generic_bam",
  13. "generic_cffcpe",
  14. "generic_cffpa",
  15. "generic_flexible",
  16. "generic_gffcpe",
  17. "generic_gffpa",
  18. "generic_hips",
  19. "generic_petcf",
  20. "generic_pva",
  21. "structur3d_",
  22. "ultimaker_bam",
  23. "ultimaker_petcf",
  24. "ultimaker_pva"
  25. ],
  26. "first_start_actions": [],
  27. "has_machine_materials": true,
  28. "has_machine_quality": true,
  29. "has_materials": true,
  30. "has_variants": true,
  31. "machine_extruder_trains": { "0": "ultimaker2_plus_connect_extruder_0" },
  32. "platform_offset": [
  33. -1,
  34. -6,
  35. 0
  36. ],
  37. "platform_texture": "Ultimaker2PlusConnectbackplate.png",
  38. "preferred_variant_name": "0.4 mm",
  39. "supported_actions": [],
  40. "supports_network_connection": true,
  41. "supports_usb_connection": false,
  42. "weight": 1
  43. },
  44. "overrides":
  45. {
  46. "gantry_height": { "value": "52" },
  47. "infill_overlap": { "value": "0" },
  48. "infill_pattern": { "value": "'zigzag' if infill_sparse_density > 80 else 'grid'" },
  49. "infill_wipe_dist": { "value": "0" },
  50. "layer_height_0": { "value": "round(machine_nozzle_size / 1.5, 2)" },
  51. "machine_depth": { "default_value": 220 },
  52. "machine_disallowed_areas":
  53. {
  54. "default_value": [
  55. [
  56. [-115, 112.5],
  57. [-83, 112.5],
  58. [-85, 104.0],
  59. [-115, 104.0]
  60. ],
  61. [
  62. [115, 112.5],
  63. [115, 104.0],
  64. [104, 104.0],
  65. [102, 112.5]
  66. ],
  67. [
  68. [-115, -112.5],
  69. [-115, -104.0],
  70. [-87, -104.0],
  71. [-85, -112.5]
  72. ],
  73. [
  74. [115, -112.5],
  75. [104, -112.5],
  76. [106, -104.0],
  77. [115, -104.0]
  78. ]
  79. ]
  80. },
  81. "machine_end_gcode": { "value": "''" },
  82. "machine_gcode_flavor": { "default_value": "Griffin" },
  83. "machine_head_with_fans_polygon":
  84. {
  85. "default_value": [
  86. [-44, 14],
  87. [-44, -34],
  88. [64, 14],
  89. [64, -34]
  90. ]
  91. },
  92. "machine_heat_zone_length": { "default_value": 20 },
  93. "machine_height": { "default_value": 205 },
  94. "machine_name": { "default_value": "Ultimaker 2+ Connect" },
  95. "machine_nozzle_head_distance": { "default_value": 5 },
  96. "machine_show_variants": { "default_value": true },
  97. "machine_start_gcode": { "value": "''" },
  98. "machine_width": { "default_value": 223 },
  99. "material_initial_print_temperature":
  100. {
  101. "maximum_value": 260,
  102. "value": "material_print_temperature"
  103. },
  104. "material_print_temperature": { "maximum_value": 260 },
  105. "material_print_temperature_layer_0": { "maximum_value": 260 },
  106. "meshfix_maximum_deviation": { "value": "(layer_height / 3) if magic_spiralize else (layer_height / 4)" },
  107. "meshfix_maximum_resolution": { "value": "(speed_wall_0 + speed_wall_x) / 60" },
  108. "meshfix_maximum_travel_resolution": { "value": 0.5 },
  109. "optimize_wall_printing_order": { "value": "True" },
  110. "prime_blob_enable":
  111. {
  112. "default_value": true,
  113. "enabled": true,
  114. "value": "resolveOrValue('print_sequence') != 'one_at_a_time'"
  115. },
  116. "retraction_prime_speed": { "value": "15" },
  117. "retraction_speed": { "value": "45" },
  118. "speed_support": { "value": "speed_wall_0" },
  119. "speed_wall_x": { "value": "speed_wall" },
  120. "zig_zaggify_infill": { "value": "gradual_infill_steps == 0" }
  121. }
  122. }