expert.cfg 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427
  1. [general]
  2. name = Expert
  3. weight = 3
  4. version = 2
  5. [machine_settings]
  6. [resolution]
  7. layer_height
  8. layer_height_0
  9. line_width
  10. wall_line_width
  11. wall_line_width_0
  12. wall_line_width_x
  13. skin_line_width
  14. infill_line_width
  15. skirt_brim_line_width
  16. support_line_width
  17. support_interface_line_width
  18. support_roof_line_width
  19. support_bottom_line_width
  20. prime_tower_line_width
  21. initial_layer_line_width_factor
  22. [shell]
  23. wall_extruder_nr
  24. wall_0_extruder_nr
  25. wall_x_extruder_nr
  26. wall_thickness
  27. wall_line_count
  28. wall_0_wipe_dist
  29. wall_0_inset
  30. wall_transition_filter_distance
  31. optimize_wall_printing_order
  32. inset_direction
  33. alternate_extra_perimeter
  34. fill_outline_gaps
  35. xy_offset
  36. xy_offset_layer_0
  37. hole_xy_offset
  38. z_seam_type
  39. z_seam_position
  40. z_seam_x
  41. z_seam_y
  42. z_seam_corner
  43. z_seam_relative
  44. [top_bottom]
  45. roofing_layer_count
  46. top_bottom_extruder_nr
  47. top_bottom_thickness
  48. top_thickness
  49. top_layers
  50. bottom_thickness
  51. bottom_layers
  52. top_bottom_pattern
  53. top_bottom_pattern_0
  54. skin_monotonic
  55. connect_skin_polygons
  56. skin_angles
  57. skin_no_small_gaps_heuristic
  58. skin_outline_count
  59. ironing_enabled
  60. ironing_only_highest_layer
  61. ironing_pattern
  62. ironing_line_spacing
  63. ironing_flow
  64. ironing_inset
  65. ironing_monotonic
  66. speed_ironing
  67. acceleration_ironing
  68. jerk_ironing
  69. skin_overlap
  70. skin_overlap_mm
  71. [infill]
  72. infill_extruder_nr
  73. infill_sparse_density
  74. infill_line_distance
  75. infill_pattern
  76. zig_zaggify_infill
  77. connect_infill_polygons
  78. infill_multiplier
  79. infill_angles
  80. infill_offset_x
  81. infill_offset_y
  82. sub_div_rad_add
  83. infill_overlap
  84. infill_overlap_mm
  85. infill_wipe_dist
  86. infill_sparse_thickness
  87. gradual_infill_steps
  88. gradual_infill_step_height
  89. infill_before_walls
  90. min_infill_area
  91. infill_support_enabled
  92. skin_preshrink
  93. top_skin_preshrink
  94. bottom_skin_preshrink
  95. expand_skins_expand_distance
  96. top_skin_expand_distance
  97. bottom_skin_expand_distance
  98. max_skin_angle_for_expansion
  99. min_skin_width_for_expansion
  100. infill_randomize_start_location
  101. skin_edge_support_thickness
  102. skin_edge_support_layers
  103. [material]
  104. default_material_print_temperature
  105. material_print_temperature
  106. material_print_temperature_layer_0
  107. material_initial_print_temperature
  108. material_final_print_temperature
  109. material_extrusion_cool_down_speed
  110. default_material_bed_temperature
  111. material_bed_temperature
  112. material_bed_temperature_layer_0
  113. material_adhesion_tendency
  114. material_surface_energy
  115. material_shrinkage_percentage
  116. material_shrinkage_percentage_xy
  117. material_shrinkage_percentage_z
  118. material_flow
  119. wall_material_flow
  120. wall_0_material_flow
  121. wall_x_material_flow
  122. skin_material_flow
  123. roofing_material_flow
  124. infill_material_flow
  125. skirt_brim_material_flow
  126. support_material_flow
  127. support_interface_material_flow
  128. support_roof_material_flow
  129. support_bottom_material_flow
  130. prime_tower_flow
  131. material_flow_layer_0
  132. material_standby_temperature
  133. material_alternate_walls
  134. [speed]
  135. speed_print
  136. speed_infill
  137. speed_wall
  138. speed_wall_0
  139. speed_wall_x
  140. speed_roofing
  141. speed_topbottom
  142. speed_support
  143. speed_support_infill
  144. speed_support_interface
  145. speed_prime_tower
  146. speed_travel
  147. speed_layer_0
  148. speed_print_layer_0
  149. speed_travel_layer_0
  150. skirt_brim_speed
  151. speed_slowdown_layers
  152. speed_equalize_flow_width_factor
  153. acceleration_enabled
  154. acceleration_print
  155. acceleration_infill
  156. acceleration_wall
  157. acceleration_wall_0
  158. acceleration_wall_x
  159. acceleration_roofing
  160. acceleration_topbottom
  161. acceleration_support
  162. acceleration_support_infill
  163. acceleration_support_interface
  164. acceleration_prime_tower
  165. acceleration_travel
  166. acceleration_layer_0
  167. acceleration_print_layer_0
  168. acceleration_travel_layer_0
  169. acceleration_skirt_brim
  170. jerk_enabled
  171. jerk_print
  172. jerk_infill
  173. jerk_wall
  174. jerk_wall_0
  175. jerk_wall_x
  176. jerk_roofing
  177. jerk_topbottom
  178. jerk_support
  179. jerk_support_infill
  180. jerk_support_interface
  181. jerk_prime_tower
  182. jerk_travel
  183. jerk_layer_0
  184. jerk_print_layer_0
  185. jerk_travel_layer_0
  186. jerk_skirt_brim
  187. [travel]
  188. retraction_combing
  189. travel_retract_before_outer_wall
  190. travel_avoid_other_parts
  191. travel_avoid_supports
  192. travel_avoid_distance
  193. layer_start_x
  194. layer_start_y
  195. retraction_min_travel
  196. retraction_hop_enabled
  197. retraction_hop_only_when_collides
  198. retraction_hop
  199. retraction_hop_after_extruder_switch
  200. retraction_hop_after_extruder_switch_height
  201. retraction_enable
  202. retract_at_layer_change
  203. retraction_amount
  204. retraction_speed
  205. retraction_retract_speed
  206. retraction_prime_speed
  207. retraction_extra_prime_amount
  208. retraction_count_max
  209. retraction_extrusion_window
  210. switch_extruder_retraction_amount
  211. switch_extruder_retraction_speeds
  212. switch_extruder_retraction_speed
  213. switch_extruder_prime_speed
  214. [cooling]
  215. cool_fan_enabled
  216. cool_fan_speed
  217. cool_fan_speed_min
  218. cool_fan_speed_max
  219. cool_min_layer_time_fan_speed_max
  220. cool_fan_speed_0
  221. cool_fan_full_at_height
  222. cool_fan_full_layer
  223. cool_min_layer_time
  224. cool_min_speed
  225. cool_lift_head
  226. [support]
  227. support_enable
  228. support_extruder_nr
  229. support_infill_extruder_nr
  230. support_extruder_nr_layer_0
  231. support_interface_extruder_nr
  232. support_roof_extruder_nr
  233. support_bottom_extruder_nr
  234. support_structure
  235. support_tree_angle
  236. support_tree_branch_distance
  237. support_tree_branch_diameter
  238. support_tree_branch_diameter_angle
  239. support_tree_collision_resolution
  240. support_type
  241. support_angle
  242. support_pattern
  243. support_wall_count
  244. zig_zaggify_support
  245. support_connect_zigzags
  246. support_infill_rate
  247. support_line_distance
  248. support_initial_layer_line_distance
  249. support_z_distance
  250. support_top_distance
  251. support_bottom_distance
  252. support_xy_distance
  253. support_xy_overrides_z
  254. support_xy_distance_overhang
  255. support_bottom_stair_step_height
  256. support_bottom_stair_step_width
  257. support_join_distance
  258. support_offset
  259. support_infill_sparse_thickness
  260. gradual_support_infill_steps
  261. gradual_support_infill_step_height
  262. minimum_support_area
  263. support_interface_enable
  264. support_roof_enable
  265. support_bottom_enable
  266. support_interface_height
  267. support_roof_height
  268. support_bottom_height
  269. support_interface_skip_height
  270. support_interface_density
  271. support_roof_density
  272. support_bottom_density
  273. support_interface_pattern
  274. minimum_interface_area
  275. support_use_towers
  276. support_tower_diameter
  277. support_tower_maximum_supported_diameter
  278. support_tower_roof_angle
  279. support_mesh_drop_down
  280. [platform_adhesion]
  281. prime_blob_enable
  282. adhesion_type
  283. adhesion_extruder_nr
  284. raft_surface_extruder_nr
  285. skirt_line_count
  286. skirt_gap
  287. skirt_brim_minimal_length
  288. brim_width
  289. brim_gap
  290. brim_line_count
  291. brim_outside_only
  292. raft_margin
  293. raft_smoothing
  294. raft_airgap
  295. raft_surface_layers
  296. raft_surface_thickness
  297. raft_surface_line_width
  298. raft_surface_line_spacing
  299. raft_interface_layers
  300. raft_interface_thickness
  301. raft_interface_line_width
  302. raft_interface_line_spacing
  303. raft_base_thickness
  304. raft_base_line_width
  305. raft_base_line_spacing
  306. raft_speed
  307. raft_acceleration
  308. raft_jerk
  309. raft_fan_speed
  310. raft_is_shrink_plate
  311. [dual]
  312. prime_tower_enable
  313. prime_tower_size
  314. prime_tower_min_volume
  315. prime_tower_position_x
  316. prime_tower_position_y
  317. prime_tower_wipe_enabled
  318. prime_tower_brim_enable
  319. ooze_shield_enabled
  320. ooze_shield_angle
  321. ooze_shield_dist
  322. [meshfix]
  323. meshfix_union_all
  324. meshfix_union_all_remove_holes
  325. meshfix_extensive_stitching
  326. meshfix_keep_open_polygons
  327. meshfix_maximum_resolution
  328. meshfix_maximum_travel_resolution
  329. meshfix_maximum_deviation
  330. meshfix_maximum_extrusion_area_deviation
  331. multiple_mesh_overlap
  332. carve_multiple_volumes
  333. alternate_carve_order
  334. remove_empty_first_layers
  335. [blackmagic]
  336. print_sequence
  337. infill_mesh
  338. infill_mesh_order
  339. cutting_mesh
  340. mold_enabled
  341. mold_width
  342. mold_roof_height
  343. mold_angle
  344. support_mesh
  345. anti_overhang_mesh
  346. magic_mesh_surface_mode
  347. magic_spiralize
  348. smooth_spiralized_contours
  349. relative_extrusion
  350. lightning_infill_support_angle
  351. lightning_infill_overhang_angle
  352. lightning_infill_prune_angle
  353. lightning_infill_straightening_angle
  354. [experimental]
  355. support_tree_wall_thickness
  356. support_tree_wall_count
  357. slicing_tolerance
  358. roofing_line_width
  359. roofing_pattern
  360. roofing_monotonic
  361. roofing_angles
  362. infill_enable_travel_optimization
  363. material_flow_dependent_temperature
  364. material_flow_temp_graph
  365. support_skip_some_zags
  366. support_skip_zag_per_mm
  367. support_zag_skip_count
  368. draft_shield_enabled
  369. draft_shield_dist
  370. draft_shield_height_limitation
  371. draft_shield_height
  372. conical_overhang_enabled
  373. conical_overhang_angle
  374. coasting_enable
  375. coasting_volume
  376. coasting_min_volume
  377. coasting_speed
  378. cross_infill_pocket_size
  379. support_conical_enabled
  380. support_conical_angle
  381. support_conical_min_width
  382. magic_fuzzy_skin_enabled
  383. magic_fuzzy_skin_outside_only
  384. magic_fuzzy_skin_thickness
  385. magic_fuzzy_skin_point_density
  386. magic_fuzzy_skin_point_dist
  387. flow_rate_max_extrusion_offset
  388. flow_rate_extrusion_offset_factor
  389. adaptive_layer_height_enabled
  390. adaptive_layer_height_variation
  391. adaptive_layer_height_variation_step
  392. adaptive_layer_height_threshold
  393. clean_between_layers
  394. max_extrusion_before_wipe
  395. wipe_retraction_enable
  396. wipe_retraction_amount
  397. wipe_retraction_extra_prime_amount
  398. wipe_retraction_speed
  399. wipe_retraction_retract_speed
  400. wipe_retraction_prime_speed
  401. wipe_pause
  402. wipe_hop_enable
  403. wipe_hop_amount
  404. wipe_hop_speed
  405. wipe_brush_pos_x
  406. wipe_repeat_count
  407. wipe_move_distance
  408. small_hole_max_size
  409. small_feature_max_length
  410. small_feature_speed_factor
  411. small_feature_speed_factor_0