expert.cfg 8.9 KB

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