Voron.ini 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080
  1. # Print profiles for the Creality printers.
  2. [vendor]
  3. # Vendor name will be shown by the Config Wizard.
  4. name = Voron
  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 PrusaSlicer configuration to be downgraded.
  7. config_version = 0.0.3
  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:Voron_v2_250_aferburner]
  16. name = Voron v2 250mm3
  17. variants = 0.4; 0.25; 0.3; 0.5; 0.6; 0.8; volcano 0.6; volcano 0.8; volcano 1.0; volcano 1.2
  18. technology = FFF
  19. family = Voron v2 afterburner
  20. bed_model = printbed-v2-250.STL
  21. bed_texture = bedtexture-v2-250.png
  22. default_materials = Basic PLA @VORON; Basic PLA VOLCANO @VORON; Basic PET @VORON; Basic PET VOLCANO @VORON Basic ABS @VORON; Basic ABS VOLCANO @VORON
  23. thumbnail = voron2_thumbnail.png
  24. [printer_model:Voron_v2_300_aferburner]
  25. name = Voron v2 300mm3
  26. variants = 0.4; 0.25; 0.3; 0.5; 0.6; 0.8; volcano 0.6; volcano 0.8; volcano 1.0; volcano 1.2
  27. technology = FFF
  28. family = Voron v2 afterburner
  29. bed_model = printbed-v2-300.STL
  30. bed_texture = bedtexture-v2-300.png
  31. default_materials = Basic PLA @VORON; Basic PLA VOLCANO @VORON; Basic PET @VORON; Basic PET VOLCANO @VORON Basic ABS @VORON; Basic ABS VOLCANO @VORON
  32. thumbnail = voron2_thumbnail.png
  33. [printer_model:Voron_v2_350_aferburner]
  34. name = Voron v2 350mm3
  35. variants = 0.4; 0.25; 0.3; 0.5; 0.6; 0.8; volcano 0.6; volcano 0.8; volcano 1.0; volcano 1.2
  36. technology = FFF
  37. family = Voron v2 afterburner
  38. bed_model = printbed-v2-350.STL
  39. bed_texture = bedtexture-v2-350.png
  40. default_materials = Basic PLA @VORON; Basic PLA VOLCANO @VORON; Basic PET @VORON; Basic PET VOLCANO @VORON Basic ABS @VORON; Basic ABS VOLCANO @VORON
  41. thumbnail = voron2_thumbnail.png
  42. [printer_model:Voron_v2_250]
  43. name = Voron v2 250mm3
  44. variants = 0.4; 0.25; 0.3; 0.5; 0.6; 0.8; volcano 0.6; volcano 0.8; volcano 1.0; volcano 1.2
  45. technology = FFF
  46. family = Voron v2 mobius
  47. bed_model = printbed-v2-250.STL
  48. bed_texture = bedtexture-v2-250.png
  49. default_materials = Basic PLA @VORON; Basic PLA VOLCANO @VORON; Basic PET @VORON; Basic PET VOLCANO @VORON Basic ABS @VORON; Basic ABS VOLCANO @VORON
  50. thumbnail = voron2_thumbnail.png
  51. [printer_model:Voron_v2_300]
  52. name = Voron v2 300mm3
  53. variants = 0.4; 0.25; 0.3; 0.5; 0.6; 0.8; volcano 0.6; volcano 0.8; volcano 1.0; volcano 1.2
  54. technology = FFF
  55. family = Voron v2 mobius
  56. bed_model = printbed-v2-300.STL
  57. bed_texture = bedtexture-v2-300.png
  58. default_materials = Basic PLA @VORON; Basic PLA VOLCANO @VORON; Basic PET @VORON; Basic PET VOLCANO @VORON Basic ABS @VORON; Basic ABS VOLCANO @VORON
  59. thumbnail = voron2_thumbnail.png
  60. [printer_model:Voron_v2_350]
  61. name = Voron v2 350mm3
  62. variants = 0.4; 0.25; 0.3; 0.5; 0.6; 0.8; volcano 0.6; volcano 0.8; volcano 1.0; volcano 1.2
  63. technology = FFF
  64. family = Voron v2 mobius
  65. bed_model = printbed-v2-350.STL
  66. bed_texture = bedtexture-v2-350.png
  67. default_materials = Basic PLA @VORON; Basic PLA VOLCANO @VORON; Basic PET @VORON; Basic PET VOLCANO @VORON Basic ABS @VORON; Basic ABS VOLCANO @VORON
  68. thumbnail = voron2_thumbnail.png
  69. # All presets starting with asterisk, for example *common*, are intermediate and they will
  70. # not make it into the user interface
  71. [printer:*0.25nozzle*]
  72. nozzle_diameter = 0.25
  73. max_layer_height = 0.175
  74. min_layer_height = 0.025
  75. retract_lift_above = 0.15
  76. printer_variant = 0.25
  77. default_print_profile = 0.10mm 0.25nozzle
  78. [printer:*0.3nozzle*]
  79. nozzle_diameter = 0.3
  80. max_layer_height = 0.225
  81. min_layer_height = 0.025
  82. retract_lift_above = 0.2
  83. printer_variant = 0.3
  84. default_print_profile = 0.10mm 0.3nozzle
  85. [printer:*0.4nozzle*]
  86. nozzle_diameter = 0.4
  87. max_layer_height = 0.3
  88. min_layer_height = 0.0375
  89. retract_lift_above = 0.2
  90. printer_variant = 0.4
  91. default_print_profile = 0.15mm 0.4nozzle
  92. [printer:*0.5nozzle*]
  93. nozzle_diameter = 0.5
  94. max_layer_height = 0.375
  95. min_layer_height = 0.05
  96. retract_lift_above = 0.2
  97. printer_variant = 0.5
  98. default_print_profile = 0.2mm 0.5nozzle
  99. [printer:*0.6nozzle*]
  100. nozzle_diameter = 0.6
  101. max_layer_height = 0.45
  102. min_layer_height = 0.075
  103. retract_lift_above = 0.3
  104. printer_variant = 0.6
  105. default_print_profile = 0.2mm 0.6nozzle
  106. [printer:*0.8nozzle*]
  107. nozzle_diameter = 0.8
  108. max_layer_height = 0.6
  109. min_layer_height = 0.0875
  110. retract_lift_above = 0.4
  111. printer_variant = 0.8
  112. default_print_profile = 0.3mm 0.8nozzle
  113. [printer:*1.0nozzle*]
  114. nozzle_diameter = 1.0
  115. max_layer_height = 0.75
  116. min_layer_height = 0.1
  117. retract_lift_above = 0.4
  118. printer_variant = 1.0
  119. default_print_profile = 0.4mm 1.0nozzle
  120. [printer:*1.2nozzle*]
  121. nozzle_diameter = 1.2
  122. max_layer_height = 0.9
  123. min_layer_height = 0.125
  124. retract_lift_above = 0.4
  125. printer_variant = 1.2
  126. default_print_profile = 0.4mm 1.2nozzle
  127. # Common printer preset
  128. [printer:*common*]
  129. printer_technology = FFF
  130. before_layer_gcode = ;BEFORE_LAYER_CHANGE\n;[layer_z]\n\n
  131. between_objects_gcode =
  132. deretract_speed = 25
  133. end_gcode = print_end ;end script from macro
  134. extruder_colour = #FFE3CA
  135. extruder_offset = 0x0
  136. gcode_flavor = klipper
  137. fan_speedup_time = -1
  138. layer_gcode = ;AFTER_LAYER_CHANGE\n;[layer_z]
  139. machine_max_acceleration_e = 10000
  140. machine_max_acceleration_extruding = 1500
  141. machine_max_acceleration_retracting = 1500
  142. machine_max_acceleration_x = 9000
  143. machine_max_acceleration_y = 9000
  144. machine_max_acceleration_z = 500
  145. machine_max_feedrate_e = 120
  146. machine_max_feedrate_x = 500
  147. machine_max_feedrate_y = 500
  148. machine_max_feedrate_z = 12
  149. machine_max_jerk_e = 2.5
  150. machine_max_jerk_x = 10
  151. machine_max_jerk_y = 10
  152. machine_max_jerk_z = 0.2
  153. machine_min_extruding_rate = 0
  154. machine_min_travel_rate = 0
  155. remaining_times = 0
  156. silent_mode = 0
  157. octoprint_apikey =
  158. octoprint_host =
  159. printer_notes = voron
  160. printer_settings_id =
  161. retract_before_travel = 3
  162. retract_before_wipe = 0%
  163. retract_layer_change = 0
  164. retract_length = 5.8
  165. retract_length_toolchange = 10
  166. retract_lift = 0.4
  167. retract_lift_above = 0
  168. retract_lift_below = 500
  169. retract_restart_extra = 0
  170. retract_restart_extra_toolchange = 0
  171. retract_speed = 35
  172. serial_port =
  173. serial_speed = 250000
  174. single_extruder_multi_material = 0
  175. start_gcode = print_start EXTRUDER={first_layer_temperature[initial_extruder] + extruder_temperature_offset[initial_extruder]} BED=[first_layer_bed_temperature]
  176. toolchange_gcode =
  177. use_firmware_retraction = 0
  178. use_relative_e_distances = 1
  179. use_volumetric_e = 0
  180. variable_layer_height = 1
  181. wipe = 0
  182. z_offset = 0
  183. default_filament_profile = Basic PLA @VORON
  184. [printer:*volcano*]
  185. retract_length = 6.8
  186. [printer:*afterburner*]
  187. retract_length = 0.75
  188. deretract_speed = 30
  189. retract_speed = 50
  190. [printer:*Voron_v2_250*]
  191. inherits = *common*
  192. bed_shape = 0x0,250x0,250x250,0x250
  193. max_print_height = 250
  194. printer_model = Voron_v2_250
  195. printer_notes = Unoffical profile, for now.\nPRINTER_HAS_BOWDEN\nE3DV6
  196. [printer:*Voron_v2_300*]
  197. inherits = *common*
  198. bed_shape = 0x0,300x0,300x300,0x300
  199. max_print_height = 300
  200. printer_model = Voron_v2_300
  201. printer_notes = Unoffical profile, for now.\nPRINTER_HAS_BOWDEN\nE3DV6
  202. [printer:*Voron_v2_350*]
  203. inherits = *common*
  204. bed_shape = 0x0,350x0,350x350,0x350
  205. max_print_height = 350
  206. printer_model = Voron_v2_350
  207. printer_notes = Unoffical profile, for now.\nPRINTER_HAS_BOWDEN\nE3DV6
  208. [printer:*Voron_v2_250_aferburner*]
  209. inherits = *Voron_v2_250*; *afterburner*
  210. printer_model = Voron_v2_250_aferburner
  211. printer_notes = Unoffical profile, for now.\nE3DV6
  212. [printer:*Voron_v2_300_aferburner*]
  213. inherits = *Voron_v2_300*; *afterburner*
  214. printer_model = Voron_v2_300_aferburner
  215. printer_notes = Unoffical profile, for now.\nE3DV6
  216. [printer:*Voron_v2_350_aferburner*]
  217. inherits = *Voron_v2_350*; *afterburner*
  218. printer_model = Voron_v2_350_aferburner
  219. printer_notes = Unoffical profile, for now.\nE3DV6
  220. [printer:Voron_v2_250 0.25 nozzle]
  221. inherits = *Voron_v2_250*; *0.25nozzle*
  222. [printer:Voron_v2_250 0.3 nozzle]
  223. inherits = *Voron_v2_250*; *0.3nozzle*
  224. [printer:Voron_v2_250 0.4 nozzle]
  225. inherits = *Voron_v2_250*; *0.4nozzle*
  226. [printer:Voron_v2_250 0.5 nozzle]
  227. inherits = *Voron_v2_250*; *0.5nozzle*
  228. [printer:Voron_v2_250 0.6 nozzle]
  229. inherits = *Voron_v2_250*; *0.6nozzle*
  230. [printer:Voron_v2_250 0.8 nozzle]
  231. inherits = *Voron_v2_250*; *0.8nozzle*
  232. [printer:Voron_v2_250 0.6 volcano]
  233. inherits = *Voron_v2_250*; *0.6nozzle*; *volcano*
  234. printer_variant = volcano 0.6
  235. printer_notes = Unoffical profile, for now.\nPRINTER_HAS_BOWDEN\nVOLCANO
  236. default_filament_profile = Basic PLA VOLCANO @VORON
  237. [printer:Voron_v2_250 0.8 volcano]
  238. inherits = *Voron_v2_250*; *0.8nozzle*; *volcano*
  239. printer_variant = volcano 0.8
  240. printer_notes = Unoffical profile, for now.\nPRINTER_HAS_BOWDEN\nVOLCANO
  241. default_filament_profile = Basic PLA VOLCANO @VORON
  242. [printer:Voron_v2_250 1.0 volcano]
  243. inherits = *Voron_v2_250*; *1.0nozzle*; *volcano*
  244. printer_variant = volcano 1.0
  245. printer_notes = Unoffical profile, for now.\nPRINTER_HAS_BOWDEN\nVOLCANO
  246. default_filament_profile = Basic PLA VOLCANO @VORON
  247. [printer:Voron_v2_250 1.2 volcano]
  248. inherits = *Voron_v2_250*; *1.2nozzle*; *volcano*
  249. printer_variant = volcano 1.2
  250. printer_notes = Unoffical profile, for now.\nPRINTER_HAS_BOWDEN\nVOLCANO
  251. default_filament_profile = Basic PLA VOLCANO @VORON
  252. [printer:Voron_v2_300 0.25 nozzle]
  253. inherits = *Voron_v2_300*; *0.25nozzle*
  254. [printer:Voron_v2_300 0.3 nozzle]
  255. inherits = *Voron_v2_300*; *0.3nozzle*
  256. [printer:Voron_v2_300 0.4 nozzle]
  257. inherits = *Voron_v2_300*; *0.4nozzle*
  258. [printer:Voron_v2_300 0.5 nozzle]
  259. inherits = *Voron_v2_300*; *0.5nozzle*
  260. [printer:Voron_v2_300 0.6 nozzle]
  261. inherits = *Voron_v2_300*; *0.6nozzle*
  262. [printer:Voron_v2_300 0.8 nozzle]
  263. inherits = *Voron_v2_300*; *0.8nozzle*
  264. [printer:Voron_v2_300 0.6 volcano]
  265. inherits = *Voron_v2_300*; *0.6nozzle*; *volcano*
  266. printer_variant = volcano 0.6
  267. printer_notes = Unoffical profile, for now.\nPRINTER_HAS_BOWDEN\nVOLCANO
  268. default_filament_profile = Basic PLA VOLCANO @VORON
  269. [printer:Voron_v2_300 0.8 volcano]
  270. inherits = *Voron_v2_300*; *0.8nozzle*; *volcano*
  271. printer_variant = volcano 0.8
  272. printer_notes = Unoffical profile, for now.\nPRINTER_HAS_BOWDEN\nVOLCANO
  273. default_filament_profile = Basic PLA VOLCANO @VORON
  274. [printer:Voron_v2_300 1.0 volcano]
  275. inherits = *Voron_v2_300*; *1.0nozzle*; *volcano*
  276. printer_variant = volcano 1.0
  277. printer_notes = Unoffical profile, for now.\nPRINTER_HAS_BOWDEN\nVOLCANO
  278. default_filament_profile = Basic PLA VOLCANO @VORON
  279. [printer:Voron_v2_300 1.2 volcano]
  280. inherits = *Voron_v2_300*; *1.2nozzle*; *volcano*
  281. printer_variant = volcano 1.2
  282. printer_notes = Unoffical profile, for now.\nPRINTER_HAS_BOWDEN\nVOLCANO
  283. default_filament_profile = Basic PLA VOLCANO @VORON
  284. [printer:Voron_v2_350 0.25 nozzle]
  285. inherits = *Voron_v2_350*; *0.25nozzle*
  286. [printer:Voron_v2_350 0.3 nozzle]
  287. inherits = *Voron_v2_350*; *0.3nozzle*
  288. [printer:Voron_v2_350 0.4 nozzle]
  289. inherits = *Voron_v2_350*; *0.4nozzle*
  290. [printer:Voron_v2_350 0.5 nozzle]
  291. inherits = *Voron_v2_350*; *0.5nozzle*
  292. [printer:Voron_v2_350 0.6 nozzle]
  293. inherits = *Voron_v2_350*; *0.6nozzle*
  294. [printer:Voron_v2_350 0.8 nozzle]
  295. inherits = *Voron_v2_350*; *0.8nozzle*
  296. [printer:Voron_v2_350 volcano 0.6 nozzle]
  297. inherits = *Voron_v2_350*; *0.6nozzle*; *volcano*
  298. printer_variant = volcano 0.6
  299. printer_notes = Unoffical profile, for now.\nPRINTER_HAS_BOWDEN\nVOLCANO
  300. default_filament_profile = Basic PLA VOLCANO @VORON
  301. [printer:Voron_v2_350 volcano 0.8 nozzle]
  302. inherits = *Voron_v2_350*; *0.8nozzle*; *volcano*
  303. printer_variant = volcano 0.8
  304. printer_notes = Unoffical profile, for now.\nPRINTER_HAS_BOWDEN\nVOLCANO
  305. default_filament_profile = Basic PLA VOLCANO @VORON
  306. [printer:Voron_v2_350 volcano 1.0 nozzle]
  307. inherits = *Voron_v2_350*; *1.0nozzle*; *volcano*
  308. printer_variant = volcano 1.0
  309. printer_notes = Unoffical profile, for now.\nPRINTER_HAS_BOWDEN\nVOLCANO
  310. default_filament_profile = Basic PLA VOLCANO @VORON
  311. [printer:Voron_v2_350 volcano 1.2 nozzle]
  312. inherits = *Voron_v2_350*; *1.2nozzle*; *volcano*
  313. printer_variant = volcano 1.2
  314. printer_notes = Unoffical profile, for now.\nPRINTER_HAS_BOWDEN\nVOLCANO
  315. default_filament_profile = Basic PLA VOLCANO @VORON
  316. [printer:Voron_v2_250_afterburner 0.25 nozzle]
  317. inherits = *Voron_v2_250_aferburner*; *0.25nozzle*
  318. [printer:Voron_v2_250_afterburner 0.3 nozzle]
  319. inherits = *Voron_v2_250_aferburner*; *0.3nozzle*
  320. [printer:Voron_v2_250_afterburner 0.4 nozzle]
  321. inherits = *Voron_v2_250_aferburner*; *0.4nozzle*
  322. [printer:Voron_v2_250_afterburner 0.5 nozzle]
  323. inherits = *Voron_v2_250_aferburner*; *0.5nozzle*
  324. [printer:Voron_v2_250_afterburner 0.6 nozzle]
  325. inherits = *Voron_v2_250_aferburner*; *0.6nozzle*
  326. [printer:Voron_v2_250_afterburner 0.8 nozzle]
  327. inherits = *Voron_v2_250_aferburner*; *0.8nozzle*
  328. [printer:Voron_v2_250_afterburner 0.6 volcano]
  329. inherits = *Voron_v2_250_aferburner*; *0.6nozzle*; *volcano*
  330. printer_variant = volcano 0.6
  331. printer_notes = Unoffical profile, for now.\nVOLCANO
  332. default_filament_profile = Basic PLA VOLCANO @VORON
  333. [printer:Voron_v2_250_afterburner 0.8 volcano]
  334. inherits = *Voron_v2_250_aferburner*; *0.8nozzle*; *volcano*
  335. printer_variant = volcano 0.8
  336. printer_notes = Unoffical profile, for now.\nVOLCANO
  337. default_filament_profile = Basic PLA VOLCANO @VORON
  338. [printer:Voron_v2_250_afterburner 1.0 volcano]
  339. inherits = *Voron_v2_250_aferburner*; *1.0nozzle*; *volcano*
  340. printer_variant = volcano 1.0
  341. printer_notes = Unoffical profile, for now.\nVOLCANO
  342. default_filament_profile = Basic PLA VOLCANO @VORON
  343. [printer:Voron_v2_250_afterburner 1.2 volcano]
  344. inherits = *Voron_v2_250_aferburner*; *1.2nozzle*; *volcano*
  345. printer_variant = volcano 1.2
  346. printer_notes = Unoffical profile, for now.\nVOLCANO
  347. default_filament_profile = Basic PLA VOLCANO @VORON
  348. [printer:Voron_v2_300_afterburner 0.25 nozzle]
  349. inherits = *Voron_v2_300_aferburner*; *0.25nozzle*
  350. [printer:Voron_v2_300_afterburner 0.3 nozzle]
  351. inherits = *Voron_v2_300_aferburner*; *0.3nozzle*
  352. [printer:Voron_v2_300_afterburner 0.4 nozzle]
  353. inherits = *Voron_v2_300_aferburner*; *0.4nozzle*
  354. [printer:Voron_v2_300_afterburner 0.5 nozzle]
  355. inherits = *Voron_v2_300_aferburner*; *0.5nozzle*
  356. [printer:Voron_v2_300_afterburner 0.6 nozzle]
  357. inherits = *Voron_v2_300_aferburner*; *0.6nozzle*
  358. [printer:Voron_v2_300_afterburner 0.8 nozzle]
  359. inherits = *Voron_v2_300_aferburner*; *0.8nozzle*
  360. [printer:Voron_v2_300_afterburner 0.6 volcano]
  361. inherits = *Voron_v2_300_aferburner*; *0.6nozzle*; *volcano*
  362. printer_variant = volcano 0.6
  363. printer_notes = Unoffical profile, for now.\nVOLCANO
  364. default_filament_profile = Basic PLA VOLCANO @VORON
  365. [printer:Voron_v2_300_afterburner 0.8 volcano]
  366. inherits = *Voron_v2_300_aferburner*; *0.8nozzle*; *volcano*
  367. printer_variant = volcano 0.8
  368. printer_notes = Unoffical profile, for now.\nVOLCANO
  369. default_filament_profile = Basic PLA VOLCANO @VORON
  370. [printer:Voron_v2_300_afterburner 1.0 volcano]
  371. inherits = *Voron_v2_300_aferburner*; *1.0nozzle*; *volcano*
  372. printer_variant = volcano 1.0
  373. printer_notes = Unoffical profile, for now.\nVOLCANO
  374. default_filament_profile = Basic PLA VOLCANO @VORON
  375. [printer:Voron_v2_300_afterburner 1.2 volcano]
  376. inherits = *Voron_v2_300_aferburner*; *1.2nozzle*; *volcano*
  377. printer_variant = volcano 1.2
  378. printer_notes = Unoffical profile, for now.\nVOLCANO
  379. default_filament_profile = Basic PLA VOLCANO @VORON
  380. [printer:Voron_v2_350_afterburner 0.25 nozzle]
  381. inherits = *Voron_v2_350_aferburner*; *0.25nozzle*
  382. [printer:Voron_v2_350_afterburner 0.3 nozzle]
  383. inherits = *Voron_v2_350_aferburner*; *0.3nozzle*
  384. [printer:Voron_v2_350_afterburner 0.4 nozzle]
  385. inherits = *Voron_v2_350_aferburner*; *0.4nozzle*
  386. [printer:Voron_v2_350_afterburner 0.5 nozzle]
  387. inherits = *Voron_v2_350_aferburner*; *0.5nozzle*
  388. [printer:Voron_v2_350_afterburner 0.6 nozzle]
  389. inherits = *Voron_v2_350_aferburner*; *0.6nozzle*
  390. [printer:Voron_v2_350_afterburner 0.8 nozzle]
  391. inherits = *Voron_v2_350_aferburner*; *0.8nozzle*
  392. [printer:Voron_v2_350_afterburner volcano 0.6 nozzle]
  393. inherits = *Voron_v2_350_aferburner*; *0.6nozzle*; *volcano*
  394. printer_variant = volcano 0.6
  395. printer_notes = Unoffical profile, for now.\nVOLCANO
  396. default_filament_profile = Basic PLA VOLCANO @VORON
  397. [printer:Voron_v2_350_afterburner volcano 0.8 nozzle]
  398. inherits = *Voron_v2_350_aferburner*; *0.8nozzle*; *volcano*
  399. printer_variant = volcano 0.8
  400. printer_notes = Unoffical profile, for now.\nVOLCANO
  401. default_filament_profile = Basic PLA VOLCANO @VORON
  402. [printer:Voron_v2_350_afterburner volcano 1.0 nozzle]
  403. inherits = *Voron_v2_350_aferburner*; *1.0nozzle*; *volcano*
  404. printer_variant = volcano 1.0
  405. printer_notes = Unoffical profile, for now.\nVOLCANO
  406. default_filament_profile = Basic PLA VOLCANO @VORON
  407. [printer:Voron_v2_350_afterburner volcano 1.2 nozzle]
  408. inherits = *Voron_v2_350_aferburner*; *1.2nozzle*; *volcano*
  409. printer_variant = volcano 1.2
  410. printer_notes = Unoffical profile, for now.\nVOLCANO
  411. default_filament_profile = Basic PLA VOLCANO @VORON
  412. # Common print preset, mostly derived from MK2 single material with a 0.4mm nozzle.
  413. # All other print presets will derive from the *common* print preset.
  414. [print:*common*]
  415. avoid_crossing_perimeters = 0
  416. bridge_acceleration = 3000
  417. bridge_angle = 0
  418. bridge_flow_ratio = 90%
  419. bottom_fill_pattern = rectilineargapfill
  420. bridge_speed = 60
  421. brim_inside_holes = 0
  422. brim_width = 0
  423. brim_width_interior = 0
  424. brim_ears = 0
  425. brim_ears_max_angle = 120
  426. clip_multipart_objects = 1
  427. compatible_printers =
  428. complete_objects = 0
  429. curve_smoothing_precision = 0
  430. curve_smoothing_angle_convex = 160
  431. curve_smoothing_angle_concave = 160
  432. curve_smoothing_cutoff_dist = 4
  433. default_acceleration = 3000
  434. dont_support_bridges = 1
  435. duplicate_distance = 6
  436. ensure_vertical_shell_thickness = 1
  437. external_perimeters_first = 0
  438. external_perimeter_speed = 40
  439. extra_perimeters = 0
  440. extra_perimeters_odd_layers = 0
  441. extra_perimeters_overhangs = 0
  442. extruder_clearance_height = 20
  443. extruder_clearance_radius = 20
  444. first_layer_size_compensation = -0.1
  445. fill_angle = 45
  446. fill_density = 13%
  447. fill_pattern = gyroid
  448. fill_top_flow_ratio = 100%
  449. fill_smooth_width = 50%
  450. fill_smooth_distribution = 15%
  451. first_layer_acceleration = 1000
  452. first_layer_flow_ratio = 100%
  453. first_layer_height = 75%
  454. first_layer_speed = 30
  455. gap_fill_speed = 40
  456. gcode_comments = 0
  457. hole_size_compensation = -0.05
  458. infill_acceleration = 4000
  459. infill_dense = 1
  460. infill_dense_algo = autosmall
  461. infill_every_layers = 1
  462. infill_extruder = 1
  463. infill_first = 0
  464. infill_only_where_needed = 0
  465. infill_overlap = 20%
  466. infill_speed = 125
  467. interface_shells = 0
  468. label_printed_objects = 1
  469. max_print_speed = 300
  470. max_volumetric_extrusion_rate_slope_negative = 0
  471. max_volumetric_extrusion_rate_slope_positive = 0
  472. max_volumetric_speed = 0
  473. min_skirt_length = 20
  474. notes = TODO: check the size of the extruder and the y-bar clearance. Optimize & test supports.
  475. only_one_perimeter_top = 1
  476. only_retract_when_crossing_perimeters = 1
  477. ooze_prevention = 0
  478. output_filename_format = [input_filename_base].gcode
  479. over_bridge_flow_ratio = 110%
  480. overhangs = 1
  481. overhangs_reverse = 1
  482. overhangs_reverse_threshold = 250%
  483. perimeters = 3
  484. perimeter_acceleration = 2000
  485. perimeter_extruder = 1
  486. perimeter_speed = 100
  487. post_process =
  488. print_settings_id =
  489. raft_layers = 0
  490. resolution = 0
  491. seam_position = aligned
  492. single_extruder_multi_material_priming = 1
  493. skirts = 3
  494. skirt_distance = 3
  495. skirt_height = 1
  496. small_perimeter_speed = 40
  497. solid_infill_below_area = 0
  498. solid_infill_every_layers = 0
  499. solid_infill_extruder = 1
  500. solid_infill_speed = 120
  501. spiral_vase = 0
  502. standby_temperature_delta = -5
  503. support_material = 0
  504. support_material_extruder = 0
  505. support_material_angle = 0
  506. support_material_buildplate_only = 0
  507. support_material_enforce_layers = 0
  508. support_material_contact_distance_type = filament
  509. support_material_contact_distance_top = 0.15
  510. support_material_contact_distance_bottom = 0.15
  511. support_material_interface_contact_loops = 0
  512. support_material_interface_extruder = 1
  513. support_material_interface_layers = 1
  514. support_material_interface_pattern = sawtooth
  515. support_material_interface_spacing = 0
  516. support_material_interface_speed = 70
  517. support_material_pattern = rectilinear
  518. support_material_solid_first_layer = 1
  519. support_material_spacing = 1.5
  520. support_material_speed = 90
  521. support_material_synchronize_layers = 0
  522. support_material_threshold = 30
  523. support_material_with_sheath = 0
  524. support_material_xy_spacing = 0.6
  525. thin_perimeters = 0
  526. thin_walls = 1
  527. thin_walls_min_width = 50%
  528. thin_walls_overlap = 50%
  529. thin_walls_speed = 40
  530. top_fill_pattern = smooth
  531. top_solid_infill_speed = 50
  532. travel_speed = 300
  533. wipe_tower = 1
  534. wipe_tower_bridging = 10
  535. wipe_tower_rotation_angle = 0
  536. wipe_tower_width = 60
  537. wipe_tower_x = 180
  538. wipe_tower_y = 140
  539. xy_size_compensation = 0
  540. extrusion_width = 110%
  541. external_perimeter_extrusion_width = 105%
  542. first_layer_extrusion_width = 140%
  543. infill_extrusion_width = 110%
  544. perimeter_extrusion_width = 110%
  545. solid_infill_extrusion_width = 110%
  546. top_infill_extrusion_width = 110%
  547. support_material_extrusion_width = 110%
  548. # Print parameters common to a 0.25mm diameter nozzle.
  549. [print:*0.25nozzle*]
  550. perimeters = 5
  551. support_material_interface_spacing = 0.1
  552. support_material_spacing = 1
  553. first_layer_height = 0.15
  554. # Print parameters common to a 0.3mm diameter nozzle.
  555. [print:*0.3nozzle*]
  556. perimeters = 4
  557. support_material_interface_spacing = 0.15
  558. support_material_spacing = 1
  559. first_layer_height = 0.2
  560. # Print parameters common to a 0.2mm diameter nozzle.
  561. [print:*0.4nozzle*]
  562. perimeters = 3
  563. support_material_interface_spacing = 0.2
  564. support_material_spacing = 1
  565. first_layer_height = 0.2
  566. # Print parameters common to a 0.2mm diameter nozzle.
  567. [print:*0.5nozzle*]
  568. perimeters = 2
  569. support_material_interface_spacing = 0.2
  570. support_material_spacing = 1.1
  571. first_layer_height = 0.2
  572. # Print parameters common to a 0.2mm diameter nozzle.
  573. [print:*0.6nozzle*]
  574. perimeters = 2
  575. support_material_interface_spacing = 0.3
  576. support_material_spacing = 1.2
  577. first_layer_height = 0.3
  578. # Print parameters common to a 0.8mm diameter nozzle.
  579. [print:*0.8nozzle*]
  580. perimeters = 2
  581. support_material_interface_spacing = 0.3
  582. support_material_spacing = 1.2
  583. first_layer_height = 0.4
  584. [print:*1.0nozzle*]
  585. perimeters = 2
  586. support_material_interface_spacing = 0.4
  587. support_material_spacing = 1.4
  588. first_layer_height = 0.4
  589. [print:*1.2nozzle*]
  590. perimeters = 2
  591. support_material_interface_spacing = 0.5
  592. support_material_spacing = 1.6
  593. first_layer_height = 0.4
  594. [print:*0.05mm*]
  595. inherits = *common*
  596. bottom_solid_layers = 11
  597. top_solid_layers = 12
  598. layer_height = 0.05
  599. bridge_flow_ratio = 50%
  600. infill_acceleration = 1500
  601. infill_speed = 100
  602. max_print_speed = 100
  603. perimeter_speed = 70
  604. external_perimeter_speed = 30
  605. solid_infill_speed = 60
  606. top_solid_infill_speed = 40
  607. bridge_speed = 30
  608. [print:*0.10mm*]
  609. inherits = *common*
  610. bottom_solid_layers = 8
  611. top_solid_layers = 9
  612. layer_height = 0.1
  613. bridge_flow_ratio = 60%
  614. infill_acceleration = 1500
  615. infill_speed = 100
  616. max_print_speed = 200
  617. perimeter_speed = 85
  618. external_perimeter_speed = 35
  619. solid_infill_speed = 80
  620. top_solid_infill_speed = 40
  621. bridge_speed = 30
  622. [print:*0.15mm*]
  623. inherits = *common*
  624. bottom_solid_layers = 6
  625. top_solid_layers = 7
  626. layer_height = 0.15
  627. bridge_flow_ratio = 70%
  628. max_print_speed = 250
  629. solid_infill_speed = 100
  630. [print:*0.2mm*]
  631. inherits = *common*
  632. bottom_solid_layers = 5
  633. top_solid_layers = 6
  634. layer_height = 0.2
  635. bridge_flow_ratio = 80%
  636. [print:*0.25mm*]
  637. inherits = *common*
  638. bottom_solid_layers = 4
  639. top_solid_layers = 5
  640. layer_height = 0.25
  641. bridge_flow_ratio = 85%
  642. [print:*0.3mm*]
  643. inherits = *common*
  644. bottom_solid_layers = 3
  645. top_solid_layers = 4
  646. layer_height = 0.3
  647. bridge_flow_ratio = 90%
  648. [print:*0.4mm*]
  649. inherits = *common*
  650. bottom_solid_layers = 2
  651. top_solid_layers = 3
  652. layer_height = 0.4
  653. bridge_flow_ratio = 90%
  654. [print:*0.6mm*]
  655. inherits = *common*
  656. bottom_solid_layers = 2
  657. top_solid_layers = 3
  658. layer_height = 0.6
  659. bridge_flow_ratio = 90%
  660. [print:*0.8mm*]
  661. inherits = *common*
  662. bottom_solid_layers = 2
  663. top_solid_layers = 3
  664. layer_height = 0.8
  665. bridge_flow_ratio = 90%
  666. [print:0.05mm 0.25nozzle]
  667. inherits = *0.05mm*; *0.25nozzle*
  668. compatible_printers_condition = printer_model=~/.*Voron_v2.*/ and nozzle_diameter[0]==0.25
  669. [print:0.05mm 0.3nozzle]
  670. inherits = *0.05mm*; *0.3nozzle*
  671. compatible_printers_condition = printer_model=~/.*Voron_v2.*/ and nozzle_diameter[0]==0.3
  672. [print:0.05mm 0.4nozzle]
  673. inherits = *0.05mm*; *0.4nozzle*
  674. compatible_printers_condition = printer_model=~/.*Voron_v2.*/ and nozzle_diameter[0]==0.4
  675. [print:0.05mm 0.5nozzle]
  676. inherits = *0.05mm*; *0.5nozzle*
  677. compatible_printers_condition = printer_model=~/.*Voron_v2.*/ and nozzle_diameter[0]==0.5
  678. [print:0.10mm 0.25nozzle]
  679. inherits = *0.10mm*; *0.25nozzle*
  680. compatible_printers_condition = printer_model=~/.*Voron_v2.*/ and nozzle_diameter[0]==0.25
  681. [print:0.10mm 0.3nozzle]
  682. inherits = *0.10mm*; *0.3nozzle*
  683. compatible_printers_condition = printer_model=~/.*Voron_v2.*/ and nozzle_diameter[0]==0.3
  684. [print:0.10mm 0.4nozzle]
  685. inherits = *0.10mm*; *0.4nozzle*
  686. compatible_printers_condition = printer_model=~/.*Voron_v2.*/ and nozzle_diameter[0]==0.4
  687. [print:0.10mm 0.5nozzle]
  688. inherits = *0.10mm*; *0.5nozzle*
  689. compatible_printers_condition = printer_model=~/.*Voron_v2.*/ and nozzle_diameter[0]==0.5
  690. [print:0.10mm 0.6nozzle]
  691. inherits = *0.10mm*; *0.6nozzle*
  692. compatible_printers_condition = printer_model=~/.*Voron_v2.*/ and nozzle_diameter[0]==0.6
  693. [print:0.10mm 0.8nozzle]
  694. inherits = *0.10mm*; *0.8nozzle*
  695. compatible_printers_condition = printer_model=~/.*Voron_v2.*/ and nozzle_diameter[0]==0.8
  696. [print:0.15mm 0.25nozzle]
  697. inherits = *0.15mm*; *0.25nozzle*
  698. compatible_printers_condition = printer_model=~/.*Voron_v2.*/ and nozzle_diameter[0]==0.25
  699. [print:0.15mm 0.3nozzle]
  700. inherits = *0.15mm*; *0.3nozzle*
  701. compatible_printers_condition = printer_model=~/.*Voron_v2.*/ and nozzle_diameter[0]==0.3
  702. [print:0.15mm 0.4nozzle]
  703. inherits = *0.15mm*; *0.4nozzle*
  704. compatible_printers_condition = printer_model=~/.*Voron_v2.*/ and nozzle_diameter[0]==0.4
  705. [print:0.15mm 0.5nozzle]
  706. inherits = *0.15mm*; *0.5nozzle*
  707. compatible_printers_condition = printer_model=~/.*Voron_v2.*/ and nozzle_diameter[0]==0.5
  708. [print:0.15mm 0.6nozzle]
  709. inherits = *0.15mm*; *0.6nozzle*
  710. compatible_printers_condition = printer_model=~/.*Voron_v2.*/ and nozzle_diameter[0]==0.6
  711. [print:0.15mm 0.8nozzle]
  712. inherits = *0.15mm*; *0.8nozzle*
  713. compatible_printers_condition = printer_model=~/.*Voron_v2.*/ and nozzle_diameter[0]==0.8
  714. [print:0.15mm 1.0nozzle]
  715. inherits = *0.15mm*; *1.0nozzle*
  716. compatible_printers_condition = printer_model=~/.*Voron_v2.*/ and nozzle_diameter[0]==1.0
  717. [print:0.15mm 1.2nozzle]
  718. inherits = *0.15mm*; *1.2nozzle*
  719. compatible_printers_condition = printer_model=~/.*Voron_v2.*/ and nozzle_diameter[0]==1.2
  720. [print:0.2mm 0.3nozzle]
  721. inherits = *0.2mm*; *0.3nozzle*
  722. compatible_printers_condition = printer_model=~/.*Voron_v2.*/ and nozzle_diameter[0]==0.3
  723. [print:0.2mm 0.4nozzle]
  724. inherits = *0.2mm*; *0.4nozzle*
  725. compatible_printers_condition = printer_model=~/.*Voron_v2.*/ and nozzle_diameter[0]==0.4
  726. [print:0.2mm 0.5nozzle]
  727. inherits = *0.2mm*; *0.5nozzle*
  728. compatible_printers_condition = printer_model=~/.*Voron_v2.*/ and nozzle_diameter[0]==0.5
  729. [print:0.2mm 0.6nozzle]
  730. inherits = *0.2mm*; *0.6nozzle*
  731. compatible_printers_condition = printer_model=~/.*Voron_v2.*/ and nozzle_diameter[0]==0.6
  732. [print:0.2mm 0.8nozzle]
  733. inherits = *0.2mm*; *0.8nozzle*
  734. compatible_printers_condition = printer_model=~/.*Voron_v2.*/ and nozzle_diameter[0]==0.8
  735. [print:0.2mm 1.0nozzle]
  736. inherits = *0.2mm*; *1.0nozzle*
  737. compatible_printers_condition = printer_model=~/.*Voron_v2.*/ and nozzle_diameter[0]==1.0
  738. [print:0.2mm 1.2nozzle]
  739. inherits = *0.2mm*; *1.2nozzle*
  740. compatible_printers_condition = printer_model=~/.*Voron_v2.*/ and nozzle_diameter[0]==1.2
  741. [print:0.3mm 0.4nozzle]
  742. inherits = *0.3mm*; *0.4nozzle*
  743. compatible_printers_condition = printer_model=~/.*Voron_v2.*/ and nozzle_diameter[0]==0.4
  744. [print:0.3mm 0.5nozzle]
  745. inherits = *0.3mm*; *0.5nozzle*
  746. compatible_printers_condition = printer_model=~/.*Voron_v2.*/ and nozzle_diameter[0]==0.5
  747. [print:0.3mm 0.6nozzle]
  748. inherits = *0.3mm*; *0.6nozzle*
  749. compatible_printers_condition = printer_model=~/.*Voron_v2.*/ and nozzle_diameter[0]==0.6
  750. [print:0.3mm 0.8nozzle]
  751. inherits = *0.3mm*; *0.8nozzle*
  752. compatible_printers_condition = printer_model=~/.*Voron_v2.*/ and nozzle_diameter[0]==0.8
  753. [print:0.3mm 1.0nozzle]
  754. inherits = *0.3mm*; *1.0nozzle*
  755. compatible_printers_condition = printer_model=~/.*Voron_v2.*/ and nozzle_diameter[0]==1.0
  756. [print:0.3mm 1.2nozzle]
  757. inherits = *0.3mm*; *1.2nozzle*
  758. compatible_printers_condition = printer_model=~/.*Voron_v2.*/ and nozzle_diameter[0]==1.2
  759. [print:0.4mm 0.6nozzle]
  760. inherits = *0.4mm*; *0.6nozzle*
  761. compatible_printers_condition = printer_model=~/.*Voron_v2.*/ and nozzle_diameter[0]==0.6
  762. [print:0.4mm 0.8nozzle]
  763. inherits = *0.4mm*; *0.8nozzle*
  764. compatible_printers_condition = printer_model=~/.*Voron_v2.*/ and nozzle_diameter[0]==0.8
  765. [print:0.4mm 1.0nozzle]
  766. inherits = *0.4mm*; *1.0nozzle*
  767. compatible_printers_condition = printer_model=~/.*Voron_v2.*/ and nozzle_diameter[0]==1.0
  768. [print:0.4mm 1.2nozzle]
  769. inherits = *0.4mm*; *1.2nozzle*
  770. compatible_printers_condition = printer_model=~/.*Voron_v2.*/ and nozzle_diameter[0]==1.2
  771. [print:0.6mm 0.8nozzle]
  772. inherits = *0.6mm*; *0.8nozzle*
  773. compatible_printers_condition = printer_model=~/.*Voron_v2.*/ and nozzle_diameter[0]==0.8
  774. [print:0.6mm 1.0nozzle]
  775. inherits = *0.6mm*; *1.0nozzle*
  776. compatible_printers_condition = printer_model=~/.*Voron_v2.*/ and nozzle_diameter[0]==1.0
  777. [print:0.6mm 1.2nozzle]
  778. inherits = *0.6mm*; *1.2nozzle*
  779. compatible_printers_condition = printer_model=~/.*Voron_v2.*/ and nozzle_diameter[0]==1.2
  780. [print:0.8mm 1.2nozzle]
  781. inherits = *0.8mm*; *1.2nozzle*
  782. compatible_printers_condition = printer_model=~/.*Voron_v2.*/ and nozzle_diameter[0]==1.2
  783. [filament:*common*]
  784. cooling = 1
  785. compatible_printers =
  786. compatible_printers_condition =
  787. end_filament_gcode = ""
  788. extrusion_multiplier = 1
  789. filament_cooling_final_speed = 3.4
  790. filament_cooling_initial_speed = 2.2
  791. filament_cooling_moves = 4
  792. filament_cost = 0
  793. filament_density = 0
  794. filament_diameter = 1.75
  795. filament_loading_speed = 28
  796. filament_loading_speed_start = 3
  797. filament_load_time = 0
  798. filament_minimal_purge_on_wipe_tower = 15
  799. filament_notes = ""
  800. 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"
  801. filament_settings_id = ""
  802. filament_soluble = 0
  803. filament_toolchange_delay = 0
  804. filament_unload_time = 0
  805. filament_unloading_speed = 90
  806. filament_unloading_speed_start = 100
  807. min_print_speed = 15
  808. slowdown_below_layer_time = 20
  809. start_filament_gcode = ""
  810. [filament:*BasicPLA*]
  811. inherits = *common*
  812. bed_temperature = 55
  813. fan_below_layer_time = 100
  814. filament_colour = #FF3232
  815. filament_type = PLA
  816. filament_density = 1.24
  817. filament_cost = 20
  818. first_layer_bed_temperature = 55
  819. first_layer_temperature = 215
  820. disable_fan_first_layers = 1
  821. fan_always_on = 1
  822. max_fan_speed = 100
  823. min_fan_speed = 100
  824. bridge_fan_speed = 100
  825. top_fan_speed = 100
  826. temperature = 205
  827. [filament:Basic PLA @VORON]
  828. inherits = *BasicPLA*
  829. filament_max_volumetric_speed = 13
  830. compatible_printers_condition = printer_model=~/.*Voron.*/ and printer_notes=~/.*E3DV6.*/
  831. [filament:Basic PLA VOLCANO @VORON]
  832. inherits = *BasicPLA*
  833. filament_max_volumetric_speed = 20
  834. compatible_printers_condition = printer_model=~/.*Voron.*/ and printer_notes=~/.*VOLCANO.*/
  835. [filament:*BasicPET*]
  836. inherits = *common*
  837. bed_temperature = 70
  838. cooling = 0
  839. disable_fan_first_layers = 2
  840. fan_below_layer_time = 20
  841. filament_colour = #FF8000
  842. filament_type = PET
  843. filament_density = 1.45
  844. filament_cost = 30
  845. first_layer_bed_temperature =70
  846. first_layer_temperature = 240
  847. fan_always_on = 1
  848. max_fan_speed = 30
  849. min_fan_speed = 20
  850. bridge_fan_speed = 100
  851. top_fan_speed = 20
  852. temperature = 245
  853. [filament:Basic PET @VORON]
  854. inherits = *BasicPLA*
  855. filament_max_volumetric_speed = 8
  856. compatible_printers_condition = printer_model=~/.*Voron.*/ and printer_notes=~/.*E3DV6.*/
  857. [filament:Basic PET VOLCANO @VORON]
  858. inherits = *BasicPLA*
  859. filament_max_volumetric_speed = 14
  860. compatible_printers_condition = printer_model=~/.*Voron.*/ and printer_notes=~/.*VOLCANO.*/
  861. [filament:*BasicABS*]
  862. inherits = *common*
  863. bed_temperature = 90
  864. cooling = 0
  865. disable_fan_first_layers = 3
  866. fan_below_layer_time = 20
  867. filament_colour = #3A80CA
  868. 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"
  869. filament_type = ABS
  870. filament_density = 1.04
  871. filament_cost = 20
  872. first_layer_bed_temperature = 100
  873. first_layer_temperature = 250
  874. fan_always_on = 0
  875. max_fan_speed = 0
  876. min_fan_speed = 0
  877. bridge_fan_speed = 30
  878. slowdown_below_layer_time = 15
  879. temperature = 250
  880. [filament:Basic ABS @VORON]
  881. inherits = *BasicABS*
  882. filament_max_volumetric_speed = 11
  883. compatible_printers_condition = printer_model=~/.*Voron.*/ and printer_notes=~/.*E3DV6.*/
  884. [filament:Basic ABS VOLCANO @VORON]
  885. inherits = *BasicABS*
  886. filament_max_volumetric_speed = 17
  887. compatible_printers_condition = printer_model=~/.*Voron.*/ and printer_notes=~/.*VOLCANO.*/
  888. [filament:*kvpABS*]
  889. inherits = *BasicABS*
  890. bed_temperature = 105
  891. cooling = 1
  892. disable_fan_first_layers = 5
  893. filament_colour = #FFFF00
  894. 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"
  895. filament_density = 1.05
  896. filament_cost = 22
  897. first_layer_bed_temperature = 110
  898. first_layer_temperature = 240
  899. fan_always_on = 1
  900. fan_below_layer_time = 45
  901. max_fan_speed = 30
  902. min_fan_speed = 15
  903. bridge_fan_speed = 30
  904. top_fan_speed = 30
  905. temperature = 235
  906. [filament:KVP ABS @VORON]
  907. inherits = *kvpABS*
  908. filament_max_volumetric_speed = 11
  909. compatible_printers_condition = printer_model=~/.*Voron.*/ and printer_notes=~/.*E3DV6.*/
  910. [filament:KVP ABS VOLCANO @VORON]
  911. inherits = *kvpABS*
  912. filament_max_volumetric_speed = 17
  913. compatible_printers_condition = printer_model=~/.*Voron.*/ and printer_notes=~/.*VOLCANO.*/