Basic.ini 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697
  1. # Print profiles for a basic FDM printer
  2. [vendor]
  3. # Vendor name will be shown by the Config Wizard.
  4. name = Custom
  5. # Configuration version of this file. Config file will only be installed, if the config_version differs.
  6. # This means, the server may force the Slic3r configuration to be downgraded.
  7. config_version = 0.1.2
  8. # Where to get the updates from?
  9. config_update_url =
  10. # The printer models will be shown by the Configuration Wizard in this order,
  11. # also the first model installed & the first nozzle installed will be activated after install.
  12. #TODO: One day we may differentiate variants of the nozzles / hot ends,
  13. #for example by the melt zone size, or whether the nozzle is hardened.
  14. # Printer model name will be shown by the installation wizard.
  15. [printer_model:Custom_1.75mm]
  16. name = Custom 1.75mm
  17. variants = 0.4; 0.15; 0.2; 0.25; 0.3; 0.35; 0.5; 0.6; 0.8; 1.0; 1.2;
  18. thumbnail = Basic_thumbnail.png
  19. [printer_model:Bowden_1.75mm]
  20. name = Bowden 1.75mm
  21. variants = 0.4; 0.15; 0.2; 0.25; 0.3; 0.35; 0.5; 0.6; 0.8; 1.0; 1.2;
  22. thumbnail = Basic_thumbnail.png
  23. #[printer_model:Custom_2.5mm]
  24. #name = Custom 2.5mm
  25. #variants = 0.4; 0.15; 0.2; 0.25; 0.3; 0.35; 0.5; 0.6; 0.8; 1.0; 1.2;
  26. # All presets starting with asterisk, for example *common*, are intermediate and they will
  27. # not make it into the user interface.
  28. [printer:*common*]
  29. end_gcode = G1 E-4 F2100.00000\nG91\nG1 Z1 F7200.000\nG90\nG1 X195 Y1\nG1 X190 E4\nG1 F4000\nG1 X180 E2.7 \nG1 F4600\nG1 X110 E2.8\nG1 F5200\nG1 X40 E3 \nG1 E-15.0000 F5000\nG1 E-50.0000 F5400\nG1 E-15.0000 F3000\nG1 E-12.0000 F2000\nG1 F1600\nG1 X0 Y1 E3.0000\nG1 X50 Y1 E-5.0000\nG1 F2000\nG1 X0 Y1 E5.0000\nG1 X50 Y1 E-5.0000\nG1 F2400\nG1 X0 Y1 E5.0000\nG1 X50 Y1 E-5.0000\nG1 F2400\nG1 X0 Y1 E5.0000\nG1 X50 Y1 E-3.0000\nG4 S0\nM107 ; turn off fan\n{if layer_z < max_print_height}G1 Z{z_offset+min(layer_z+30, max_print_height)}{endif} ; Move print head up\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nG28 X0 ; home X axis\nM84 ; disable motors\n\n
  30. extruder_offset = 0x0
  31. gcode_flavor = marlin
  32. before_layer_gcode = ;BEFORE_LAYER_CHANGE\nG92 E0.0\n;[layer_z]\n\n
  33. layer_gcode = ;AFTER_LAYER_CHANGE\n;[layer_z]
  34. pressure_advance = 0
  35. retract_before_travel = 1
  36. retract_before_wipe = 0%
  37. retract_layer_change = 1
  38. retract_length = 0.5
  39. retract_lift = 0.6
  40. retract_lift_above = 0
  41. retract_lift_below = 9999
  42. retract_restart_extra = 0
  43. retract_restart_extra_toolchange = 0
  44. retract_speed = 35
  45. start_gcode = M115 U3.1.0 ; tell printer latest fw version\nM83 ; extruder relative mode\nM204 S[machine_max_acceleration_extruding] T[machine_max_acceleration_retracting] ; ENDER3 firmware may only supports the old M204 format\nG28 W ; home all\nM104 S{first_layer_temperature[initial_extruder]+extruder_temperature_offset[initial_extruder]} ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nG1 X0.0 Y0.0 F1000.0 ; go outside print area\nG92 E0.0\nG1 X150.0 E20 F1000.0 ; intro line\nG92 E0.0
  46. toolchange_gcode = M600
  47. use_firmware_retraction = 0
  48. use_relative_e_distances = 0
  49. use_volumetric_e = 0
  50. variable_layer_height = 1
  51. wipe = 1
  52. z_offset = 0
  53. bed_shape = 0x0,200x0,200x200,0x200
  54. max_print_height = 200
  55. default_filament_profile = Basic PLA
  56. silent_mode = 0
  57. [printer:*0.15nozzle*]
  58. nozzle_diameter = 0.15
  59. max_layer_height = 0.12
  60. min_layer_height = 0.05
  61. printer_variant = 0.15
  62. default_print_profile = 0.08mm NORMAL .15N
  63. [printer:*0.2nozzle*]
  64. nozzle_diameter = 0.2
  65. max_layer_height = 0.16
  66. min_layer_height = 0.05
  67. printer_variant = 0.2
  68. default_print_profile = 0.1m NORMAL .2N
  69. [printer:*0.25nozzle*]
  70. nozzle_diameter = 0.25
  71. max_layer_height = 0.2
  72. min_layer_height = 0.05
  73. printer_variant = 0.25
  74. default_print_profile = 0.1m NORMAL .25N
  75. [printer:*0.3nozzle*]
  76. nozzle_diameter = 0.3
  77. max_layer_height = 0.25
  78. min_layer_height = 0.05
  79. printer_variant = 0.3
  80. default_print_profile = 0.15m NORMAL .3N
  81. [printer:*0.35nozzle*]
  82. nozzle_diameter = 0.35
  83. max_layer_height = 0.25
  84. min_layer_height = 0.05
  85. printer_variant = 0.35
  86. default_print_profile = 0.15m NORMAL .35N
  87. [printer:*0.4nozzle*]
  88. nozzle_diameter = 0.4
  89. max_layer_height = 0.3
  90. min_layer_height = 0.075
  91. printer_variant = 0.4
  92. default_print_profile = 0.20mm NORMAL .4N
  93. [printer:*0.5nozzle*]
  94. nozzle_diameter = 0.5
  95. max_layer_height = 0.4
  96. min_layer_height = 0.075
  97. printer_variant = 0.5
  98. default_print_profile = 0.20mm NORMAL .5N
  99. [printer:*0.6nozzle*]
  100. nozzle_diameter = 0.6
  101. max_layer_height = 0.5
  102. min_layer_height = 0.1
  103. printer_variant = 0.6
  104. default_print_profile = 0.30mm NORMAL .6N
  105. [printer:*0.8nozzle*]
  106. nozzle_diameter = 0.8
  107. max_layer_height = 0.6
  108. min_layer_height = 0.1
  109. printer_variant = 0.8
  110. default_print_profile = 0.30mm NORMAL .7N
  111. [printer:*1.0nozzle*]
  112. nozzle_diameter = 1.0
  113. max_layer_height = 0.8
  114. min_layer_height = 0.15
  115. printer_variant = 1.0
  116. default_print_profile = 0.50mm NORMAL 1N
  117. [printer:*1.2nozzle*]
  118. nozzle_diameter = 1.2
  119. max_layer_height = 1.0
  120. min_layer_height = 0.2
  121. printer_variant = 1.2
  122. default_print_profile = 0.50mm NORMAL 1.2N
  123. [printer:Basic 0.15 nozzle]
  124. inherits = *common*; *0.15nozzle*
  125. printer_model = Custom_1.75mm
  126. [printer:Basic 0.2 nozzle]
  127. inherits = *common*; *0.2nozzle*
  128. printer_model = Custom_1.75mm
  129. [printer:Basic 0.25 nozzle]
  130. inherits = *common*; *0.25nozzle*
  131. printer_model = Custom_1.75mm
  132. [printer:Basic 0.3 nozzle]
  133. inherits = *common*; *0.3nozzle*
  134. printer_model = Custom_1.75mm
  135. [printer:Basic 0.4 nozzle]
  136. inherits = *common*; *0.4nozzle*
  137. printer_model = Custom_1.75mm
  138. [printer:Basic 0.5 nozzle]
  139. inherits = *common*; *0.5nozzle*
  140. printer_model = Custom_1.75mm
  141. [printer:Basic 0.6 nozzle]
  142. inherits = *common*; *0.6nozzle*
  143. printer_model = Custom_1.75mm
  144. [printer:Basic 0.8 nozzle]
  145. inherits = *common*; *0.8nozzle*
  146. printer_model = Custom_1.75mm
  147. [printer:Basic 1.0 nozzle]
  148. inherits = *common*; *1.0nozzle*
  149. printer_model = Custom_1.75mm
  150. [printer:Basic 1.2 nozzle]
  151. inherits = *common*; *1.2nozzle*
  152. printer_model = Custom_1.75mm
  153. [printer:*bowden*]
  154. inherits = *common*
  155. retract_length = 8
  156. retract_speed = 60
  157. deretract_speed = 40
  158. printer_model = Bowden_1.75mm
  159. [printer:Bowden 0.15 nozzle]
  160. inherits = *bowden*; *0.15nozzle*
  161. [printer:Bowden 0.2 nozzle]
  162. inherits = *bowden*; *0.2nozzle*
  163. [printer:Bowden 0.25 nozzle]
  164. inherits = *bowden*; *0.25nozzle*
  165. [printer:Bowden 0.3 nozzle]
  166. inherits = *bowden*; *0.3nozzle*
  167. [printer:Bowden 0.4 nozzle]
  168. inherits = *bowden*; *0.4nozzle*
  169. [printer:Bowden 0.5 nozzle]
  170. inherits = *bowden*; *0.5nozzle*
  171. [printer:Bowden 0.6 nozzle]
  172. inherits = *bowden*; *0.6nozzle*
  173. [printer:Bowden 0.8 nozzle]
  174. inherits = *bowden*; *0.8nozzle*
  175. [printer:Bowden 1.0 nozzle]
  176. inherits = *bowden*; *1.0nozzle*
  177. [printer:Bowden 1.2 nozzle]
  178. inherits = *bowden*; *1.2nozzle*
  179. # Common print preset, mostly derived from MK2 single material with a 0.4mm nozzle.
  180. # All other print presets will derive from the *common* print preset.
  181. [print:*common*]
  182. avoid_crossing_perimeters = 0
  183. bridge_acceleration = 1000
  184. bridge_angle = 0
  185. bridge_flow_ratio = 80%
  186. over_bridge_flow_ratio = 105%
  187. fill_top_flow_ratio = 100%
  188. bottom_fill_pattern = concentricgapfill
  189. bridge_speed = 20
  190. brim_inside_holes = 0
  191. brim_width = 0
  192. brim_width_interior = 0
  193. brim_ears = 1
  194. brim_ears_max_angle = 120
  195. clip_multipart_objects = 1
  196. compatible_printers =
  197. complete_objects = 0
  198. curve_smoothing_precision = 0
  199. curve_smoothing_angle_convex = 170
  200. curve_smoothing_angle_concave = 170
  201. curve_smoothing_cutoff_dist = 2
  202. default_acceleration = 1000
  203. dont_support_bridges = 1
  204. ensure_vertical_shell_thickness = 1
  205. external_perimeters_first = 0
  206. extra_perimeters = 0
  207. extra_perimeters_odd_layers = 0
  208. only_one_perimeter_top = 1
  209. first_layer_size_compensation = -0.05
  210. extruder_clearance_height = 20
  211. extruder_clearance_radius = 20
  212. fill_angle = 45
  213. fill_density = 13%
  214. fill_pattern = gyroid
  215. first_layer_acceleration = 1000
  216. first_layer_height = 75%
  217. first_layer_speed = 30
  218. gap_fill_speed = 40
  219. gcode_comments = 0
  220. gcode_label_objects = 1
  221. hole_size_compensation = -0.03
  222. infill_acceleration = 1000
  223. infill_dense = 1
  224. infill_dense_algo = autosmall
  225. infill_every_layers = 1
  226. infill_extruder = 1
  227. infill_first = 0
  228. infill_connection = connected
  229. infill_only_where_needed = 0
  230. infill_overlap = 20%
  231. interface_shells = 0
  232. label_printed_objects = 1
  233. max_print_speed = 100
  234. max_volumetric_extrusion_rate_slope_negative = 0
  235. max_volumetric_extrusion_rate_slope_positive = 0
  236. max_volumetric_speed = 0
  237. min_skirt_length = 4
  238. notes =
  239. overhangs = 1
  240. only_retract_when_crossing_perimeters = 0
  241. ooze_prevention = 0
  242. output_filename_format = [input_filename_base].gcode
  243. perimeters = 2
  244. perimeter_acceleration = 800
  245. perimeter_extruder = 1
  246. post_process =
  247. print_settings_id =
  248. raft_layers = 0
  249. resolution = 0
  250. seam_position = hidden
  251. skirts = 0
  252. skirt_distance = 3
  253. skirt_height = 1
  254. small_perimeter_speed = 25
  255. solid_infill_below_area = 0
  256. solid_infill_every_layers = 0
  257. solid_infill_extruder = 1
  258. spiral_vase = 0
  259. standby_temperature_delta = -5
  260. support_material = 0
  261. support_material_extruder = 0
  262. support_material_interface_extruder = 0
  263. support_material_angle = 0
  264. support_material_buildplate_only = 0
  265. support_material_enforce_layers = 0
  266. support_material_contact_distance_type = filament
  267. support_material_contact_distance_top = 0.15
  268. support_material_contact_distance_bottom = 0.15
  269. support_material_interface_contact_loops = 0
  270. support_material_interface_layers = 2
  271. support_material_interface_spacing = 0.2
  272. support_material_interface_speed = 100%
  273. support_material_pattern = rectilinear
  274. support_material_solid_first_layer = 1
  275. support_material_spacing = 2
  276. support_material_speed = 50
  277. support_material_synchronize_layers = 0
  278. support_material_threshold = 45
  279. support_material_with_sheath = 0
  280. support_material_xy_spacing = 60%
  281. thin_walls = 1
  282. thin_walls_min_width = 50%
  283. thin_walls_overlap = 50%
  284. top_fill_pattern = smooth
  285. top_solid_infill_speed = 40
  286. travel_speed = 180
  287. wipe_tower = 0
  288. wipe_tower_bridging = 10
  289. wipe_tower_rotation_angle = 0
  290. wipe_tower_width = 60
  291. wipe_tower_x = 180
  292. wipe_tower_y = 140
  293. xy_size_compensation = 0
  294. extrusion_width = 105%
  295. external_perimeter_extrusion_width = 105%
  296. first_layer_extrusion_width = 140%
  297. infill_extrusion_width = 110%
  298. perimeter_extrusion_width = 110%
  299. solid_infill_extrusion_width = 110%
  300. top_infill_extrusion_width = 110%
  301. support_material_extrusion_width = 110%
  302. [print:*0.15nozzle*]
  303. perimeters = 6
  304. infill_overlap = 40%
  305. first_layer_height = 0.1
  306. compatible_printers_condition = nozzle_diameter[0]==0.15
  307. [print:*0.2nozzle*]
  308. perimeters = 5
  309. infill_overlap = 35%
  310. first_layer_height = 0.14
  311. compatible_printers_condition = nozzle_diameter[0]==0.2
  312. [print:*0.25nozzle*]
  313. perimeters = 4
  314. infill_overlap = 30%
  315. first_layer_height = 0.17
  316. compatible_printers_condition = nozzle_diameter[0]==0.25
  317. [print:*0.3nozzle*]
  318. perimeters = 4
  319. infill_overlap = 25%
  320. first_layer_height = 0.2
  321. compatible_printers_condition = nozzle_diameter[0]==0.3
  322. [print:*0.35nozzle*]
  323. perimeters = 3
  324. infill_overlap = 25%
  325. first_layer_height = 0.2
  326. compatible_printers_condition = nozzle_diameter[0]==0.35
  327. [print:*0.4nozzle*]
  328. perimeters = 3
  329. infill_overlap = 25%
  330. compatible_printers_condition = nozzle_diameter[0]==0.4
  331. [print:*0.5nozzle*]
  332. perimeters = 3
  333. infill_overlap = 20%
  334. compatible_printers_condition = nozzle_diameter[0]==0.5
  335. [print:*0.6nozzle*]
  336. perimeters = 2
  337. infill_overlap = 15%
  338. compatible_printers_condition = nozzle_diameter[0]==0.6
  339. [print:*0.8nozzle*]
  340. perimeters = 2
  341. infill_overlap = 15%
  342. compatible_printers_condition = nozzle_diameter[0]==0.8
  343. [print:*1.0nozzle*]
  344. perimeters = 1
  345. infill_overlap = 10%
  346. compatible_printers_condition = nozzle_diameter[0]==1
  347. [print:*1.2nozzle*]
  348. perimeters = 1
  349. infill_overlap = 10%
  350. compatible_printers_condition = nozzle_diameter[0]==1.2
  351. [print:*0.08mm*]
  352. inherits = *common*
  353. bottom_solid_layers = 7
  354. top_solid_layers = 9
  355. layer_height = 0.08
  356. bridge_flow_ratio = 70%
  357. perimeter_acceleration = 400
  358. [print:*0.16mm*]
  359. inherits = *common*
  360. bottom_solid_layers = 5
  361. top_solid_layers = 6
  362. layer_height = 0.16
  363. bridge_flow_ratio = 90%
  364. [print:*0.24mm*]
  365. inherits = *common*
  366. bottom_solid_layers = 4
  367. top_solid_layers = 5
  368. layer_height = 0.24
  369. bridge_flow_ratio = 90%
  370. [print:*0.32mm*]
  371. inherits = *common*
  372. bottom_solid_layers = 3
  373. top_solid_layers = 4
  374. layer_height = 0.32
  375. bridge_flow_ratio = 90%
  376. [print:*0.48mm*]
  377. inherits = *common*
  378. bottom_solid_layers = 2
  379. top_solid_layers = 3
  380. layer_height = 0.48
  381. bridge_flow_ratio = 90%
  382. [print:*0.05mm*]
  383. inherits = *common*
  384. bottom_solid_layers = 20
  385. top_solid_layers = 20
  386. layer_height = 0.05
  387. [print:*0.1mm*]
  388. inherits = *common*
  389. bottom_solid_layers = 10
  390. top_solid_layers = 10
  391. layer_height = 0.1
  392. [print:*0.15mm*]
  393. inherits = *common*
  394. bottom_solid_layers = 6
  395. top_solid_layers = 7
  396. layer_height = 0.15
  397. [print:*0.2mm*]
  398. inherits = *common*
  399. bottom_solid_layers = 5
  400. top_solid_layers = 6
  401. layer_height = 0.2
  402. [print:*0.3mm*]
  403. inherits = *common*
  404. bottom_solid_layers = 3
  405. top_solid_layers = 4
  406. layer_height = 0.3
  407. [print:*0.4mm*]
  408. inherits = *common*
  409. bottom_solid_layers = 3
  410. top_solid_layers = 4
  411. layer_height = 0.4
  412. [print:*0.5mm*]
  413. inherits = *common*
  414. bottom_solid_layers = 2
  415. top_solid_layers = 3
  416. layer_height = 0.5
  417. [print:0.05mm NORMAL.15N]
  418. inherits = *0.05mm*; *0.15nozzle*
  419. [print:0.08mm NORMAL .15N]
  420. inherits = *0.08mm*; *0.15nozzle*
  421. [print:0.10mm SPEED .15N]
  422. inherits = *0.1mm*; *0.15nozzle*
  423. [print:0.05mm FINE .2N]
  424. inherits = *0.05mm*; *0.2nozzle*
  425. [print:0.08mm NORMAL .2N]
  426. inherits = *0.08mm*; *0.2nozzle*
  427. [print:0.10mm NORMAL .2N]
  428. inherits = *0.1mm*; *0.2nozzle*
  429. [print:0.16mm SPEED .2N]
  430. inherits = *0.16mm*; *0.2nozzle*
  431. [print:0.05mm FINE .25N]
  432. inherits = *0.05mm*; *0.25nozzle*
  433. [print:0.08mm FINE .25N]
  434. inherits = *0.08mm*; *0.25nozzle*
  435. [print:0.10mm NORMAL .25N]
  436. inherits = *0.1mm*; *0.25nozzle*
  437. [print:0.16mm NORMAL .25N]
  438. inherits = *0.16mm*; *0.25nozzle*
  439. [print:0.20mm SPEED .25N]
  440. inherits = *0.2mm*; *0.25nozzle*
  441. [print:0.05mm EXTRA FINE .3N]
  442. inherits = *0.05mm*; *0.3nozzle*
  443. [print:0.08mm FINE .3N]
  444. inherits = *0.08mm*; *0.3nozzle*
  445. [print:0.10mm FINE .3N]
  446. inherits = *0.1mm*; *0.3nozzle*
  447. [print:0.16mm NORMAL .3N]
  448. inherits = *0.16mm*; *0.3nozzle*
  449. [print:0.20mm SPEED .3N]
  450. inherits = *0.2mm*; *0.3nozzle*
  451. [print:0.24mm SPEED .3N]
  452. inherits = *0.24mm*; *0.3nozzle*
  453. [print:0.05mm EXTRA FINE .4N]
  454. inherits = *0.05mm*; *0.4nozzle*
  455. [print:0.08mm EXTRA FINE .4N]
  456. inherits = *0.08mm*; *0.4nozzle*
  457. [print:0.10mm FINE .4N]
  458. inherits = *0.1mm*; *0.4nozzle*
  459. [print:0.16mm NORMAL .4N]
  460. inherits = *0.16mm*; *0.4nozzle*
  461. [print:0.20mm NORMAL .4N]
  462. inherits = *0.2mm*; *0.4nozzle*
  463. [print:0.24mm SPEED .4N]
  464. inherits = *0.24mm*; *0.4nozzle*
  465. [print:0.30mm SPEED .4N]
  466. inherits = *0.3mm*; *0.4nozzle*
  467. [print:0.32mm SPEED .4N]
  468. inherits = *0.32mm*; *0.4nozzle*
  469. [print:0.10mm FINE .5N]
  470. inherits = *0.1mm*; *0.5nozzle*
  471. [print:0.16mm FINE .5N]
  472. inherits = *0.16mm*; *0.5nozzle*
  473. [print:0.20mm NORMAL .5N]
  474. inherits = *0.2mm*; *0.5nozzle*
  475. [print:0.24mm NORMAL .5N]
  476. inherits = *0.24mm*; *0.5nozzle*
  477. [print:0.30mm SPEED .5N]
  478. inherits = *0.3mm*; *0.5nozzle*
  479. [print:0.32mm SPEED .5N]
  480. inherits = *0.32mm*; *0.5nozzle*
  481. [print:0.10mm EXTRA FINE .6N]
  482. inherits = *0.1mm*; *0.6nozzle*
  483. [print:0.16mm FINE .6N]
  484. inherits = *0.16mm*; *0.6nozzle*
  485. [print:0.20mm FINE .6N]
  486. inherits = *0.2mm*; *0.6nozzle*
  487. [print:0.24mm NORMAL .6N]
  488. inherits = *0.24mm*; *0.6nozzle*
  489. [print:0.30mm NORMAL .6N]
  490. inherits = *0.3mm*; *0.6nozzle*
  491. [print:0.32mm NORMAL .6N]
  492. inherits = *0.32mm*; *0.6nozzle*
  493. [print:0.40mm SPEED .6N]
  494. inherits = *0.4mm*; *0.6nozzle*
  495. [print:0.48mm SPEED .6N]
  496. inherits = *0.48mm*; *0.6nozzle*
  497. [print:0.20mm FINE .8N]
  498. inherits = *0.2mm*; *0.8nozzle*
  499. [print:0.24mm FINE .8N]
  500. inherits = *0.24mm*; *0.8nozzle*
  501. [print:0.30mm NORMAL .8N]
  502. inherits = *0.3mm*; *0.8nozzle*
  503. [print:0.32mm NORMAL .8N]
  504. inherits = *0.32mm*; *0.8nozzle*
  505. [print:0.40mm NORMAL .8N]
  506. inherits = *0.4mm*; *0.8nozzle*
  507. [print:0.48mm NORMAL .8N]
  508. inherits = *0.48mm*; *0.8nozzle*
  509. [print:0.50mm SPEED .8N]
  510. inherits = *0.5mm*; *0.8nozzle*
  511. [print:0.30mm FINE 1N]
  512. inherits = *0.3mm*; *1.0nozzle*
  513. [print:0.32mm FINE 1N]
  514. inherits = *0.32mm*; *1.0nozzle*
  515. [print:0.40mm FINE 1N]
  516. inherits = *0.4mm*; *1.0nozzle*
  517. [print:0.48mm NORMAL 1N]
  518. inherits = *0.48mm*; *1.0nozzle*
  519. [print:0.50mm NORMAL 1N]
  520. inherits = *0.5mm*; *1.0nozzle*
  521. [print:0.30mm FINE 1.2N]
  522. inherits = *0.3mm*; *1.2nozzle*
  523. [print:0.32mm FINE 1.2N]
  524. inherits = *0.32mm*; *1.2nozzle*
  525. [print:0.40mm FINE 1.2N]
  526. inherits = *0.4mm*; *1.2nozzle*
  527. [print:0.48mm NORMAL 1.2N]
  528. inherits = *0.48mm*; *1.2nozzle*
  529. [print:0.50mm NORMAL 1.2N]
  530. inherits = *0.5mm*; *1.2nozzle*
  531. [filament:*common*]
  532. cooling = 1
  533. end_filament_gcode = "; Filament-specific end gcode"
  534. extrusion_multiplier = 1
  535. filament_loading_speed = 28
  536. filament_loading_speed_start = 3
  537. filament_unloading_speed = 90
  538. filament_unloading_speed_start = 100
  539. filament_toolchange_delay = 0
  540. filament_cooling_moves = 4
  541. filament_cooling_initial_speed = 2.2
  542. filament_cooling_final_speed = 3.4
  543. filament_load_time = 0
  544. filament_unload_time = 0
  545. filament_ramming_parameters = "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6"
  546. filament_minimal_purge_on_wipe_tower = 15
  547. filament_cost = 0
  548. filament_density = 0
  549. filament_diameter = 1.75
  550. filament_notes = ""
  551. filament_settings_id = ""
  552. filament_soluble = 0
  553. min_print_speed = 15
  554. slowdown_below_layer_time = 20
  555. start_filament_gcode = "M900 K{if printer_notes=~/.*PRINTER_HAS_BOWDEN.*/}200{else}30{endif}; Filament gcode"
  556. [filament:Basic PLA]
  557. inherits = *common*
  558. bed_temperature = 55
  559. fan_below_layer_time = 100
  560. filament_colour = #FF3232
  561. filament_max_volumetric_speed = 15
  562. filament_type = PLA
  563. filament_density = 1.24
  564. filament_cost = 20
  565. first_layer_bed_temperature = 55
  566. first_layer_temperature = 215
  567. disable_fan_first_layers = 1
  568. fan_always_on = 1
  569. max_fan_speed = 100
  570. min_fan_speed = 100
  571. bridge_fan_speed = 100
  572. top_fan_speed = 100
  573. temperature = 205
  574. [filament:Basic PET]
  575. inherits = *common*
  576. bed_temperature = 70
  577. cooling = 0
  578. disable_fan_first_layers = 3
  579. fan_below_layer_time = 20
  580. filament_colour = #FF8000
  581. filament_max_volumetric_speed = 8
  582. filament_type = PET
  583. filament_density = 1.45
  584. filament_cost = 30
  585. first_layer_bed_temperature =70
  586. first_layer_temperature = 230
  587. fan_always_on = 1
  588. max_fan_speed = 30
  589. min_fan_speed = 20
  590. bridge_fan_speed = 100
  591. top_fan_speed = 20
  592. start_filament_gcode = "M900 K{if printer_notes=~/.*PRINTER_HAS_BOWDEN.*/}200{else}45{endif}; Filament gcode"
  593. temperature = 240
  594. [filament:Basic ABS]
  595. inherits = *common*
  596. bed_temperature = 90
  597. cooling = 0
  598. disable_fan_first_layers = 3
  599. fan_below_layer_time = 20
  600. filament_colour = #3A80CA
  601. filament_max_volumetric_speed = 11
  602. filament_ramming_parameters = "120 100 5.70968 6.03226 7 8.25806 9 9.19355 9.3871 9.77419 10.129 10.3226 10.4516 10.5161| 0.05 5.69677 0.45 6.15484 0.95 8.76774 1.45 9.20323 1.95 9.95806 2.45 10.3871 2.95 10.5677 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6"
  603. filament_type = ABS
  604. filament_density = 1.04
  605. filament_cost = 20
  606. first_layer_bed_temperature = 100
  607. first_layer_temperature = 250
  608. fan_always_on = 0
  609. max_fan_speed = 0
  610. min_fan_speed = 0
  611. bridge_fan_speed = 30
  612. temperature = 240