flyingbear_base.def.json 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. {
  2. "version": 2,
  3. "name": "Flying Bear Base Printer",
  4. "inherits": "fdmprinter",
  5. "metadata":
  6. {
  7. "visible": false,
  8. "author": "oducceu",
  9. "manufacturer": "Flying Bear",
  10. "file_formats": "text/x-gcode",
  11. "exclude_materials": [
  12. "3D-Fuel_PLA_PRO_Black",
  13. "3D-Fuel_PLA_SnapSupport",
  14. "chromatik_pla",
  15. "dsm_arnitel2045_175",
  16. "dsm_novamid1070_175",
  17. "emotiontech_abs",
  18. "emotiontech_absx",
  19. "emotiontech_acetate",
  20. "emotiontech_asax",
  21. "emotiontech_bvoh",
  22. "emotiontech_hips",
  23. "emotiontech_petg",
  24. "emotiontech_pla",
  25. "emotiontech_pva-m",
  26. "emotiontech_pva-s",
  27. "emotiontech_tpu98a",
  28. "fabtotum_abs",
  29. "fabtotum_nylon",
  30. "fabtotum_pla",
  31. "fabtotum_tpu",
  32. "fiberlogy_hd_pla",
  33. "filo3d_pla",
  34. "filo3d_pla_green",
  35. "filo3d_pla_red",
  36. "generic_abs",
  37. "generic_bam",
  38. "generic_cffcpe",
  39. "generic_cffpa",
  40. "generic_cpe",
  41. "generic_cpe_plus",
  42. "generic_gffcpe",
  43. "generic_gffpa",
  44. "generic_hips",
  45. "generic_nylon",
  46. "generic_pc",
  47. "generic_petg",
  48. "generic_pla",
  49. "generic_pp",
  50. "generic_pva",
  51. "generic_tough_pla",
  52. "generic_tpu",
  53. "imade3d_petg_175",
  54. "imade3d_pla_175",
  55. "innofill_innoflex60_175",
  56. "leapfrog_abs_natural",
  57. "leapfrog_epla_natural",
  58. "leapfrog_pva_natural",
  59. "octofiber_pla",
  60. "polyflex_pla",
  61. "polymax_pla",
  62. "polyplus_pla",
  63. "polywood_pla",
  64. "redd_abs",
  65. "redd_asa",
  66. "redd_hips",
  67. "redd_nylon",
  68. "redd_petg",
  69. "redd_pla",
  70. "redd_tpe",
  71. "structur3d_dap100silicone",
  72. "tizyx_abs",
  73. "tizyx_flex",
  74. "tizyx_petg",
  75. "tizyx_pla",
  76. "tizyx_pla_bois",
  77. "tizyx_pva",
  78. "verbatim_bvoh_175",
  79. "Vertex_Delta_ABS",
  80. "Vertex_Delta_PET",
  81. "Vertex_Delta_PLA",
  82. "Vertex_Delta_PLA_Glitter",
  83. "Vertex_Delta_PLA_Mat",
  84. "Vertex_Delta_PLA_Satin",
  85. "Vertex_Delta_PLA_Wood",
  86. "Vertex_Delta_TPU",
  87. "zyyx_pro_flex",
  88. "zyyx_pro_pla"
  89. ],
  90. "first_start_actions": [ "MachineSettingsAction" ],
  91. "has_machine_quality": true,
  92. "has_materials": true,
  93. "has_variants": true,
  94. "machine_extruder_trains": { "0": "flyingbear_base_extruder_0" },
  95. "preferred_material": "generic_pla",
  96. "preferred_quality_type": "normal",
  97. "preferred_variant_name": "0.4mm Nozzle",
  98. "variants_name": "Nozzle Size"
  99. },
  100. "overrides":
  101. {
  102. "adaptive_layer_height_variation": { "value": 0.04 },
  103. "adaptive_layer_height_variation_step": { "value": 0.04 },
  104. "adhesion_type": { "value": "'skirt'" },
  105. "brim_gap": { "value": "line_width / 2 if line_width < 0.4 else 0.2" },
  106. "brim_replaces_support": { "value": false },
  107. "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" },
  108. "cool_min_layer_time": { "value": 10 },
  109. "fill_outline_gaps": { "value": false },
  110. "infill_before_walls": { "value": false },
  111. "infill_enable_travel_optimization": { "value": true },
  112. "infill_line_width": { "value": "line_width + 0.1" },
  113. "infill_overlap": { "value": 30 },
  114. "infill_pattern": { "value": "'lines' if infill_sparse_density > 50 else 'cubic'" },
  115. "infill_sparse_density": { "value": 20 },
  116. "infill_wipe_dist": { "value": 0.0 },
  117. "layer_height_0": { "value": 0.2 },
  118. "machine_buildplate_type": { "value": "glass" },
  119. "machine_center_is_zero": { "default_value": false },
  120. "machine_end_gcode": { "default_value": "G91 ;use relative coordinates\nG1 E-4 F1500 ;retract the filament\nG1 X5 Y5 Z0.2 F5000 ;wipe\nG1 Z5 F1500 ;raise z\nG90 ;use absolute coordinates\nG1 X10 Y{machine_depth} F5000 ;park print head\n\nM107 ;turn off fan\nM104 S0 ;turn off hotend\nM140 S0 ;turn off heatbed\nM84 ;disable motors" },
  121. "machine_heated_bed": { "default_value": true },
  122. "machine_name": { "default_value": "Flying Bear Base Printer" },
  123. "machine_shape": { "default_value": "rectangular" },
  124. "machine_start_gcode": { "default_value": "M220 S100 ;reset feedrate\nM221 S100 ;reset flowrate\nG90 ;use absolute coordinates\nM82 ;absolute extrusion mode\nG28 ;home\nG1 Z2 F1500 ;raise z\nG92 E0 ;reset extruder\n\nG1 X75 Y5 F5000 ;start position\nG1 Z0.28 F1500 ;lower z\nG1 E4 F500 ;prime the filament\nG1 X180 E10 F500 ;1st line\nG1 Y5.4 F5000\nG1 X75 E20 F500 ;2nd line\nG1 Z2 F1500 ;raise z\nG92 E0 ;reset extruder" },
  125. "material_diameter": { "default_value": 1.75 },
  126. "material_final_print_temperature": { "value": "material_print_temperature" },
  127. "material_initial_print_temperature": { "value": "material_print_temperature" },
  128. "meshfix_maximum_resolution": { "value": 0.25 },
  129. "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" },
  130. "minimum_interface_area": { "value": 10 },
  131. "minimum_support_area": { "value": 5 },
  132. "optimize_wall_printing_order": { "value": true },
  133. "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" },
  134. "retraction_combing_max_distance": { "value": 30 },
  135. "retraction_count_max": { "value": 100 },
  136. "retraction_extrusion_window": { "value": 10 },
  137. "retraction_hop": { "value": 0.2 },
  138. "retraction_hop_enabled": { "value": false },
  139. "retraction_min_travel": { "value": 1.5 },
  140. "skin_line_width": { "value": "machine_nozzle_size" },
  141. "skin_overlap": { "value": 10 },
  142. "skirt_brim_line_width": { "value": "line_width + 0.1" },
  143. "skirt_brim_minimal_length": { "value": 50 },
  144. "skirt_brim_speed": { "value": "speed_layer_0" },
  145. "skirt_gap": { "value": 10 },
  146. "skirt_line_count": { "value": 3 },
  147. "speed_infill": { "value": "speed_print * 1.5" },
  148. "speed_layer_0": { "value": "speed_print / 2" },
  149. "speed_prime_tower": { "value": "speed_topbottom" },
  150. "speed_print": { "value": 60 },
  151. "speed_roofing": { "value": "speed_topbottom" },
  152. "speed_support": { "value": "speed_print" },
  153. "speed_support_interface": { "value": "speed_topbottom" },
  154. "speed_travel": { "value": "150.0 if speed_print < 60 else 250.0 if speed_print > 100 else speed_print * 2.5" },
  155. "speed_travel_layer_0": { "value": "100 if speed_layer_0 < 20 else 150 if speed_layer_0 > 30 else speed_layer_0 * 5" },
  156. "speed_wall_x": { "value": "speed_print" },
  157. "speed_z_hop": { "value": 5 },
  158. "support_angle": { "value": "math.floor(math.degrees(math.atan(line_width/2.0/layer_height)))" },
  159. "support_brim_enable": { "value": true },
  160. "support_brim_width": { "value": 4 },
  161. "support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 20" },
  162. "support_interface_density": { "value": 33 },
  163. "support_interface_enable": { "value": true },
  164. "support_interface_height": { "value": "layer_height * 4" },
  165. "support_interface_line_width": { "value": "line_width - 0.1" },
  166. "support_interface_pattern": { "value": "'grid'" },
  167. "support_interface_skip_height": { "value": 0.2 },
  168. "support_pattern": { "value": "'zigzag'" },
  169. "support_wall_count": { "value": 1 },
  170. "support_xy_distance": { "value": "wall_line_width_0 * 2" },
  171. "support_xy_distance_overhang": { "value": "wall_line_width_0" },
  172. "support_xy_overrides_z": { "value": "'xy_overrides_z'" },
  173. "support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height*2" },
  174. "top_bottom_thickness": { "value": "layer_height_0 + layer_height * 3 if layer_height > 0.15 else 0.8" },
  175. "travel_avoid_other_parts": { "value": true },
  176. "travel_avoid_supports": { "value": true },
  177. "travel_retract_before_outer_wall": { "value": true },
  178. "wall_0_wipe_dist": { "value": 0.0 },
  179. "wall_thickness": { "value": "line_width * 3" },
  180. "z_seam_corner": { "value": "'z_seam_corner_weighted'" },
  181. "z_seam_type": { "value": "'sharpest_corner'" }
  182. }
  183. }