fusion3_f410.def.json 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. {
  2. "version": 2,
  3. "name": "Fusion3 F410",
  4. "inherits": "fusion3",
  5. "metadata":
  6. {
  7. "visible": true,
  8. "quality_definition": "fusion3"
  9. },
  10. "overrides":
  11. {
  12. "acceleration_print": { "value": "machine_acceleration" },
  13. "acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" },
  14. "acceleration_travel": { "value": "machine_acceleration" },
  15. "acceleration_travel_layer_0": { "value": "acceleration_travel" },
  16. "adaptive_layer_height_variation": { "value": 0.04 },
  17. "adaptive_layer_height_variation_step": { "value": 0.04 },
  18. "adhesion_type": { "value": "'skirt'" },
  19. "bottom_layers": { "value": "math.ceil(round(bottom_thickness / resolveOrValue('layer_height'), 4))" },
  20. "brim_replaces_support": { "value": false },
  21. "cool_fan_full_at_height": { "value": "layer_height_0 * 4" },
  22. "cool_min_speed": { "value": "speed_print * 0.3" },
  23. "gantry_height": { "value": 40 },
  24. "infill_before_walls": { "value": false },
  25. "infill_overlap": { "value": 20.0 },
  26. "infill_pattern": { "value": "'zigzag' if infill_sparse_density > 89 else 'lines' if infill_sparse_density > 31 else 'cubic'" },
  27. "infill_wipe_dist": { "value": 0.0 },
  28. "jerk_print": { "value": 10 },
  29. "jerk_travel": { "value": "jerk_print" },
  30. "jerk_travel_layer_0": { "value": "jerk_travel" },
  31. "machine_acceleration": { "value": 2000 },
  32. "machine_depth": { "default_value": 355 },
  33. "machine_end_gcode": { "default_value": "; Fusion3 F410 end code\nG91 ;relative positioning\nG1 E-5.00 F1000 ;retract 5mm of filament\nG1 Z+1.00 X-20.0 Y+20.0 F10000 ;short quick move to disengage from print\nG90 ;absolute positioning\nG1 X0.0 Y350.0 F9000 ; move head to back left corner\nG91 ; relative positioning\nG1 E-5.00 F500 ;retract additional filament to prevent oozing\nG90 ;absolute positioning\nM104 S0 ;turn off hotend\nM140 S0 ;turn off heatbed\n; Reset filament monitor\nM42 P63 S0\nG4 P100\nG4 P50\nM42 P63 S1\nG1 Z315 F1000 ;move print bed down to idle position\nM106 S0 ; shut off blower\nM84 ;motors off\nM561 ;clear bed probe transformation\n" },
  34. "machine_gcode_flavor": { "default_value": "RepRap (RepRap)" },
  35. "machine_head_with_fans_polygon":
  36. {
  37. "default_value": [
  38. [-30, 30],
  39. [-30, -30],
  40. [30, -30],
  41. [30, 30]
  42. ]
  43. },
  44. "machine_heated_bed": { "default_value": true },
  45. "machine_height": { "default_value": 315 },
  46. "machine_max_acceleration_x": { "value": 5000 },
  47. "machine_max_acceleration_y": { "value": 5000 },
  48. "machine_max_acceleration_z": { "value": 500 },
  49. "machine_max_feedrate_e": { "value": 166 },
  50. "machine_max_feedrate_x": { "value": 550 },
  51. "machine_max_feedrate_y": { "value": 550 },
  52. "machine_max_feedrate_z": { "value": 40 },
  53. "machine_max_jerk_e": { "value": 30 },
  54. "machine_max_jerk_z": { "value": 1 },
  55. "machine_name": { "default_value": "Fusion3 F410" },
  56. "machine_start_gcode": { "default_value": "; Fusion3 F410 start code\nM104 S0 ; shutdown heater and prepare to print\nG21 ; set units to mm\nG90 ; use absolute coordinates\nT0 ; select tool 0\nG92 E0.0 ; reset e count\nM220 S100 ; reset speed multiplier\nM140 S{material_bed_temperature_layer_0} ; set bed temp and do not wait\nG32 ; call to run bed.g\nM190 S{material_bed_temperature_layer_0} ; Set bed temperature and wait\nM109 S{material_print_temperature_layer_0} ; set print head temperature and wait\n; === pause for heating ===\n; reset filament monitor\nM42 P63 S0\nG4 P100\nG4 P50\nM42 P63 S1\nG1 X350 Y0\nG1 Z10.0 F2000 ; move up\nG1 E10.0 F500 ; prime extruder\nG92 E0.0 ; reset e count\nG1 X330 Y15 F9000 ; move back\nG1 Z{layer_height_0} F1000 ; move down to begin wipe\nG1 X150 E4.0 F6000 ; wipe print head (extrude material while we do this)\nG92 E0.0 ; reset e count\n" },
  57. "machine_width": { "default_value": 355 },
  58. "material_final_print_temperature": { "value": "material_print_temperature" },
  59. "material_initial_print_temperature": { "value": "material_print_temperature" },
  60. "meshfix_maximum_resolution": { "value": "0.25" },
  61. "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" },
  62. "minimum_interface_area": { "value": 10 },
  63. "minimum_support_area": { "value": "2 if support_structure == 'normal' else 0" },
  64. "optimize_wall_printing_order": { "value": "True" },
  65. "retract_at_layer_change": { "value": true },
  66. "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" },
  67. "retraction_combing_max_distance": { "value": 30 },
  68. "retraction_count_max": { "value": 100 },
  69. "retraction_extrusion_window": { "value": 5 },
  70. "retraction_hop": { "value": 0.2 },
  71. "retraction_hop_enabled": { "value": true },
  72. "retraction_prime_speed":
  73. {
  74. "maximum_value": "machine_max_feedrate_e",
  75. "maximum_value_warning": "machine_max_feedrate_e *0.75"
  76. },
  77. "retraction_retract_speed":
  78. {
  79. "maximum_value": "machine_max_feedrate_e",
  80. "maximum_value_warning": "machine_max_feedrate_e *0.75"
  81. },
  82. "retraction_speed":
  83. {
  84. "default_value": 100,
  85. "maximum_value": "machine_max_feedrate_e",
  86. "maximum_value_warning": "machine_max_feedrate_e *0.75"
  87. },
  88. "skin_overlap": { "value": 10.0 },
  89. "skirt_gap": { "value": 10.0 },
  90. "skirt_line_count": { "value": 3 },
  91. "speed_infill": { "value": "speed_print *0.7" },
  92. "speed_layer_0": { "value": "speed_print *0.4" },
  93. "speed_prime_tower": { "value": "speed_topbottom" },
  94. "speed_print": { "value": 100 },
  95. "speed_support": { "value": "speed_wall_0" },
  96. "speed_support_interface": { "value": "speed_topbottom" },
  97. "speed_travel": { "value": "speed_print * 1.5" },
  98. "speed_travel_layer_0": { "value": "speed_travel *0.5" },
  99. "speed_wall": { "value": "speed_print *0.6" },
  100. "speed_wall_x": { "value": "speed_print *0.85" },
  101. "speed_z_hop": { "value": 5 },
  102. "support_angle": { "value": "math.floor(math.degrees(math.atan(line_width/2.0/layer_height)))" },
  103. "support_brim_enable": { "value": true },
  104. "support_brim_width": { "value": 4 },
  105. "support_infill_angles":
  106. {
  107. "value": [
  108. 45
  109. ]
  110. },
  111. "support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 30" },
  112. "support_interface_density": { "value": 33.333 },
  113. "support_interface_height": { "value": "layer_height * 4" },
  114. "support_interface_pattern": { "value": "'grid'" },
  115. "support_pattern": { "value": "'zigzag'" },
  116. "support_wall_count": { "value": 0 },
  117. "support_xy_distance": { "value": "wall_line_width_0 * 3" },
  118. "support_xy_distance_overhang": { "value": "wall_line_width_0" },
  119. "support_xy_overrides_z": { "value": "'xy_overrides_z'" },
  120. "support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height*2" },
  121. "top_bottom_pattern": { "value": "'zigzag'" },
  122. "top_bottom_pattern_0": { "value": "'zigzag'" },
  123. "top_bottom_thickness":
  124. {
  125. "minimum_value_warning": "0.4",
  126. "value": "(layer_height*3) + layer_height_0"
  127. },
  128. "top_layers": { "value": "math.ceil(round(top_thickness / resolveOrValue('layer_height'), 4))" },
  129. "travel_avoid_other_parts": { "value": false },
  130. "travel_avoid_supports": { "value": true },
  131. "travel_retract_before_outer_wall": { "value": true },
  132. "wall_0_wipe_dist": { "value": 0.0 },
  133. "z_seam_corner": { "value": "'z_seam_corner_inner'" },
  134. "z_seam_type": { "value": "'sharpest_corner'" }
  135. }
  136. }