ultimaker3.def.json 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. {
  2. "version": 2,
  3. "name": "Ultimaker 3",
  4. "inherits": "ultimaker",
  5. "metadata": {
  6. "author": "Ultimaker",
  7. "manufacturer": "Ultimaker B.V.",
  8. "visible": true,
  9. "file_formats": "application/gzip;text/x-gcode",
  10. "platform": "ultimaker3_platform.obj",
  11. "platform_texture": "Ultimaker3backplate.png",
  12. "platform_offset": [0, 0, 0],
  13. "has_machine_quality": true,
  14. "has_materials": true,
  15. "has_machine_materials": true,
  16. "has_variant_materials": true,
  17. "has_variants": true,
  18. "preferred_variant_name": "AA 0.4",
  19. "preferred_quality_type": "normal",
  20. "variants_name": "Print core",
  21. "machine_extruder_trains":
  22. {
  23. "0": "ultimaker3_extruder_left",
  24. "1": "ultimaker3_extruder_right"
  25. },
  26. "first_start_actions": [ "DiscoverUM3Action" ],
  27. "supported_actions": [ "DiscoverUM3Action" ],
  28. "supports_usb_connection": false
  29. },
  30. "overrides": {
  31. "machine_name": { "default_value": "Ultimaker 3" },
  32. "machine_width": { "default_value": 233 },
  33. "machine_depth": { "default_value": 215 },
  34. "machine_height": { "default_value": 200 },
  35. "machine_heated_bed": { "default_value": true },
  36. "machine_filament_park_distance": { "value": "machine_heat_zone_length + 26.5" },
  37. "machine_nozzle_heat_up_speed": { "default_value": 1.4 },
  38. "machine_nozzle_cool_down_speed": { "default_value": 0.8 },
  39. "machine_head_with_fans_polygon":
  40. {
  41. "default_value":
  42. [
  43. [ -41.9, -45.8 ],
  44. [ -41.9, 33.9 ],
  45. [ 59.9, 33.9 ],
  46. [ 59.9, -45.8 ]
  47. ]
  48. },
  49. "machine_gcode_flavor": { "default_value": "Griffin" },
  50. "machine_max_feedrate_x": { "default_value": 300 },
  51. "machine_max_feedrate_y": { "default_value": 300 },
  52. "machine_max_feedrate_z": { "default_value": 40 },
  53. "machine_acceleration": { "default_value": 3000 },
  54. "gantry_height": { "default_value": 60 },
  55. "machine_disallowed_areas": { "default_value": [
  56. [[92.8, -53.4], [92.8, -97.5], [116.5, -97.5], [116.5, -53.4]],
  57. [[73.8, 107.5], [73.8, 100.5], [116.5, 100.5], [116.5, 107.5]],
  58. [[74.6, 107.5], [74.6, 100.5], [116.5, 100.5], [116.5, 107.5]],
  59. [[74.9, -97.5], [74.9, -107.5], [116.5, -107.5], [116.5, -97.5]],
  60. [[-116.5, -103.5], [-116.5, -107.5], [-100.9, -107.5], [-100.9, -103.5]],
  61. [[-116.5, 105.8], [-96.9, 105.8], [-96.9, 107.5], [-116.5, 107.5]]
  62. ]},
  63. "machine_extruder_count": { "default_value": 2 },
  64. "extruder_prime_pos_abs": { "default_value": true },
  65. "machine_start_gcode": { "default_value": "" },
  66. "machine_end_gcode": { "default_value": "G91 ;Relative movement\nG0 F15000 X8.0 Z0.5 E-4.5 ;Wiping+material retraction\nG0 F10000 Z1.5 E4.5 ;Compensation for the retraction\nG90 ;Disable relative movement" },
  67. "prime_tower_position_x": { "value": "machine_depth - max(extruderValue(adhesion_extruder_nr, 'brim_width') * extruderValue(adhesion_extruder_nr, 'initial_layer_line_width_factor') / 100 if adhesion_type == 'brim' else (extruderValue(adhesion_extruder_nr, 'raft_margin') if adhesion_type == 'raft' else (extruderValue(adhesion_extruder_nr, 'skirt_gap') if adhesion_type == 'skirt' else 0)), max(extruderValues('travel_avoid_distance'))) - max(extruderValues('support_offset')) - sum(extruderValues('skirt_brim_line_width')) - 30" },
  68. "prime_tower_wipe_enabled": { "default_value": false },
  69. "prime_blob_enable": { "enabled": true },
  70. "acceleration_enabled": { "value": "True" },
  71. "acceleration_layer_0": { "value": "acceleration_topbottom" },
  72. "acceleration_prime_tower": { "value": "math.ceil(acceleration_print * 2000 / 4000)" },
  73. "acceleration_print": { "value": "4000" },
  74. "acceleration_support": { "value": "math.ceil(acceleration_print * 2000 / 4000)" },
  75. "acceleration_support_interface": { "value": "acceleration_topbottom" },
  76. "acceleration_topbottom": { "value": "math.ceil(acceleration_print * 500 / 4000)" },
  77. "acceleration_wall": { "value": "math.ceil(acceleration_print * 1000 / 4000)" },
  78. "acceleration_wall_0": { "value": "math.ceil(acceleration_wall * 500 / 1000)" },
  79. "brim_width": { "value": "3" },
  80. "cool_fan_full_at_height": { "value": "layer_height_0 + 4 * layer_height" },
  81. "cool_fan_speed": { "value": "50" },
  82. "cool_fan_speed_max": { "value": "100" },
  83. "cool_min_speed": { "value": "5" },
  84. "infill_line_width": { "value": "round(line_width * 0.5 / 0.35, 2)" },
  85. "infill_overlap": { "value": "0" },
  86. "infill_pattern": { "value": "'triangles'" },
  87. "infill_wipe_dist": { "value": "0" },
  88. "initial_layer_line_width_factor": { "value": "120" },
  89. "jerk_enabled": { "value": "True" },
  90. "jerk_layer_0": { "value": "jerk_topbottom" },
  91. "jerk_prime_tower": { "value": "math.ceil(jerk_print * 15 / 25)" },
  92. "jerk_print": { "value": "25" },
  93. "jerk_support": { "value": "math.ceil(jerk_print * 15 / 25)" },
  94. "jerk_support_interface": { "value": "jerk_topbottom" },
  95. "jerk_topbottom": { "value": "math.ceil(jerk_print * 5 / 25)" },
  96. "jerk_wall": { "value": "math.ceil(jerk_print * 10 / 25)" },
  97. "jerk_wall_0": { "value": "math.ceil(jerk_wall * 5 / 10)" },
  98. "layer_height_0": { "value": "round(machine_nozzle_size / 1.5, 2)" },
  99. "layer_start_x": { "value": "sum(extruderValues('machine_extruder_start_pos_x')) / len(extruderValues('machine_extruder_start_pos_x'))" },
  100. "layer_start_y": { "value": "sum(extruderValues('machine_extruder_start_pos_y')) / len(extruderValues('machine_extruder_start_pos_y'))" },
  101. "line_width": { "value": "round(machine_nozzle_size * 0.875, 3)" },
  102. "machine_min_cool_heat_time_window": { "value": "15" },
  103. "default_material_print_temperature": { "value": "200" },
  104. "material_print_temperature_layer_0": { "value": "material_print_temperature + 5" },
  105. "material_bed_temperature": { "maximum_value": "115" },
  106. "material_bed_temperature_layer_0": { "maximum_value": "115" },
  107. "material_standby_temperature": { "value": "100" },
  108. "meshfix_maximum_resolution": { "value": "0.04" },
  109. "multiple_mesh_overlap": { "value": "0" },
  110. "optimize_wall_printing_order": { "value": "True" },
  111. "prime_tower_enable": { "default_value": true },
  112. "raft_airgap": { "value": "0" },
  113. "raft_base_thickness": { "value": "0.3" },
  114. "raft_interface_line_spacing": { "value": "0.5" },
  115. "raft_interface_line_width": { "value": "0.5" },
  116. "raft_interface_thickness": { "value": "0.2" },
  117. "raft_jerk": { "value": "jerk_layer_0" },
  118. "raft_margin": { "value": "10" },
  119. "raft_surface_layers": { "value": "1" },
  120. "retraction_amount": { "value": "6.5" },
  121. "retraction_count_max": { "value": "10" },
  122. "retraction_extrusion_window": { "value": "1" },
  123. "retraction_hop": { "value": "2" },
  124. "retraction_hop_enabled": { "value": "extruders_enabled_count > 1" },
  125. "retraction_hop_only_when_collides": { "value": "True" },
  126. "retraction_min_travel": { "value": "5" },
  127. "retraction_prime_speed": { "value": "15" },
  128. "skin_overlap": { "value": "10" },
  129. "speed_layer_0": { "value": "20" },
  130. "speed_prime_tower": { "value": "speed_topbottom" },
  131. "speed_print": { "value": "35" },
  132. "speed_support": { "value": "speed_wall_0" },
  133. "speed_support_interface": { "value": "speed_topbottom" },
  134. "speed_topbottom": { "value": "math.ceil(speed_print * 20 / 35)" },
  135. "speed_travel": { "value": "250" },
  136. "speed_wall": { "value": "math.ceil(speed_print * 30 / 35)" },
  137. "speed_wall_0": { "value": "math.ceil(speed_wall * 20 / 30)" },
  138. "speed_wall_x": { "value": "speed_wall" },
  139. "support_angle": { "value": "45" },
  140. "support_pattern": { "value": "'triangles'" },
  141. "support_use_towers": { "value": "False" },
  142. "support_xy_distance": { "value": "wall_line_width_0 * 2.5" },
  143. "support_xy_distance_overhang": { "value": "wall_line_width_0" },
  144. "support_z_distance": { "value": "0" },
  145. "switch_extruder_prime_speed": { "value": "15" },
  146. "switch_extruder_retraction_amount": { "value": "8" },
  147. "top_bottom_thickness": { "value": "1" },
  148. "travel_avoid_distance": { "value": "3 if extruders_enabled_count > 1 else machine_nozzle_tip_outer_diameter / 2 * 1.5" },
  149. "wall_0_inset": { "value": "0" },
  150. "wall_line_width_x": { "value": "round(wall_line_width * 0.3 / 0.35, 2)" },
  151. "wall_thickness": { "value": "1" },
  152. "zig_zaggify_infill": { "value": "gradual_infill_steps == 0" }
  153. }
  154. }