expert.cfg 8.9 KB

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