Creality.ini 53 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170
  1. # Print profiles for the Creality printers.
  2. [vendor]
  3. # Vendor name will be shown by the Config Wizard.
  4. name = Creality
  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.1.0
  8. # Where to get the updates from?
  9. config_update_url = https://files.prusa3d.com/wp-content/uploads/repository/PrusaSlicer-settings-master/live/Creality/
  10. # changelog_url = https://files.prusa3d.com/?latest=slicer-profiles&lng=%1%
  11. # The printer models will be shown by the Configuration Wizard in this order,
  12. # also the first model installed & the first nozzle installed will be activated after install.
  13. # Printer model name will be shown by the installation wizard.
  14. [printer_model:ENDER3]
  15. name = Creality Ender-3
  16. variants = 0.4
  17. technology = FFF
  18. family = ENDER
  19. bed_model = ender3_bed.stl
  20. bed_texture = ender3.svg
  21. default_materials = Generic PLA @CREALITY; Generic PETG @CREALITY; Generic ABS @CREALITY; Creality PLA @CREALITY; Prusament PLA @CREALITY; Prusament PETG @CREALITY; AzureFilm PLA @CREALITY; Devil Design PLA @CREALITY; Devil Design PLA Matt @CREALITY; Devil Design PLA Galaxy @CREALITY; Extrudr PLA NX2 @CREALITY; Real Filament PLA @CREALITY; Velleman PLA @CREALITY; 3DJAKE ecoPLA @CREALITY; 3DJAKE ecoPLA Matt @CREALITY; 3DJAKE ecoPLA Tough @CREALITY; 123-3D Jupiter PLA @CREALITY
  22. [printer_model:ENDER3BLTOUCH]
  23. name = Creality Ender-3 BLTouch
  24. variants = 0.4
  25. technology = FFF
  26. family = ENDER
  27. bed_model = ender3_bed.stl
  28. bed_texture = ender3.svg
  29. default_materials = Generic PLA @CREALITY; Generic PETG @CREALITY; Generic ABS @CREALITY; Creality PLA @CREALITY; Prusament PLA @CREALITY; Prusament PETG @CREALITY; AzureFilm PLA @CREALITY; Devil Design PLA @CREALITY; Devil Design PLA Matt @CREALITY; Devil Design PLA Galaxy @CREALITY; Extrudr PLA NX2 @CREALITY; Real Filament PLA @CREALITY; Velleman PLA @CREALITY; 3DJAKE ecoPLA @CREALITY; 3DJAKE ecoPLA Matt @CREALITY; 3DJAKE ecoPLA Tough @CREALITY; 123-3D Jupiter PLA @CREALITY
  30. [printer_model:ENDER3V2]
  31. name = Creality Ender-3 V2
  32. variants = 0.4
  33. technology = FFF
  34. family = ENDER
  35. bed_model = ender3v2_bed.stl
  36. bed_texture = ender3v2.svg
  37. default_materials = Generic PLA @CREALITY; Generic PETG @CREALITY; Generic ABS @CREALITY; Creality PLA @CREALITY; Prusament PLA @CREALITY; Prusament PETG @CREALITY; AzureFilm PLA @CREALITY; Devil Design PLA @CREALITY; Devil Design PLA Matt @CREALITY; Devil Design PLA Galaxy @CREALITY; Extrudr PLA NX2 @CREALITY; Real Filament PLA @CREALITY; Velleman PLA @CREALITY; 3DJAKE ecoPLA @CREALITY; 3DJAKE ecoPLA Matt @CREALITY; 3DJAKE ecoPLA Tough @CREALITY; 123-3D Jupiter PLA @CREALITY
  38. [printer_model:ENDER3MAX]
  39. name = Creality Ender-3 Max
  40. variants = 0.4
  41. technology = FFF
  42. family = ENDER
  43. bed_model = cr10v2_bed.stl
  44. bed_texture = cr10spro.svg
  45. default_materials = Generic PLA @CREALITY; Generic PETG @CREALITY; Generic ABS @CREALITY; Creality PLA @CREALITY; Prusament PLA @CREALITY; Prusament PETG @CREALITY; AzureFilm PLA @CREALITY; Devil Design PLA @CREALITY; Devil Design PLA Matt @CREALITY; Devil Design PLA Galaxy @CREALITY; Extrudr PLA NX2 @CREALITY; Real Filament PLA @CREALITY; Velleman PLA @CREALITY; 3DJAKE ecoPLA @CREALITY; 3DJAKE ecoPLA Matt @CREALITY; 3DJAKE ecoPLA Tough @CREALITY; 123-3D Jupiter PLA @CREALITY
  46. [printer_model:ENDER4]
  47. name = Creality Ender-4
  48. variants = 0.4
  49. technology = FFF
  50. family = ENDER
  51. bed_model = ender3v2_bed.stl
  52. bed_texture = ender3v2.svg
  53. default_materials = Generic PLA @CREALITY; Generic PETG @CREALITY; Generic ABS @CREALITY; Creality PLA @CREALITY; Prusament PLA @CREALITY; Prusament PETG @CREALITY; AzureFilm PLA @CREALITY; Devil Design PLA @CREALITY; Devil Design PLA Matt @CREALITY; Devil Design PLA Galaxy @CREALITY; Extrudr PLA NX2 @CREALITY; Real Filament PLA @CREALITY; Velleman PLA @CREALITY; 3DJAKE ecoPLA @CREALITY; 3DJAKE ecoPLA Matt @CREALITY; 3DJAKE ecoPLA Tough @CREALITY; 123-3D Jupiter PLA @CREALITY
  54. [printer_model:ENDER5]
  55. name = Creality Ender-5
  56. variants = 0.4
  57. technology = FFF
  58. family = ENDER
  59. bed_model = ender3_bed.stl
  60. bed_texture = ender3.svg
  61. default_materials = Generic PLA @CREALITY; Generic PETG @CREALITY; Generic ABS @CREALITY; Creality PLA @CREALITY; Prusament PLA @CREALITY; Prusament PETG @CREALITY; AzureFilm PLA @CREALITY; Devil Design PLA @CREALITY; Devil Design PLA Matt @CREALITY; Devil Design PLA Galaxy @CREALITY; Extrudr PLA NX2 @CREALITY; Real Filament PLA @CREALITY; Velleman PLA @CREALITY; 3DJAKE ecoPLA @CREALITY; 3DJAKE ecoPLA Matt @CREALITY; 3DJAKE ecoPLA Tough @CREALITY; 123-3D Jupiter PLA @CREALITY
  62. [printer_model:ENDER5PLUS]
  63. name = Creality Ender-5 Plus
  64. variants = 0.4
  65. technology = FFF
  66. family = ENDER
  67. bed_model = ender5plus_bed.stl
  68. bed_texture = ender5plus.svg
  69. default_materials = Generic PLA @CREALITY; Generic PETG @CREALITY; Generic ABS @CREALITY; Creality PLA @CREALITY; Prusament PLA @CREALITY; Prusament PETG @CREALITY; AzureFilm PLA @CREALITY; Devil Design PLA @CREALITY; Devil Design PLA Matt @CREALITY; Devil Design PLA Galaxy @CREALITY; Extrudr PLA NX2 @CREALITY; Real Filament PLA @CREALITY; Velleman PLA @CREALITY; 3DJAKE ecoPLA @CREALITY; 3DJAKE ecoPLA Matt @CREALITY; 3DJAKE ecoPLA Tough @CREALITY; 123-3D Jupiter PLA @CREALITY
  70. [printer_model:ENDER6]
  71. name = Creality Ender-6
  72. variants = 0.4
  73. technology = FFF
  74. family = ENDER
  75. bed_model = ender6_bed.stl
  76. bed_texture = ender6.svg
  77. default_materials = Generic PLA @CREALITY; Generic PETG @CREALITY; Generic ABS @CREALITY; Creality PLA @CREALITY; Prusament PLA @CREALITY; Prusament PETG @CREALITY; AzureFilm PLA @CREALITY; Devil Design PLA @CREALITY; Devil Design PLA Matt @CREALITY; Devil Design PLA Galaxy @CREALITY; Extrudr PLA NX2 @CREALITY; Real Filament PLA @CREALITY; Velleman PLA @CREALITY; 3DJAKE ecoPLA @CREALITY; 3DJAKE ecoPLA Matt @CREALITY; 3DJAKE ecoPLA Tough @CREALITY; 123-3D Jupiter PLA @CREALITY
  78. [printer_model:ENDER7]
  79. name = Creality Ender-7
  80. variants = 0.4
  81. technology = FFF
  82. family = ENDER
  83. bed_model = ender7_bed.stl
  84. bed_texture = ender7.svg
  85. default_materials = Generic PLA @CREALITY; Generic PETG @CREALITY; Generic ABS @CREALITY; Creality PLA @CREALITY; Prusament PLA @CREALITY; Prusament PETG @CREALITY; AzureFilm PLA @CREALITY; Devil Design PLA @CREALITY; Devil Design PLA Matt @CREALITY; Devil Design PLA Galaxy @CREALITY; Extrudr PLA NX2 @CREALITY; Real Filament PLA @CREALITY; Velleman PLA @CREALITY; 3DJAKE ecoPLA @CREALITY; 3DJAKE ecoPLA Matt @CREALITY; 3DJAKE ecoPLA Tough @CREALITY; 123-3D Jupiter PLA @CREALITY
  86. [printer_model:ENDER2]
  87. name = Creality Ender-2
  88. variants = 0.4
  89. technology = FFF
  90. family = ENDER
  91. bed_model = ender2_bed.stl
  92. bed_texture = ender2.svg
  93. default_materials = Generic PLA @CREALITY; Generic PETG @CREALITY; Generic ABS @CREALITY; Creality PLA @CREALITY; Prusament PLA @CREALITY; Prusament PETG @CREALITY; AzureFilm PLA @CREALITY; Devil Design PLA @CREALITY; Devil Design PLA Matt @CREALITY; Devil Design PLA Galaxy @CREALITY; Extrudr PLA NX2 @CREALITY; Real Filament PLA @CREALITY; Velleman PLA @CREALITY; 3DJAKE ecoPLA @CREALITY; 3DJAKE ecoPLA Matt @CREALITY; 3DJAKE ecoPLA Tough @CREALITY; 123-3D Jupiter PLA @CREALITY
  94. [printer_model:CR5PRO]
  95. name = Creality CR-5 Pro
  96. variants = 0.4
  97. technology = FFF
  98. family = CR
  99. bed_model = cr5pro_bed.stl
  100. bed_texture = cr5pro.svg
  101. default_materials = Generic PLA @CREALITY; Generic PETG @CREALITY; Generic ABS @CREALITY; Creality PLA @CREALITY; Prusament PLA @CREALITY; Prusament PETG @CREALITY; AzureFilm PLA @CREALITY; Devil Design PLA @CREALITY; Devil Design PLA Matt @CREALITY; Devil Design PLA Galaxy @CREALITY; Extrudr PLA NX2 @CREALITY; Real Filament PLA @CREALITY; Velleman PLA @CREALITY; 3DJAKE ecoPLA @CREALITY; 3DJAKE ecoPLA Matt @CREALITY; 3DJAKE ecoPLA Tough @CREALITY; 123-3D Jupiter PLA @CREALITY
  102. [printer_model:CR5PROH]
  103. name = Creality CR-5 Pro H
  104. variants = 0.4
  105. technology = FFF
  106. family = CR
  107. bed_model = cr5pro_bed.stl
  108. bed_texture = cr5pro.svg
  109. default_materials = Generic PLA @CREALITY; Generic PETG @CREALITY; Generic ABS @CREALITY; Creality PLA @CREALITY; Prusament PLA @CREALITY; Prusament PETG @CREALITY; AzureFilm PLA @CREALITY; Devil Design PLA @CREALITY; Devil Design PLA Matt @CREALITY; Devil Design PLA Galaxy @CREALITY; Extrudr PLA NX2 @CREALITY; Real Filament PLA @CREALITY; Velleman PLA @CREALITY; 3DJAKE ecoPLA @CREALITY; 3DJAKE ecoPLA Matt @CREALITY; 3DJAKE ecoPLA Tough @CREALITY; 123-3D Jupiter PLA @CREALITY
  110. [printer_model:CR6SE]
  111. name = Creality CR-6 SE
  112. variants = 0.4
  113. technology = FFF
  114. family = CR
  115. bed_model = cr6se_bed.stl
  116. bed_texture = cr6se.svg
  117. default_materials = Generic PLA @CREALITY; Generic PETG @CREALITY; Generic ABS @CREALITY; Creality PLA @CREALITY; Prusament PLA @CREALITY; Prusament PETG @CREALITY; AzureFilm PLA @CREALITY; Devil Design PLA @CREALITY; Devil Design PLA Matt @CREALITY; Devil Design PLA Galaxy @CREALITY; Extrudr PLA NX2 @CREALITY; Real Filament PLA @CREALITY; Velleman PLA @CREALITY; 3DJAKE ecoPLA @CREALITY; 3DJAKE ecoPLA Matt @CREALITY; 3DJAKE ecoPLA Tough @CREALITY; 123-3D Jupiter PLA @CREALITY
  118. [printer_model:CR6MAX]
  119. name = Creality CR-6 Max
  120. variants = 0.4
  121. technology = FFF
  122. family = CR
  123. bed_model = cr10s4_bed.stl
  124. bed_texture = cr10s4.svg
  125. default_materials = Generic PLA @CREALITY; Generic PETG @CREALITY; Generic ABS @CREALITY; Creality PLA @CREALITY; Prusament PLA @CREALITY; Prusament PETG @CREALITY; AzureFilm PLA @CREALITY; Devil Design PLA @CREALITY; Devil Design PLA Matt @CREALITY; Devil Design PLA Galaxy @CREALITY; Extrudr PLA NX2 @CREALITY; Real Filament PLA @CREALITY; Velleman PLA @CREALITY; 3DJAKE ecoPLA @CREALITY; 3DJAKE ecoPLA Matt @CREALITY; 3DJAKE ecoPLA Tough @CREALITY; 123-3D Jupiter PLA @CREALITY
  126. [printer_model:CR10SMART]
  127. name = Creality CR-10 SMART
  128. variants = 0.4
  129. technology = FFF
  130. family = CR
  131. bed_model = cr10v2_bed.stl
  132. bed_texture = cr10spro.svg
  133. default_materials = Generic PLA @CREALITY; Generic PETG @CREALITY; Generic ABS @CREALITY; Creality PLA @CREALITY; Prusament PLA @CREALITY; Prusament PETG @CREALITY; AzureFilm PLA @CREALITY; Devil Design PLA @CREALITY; Devil Design PLA Matt @CREALITY; Devil Design PLA Galaxy @CREALITY; Extrudr PLA NX2 @CREALITY; Real Filament PLA @CREALITY; Velleman PLA @CREALITY; 3DJAKE ecoPLA @CREALITY; 3DJAKE ecoPLA Matt @CREALITY; 3DJAKE ecoPLA Tough @CREALITY; 123-3D Jupiter PLA @CREALITY
  134. [printer_model:CR10MINI]
  135. name = Creality CR-10 Mini
  136. variants = 0.4
  137. technology = FFF
  138. family = CR
  139. bed_model = cr10mini_bed.stl
  140. bed_texture = cr10mini.svg
  141. default_materials = Generic PLA @CREALITY; Generic PETG @CREALITY; Generic ABS @CREALITY; Creality PLA @CREALITY; Prusament PLA @CREALITY; Prusament PETG @CREALITY; AzureFilm PLA @CREALITY; Devil Design PLA @CREALITY; Devil Design PLA Matt @CREALITY; Devil Design PLA Galaxy @CREALITY; Extrudr PLA NX2 @CREALITY; Real Filament PLA @CREALITY; Velleman PLA @CREALITY; 3DJAKE ecoPLA @CREALITY; 3DJAKE ecoPLA Matt @CREALITY; 3DJAKE ecoPLA Tough @CREALITY; 123-3D Jupiter PLA @CREALITY
  142. [printer_model:CR10MAX]
  143. name = Creality CR-10 Max
  144. variants = 0.4
  145. technology = FFF
  146. family = CR
  147. bed_model = cr10max_bed.stl
  148. bed_texture = cr10max.svg
  149. default_materials = Generic PLA @CREALITY; Generic PETG @CREALITY; Generic ABS @CREALITY; Creality PLA @CREALITY; Prusament PLA @CREALITY; Prusament PETG @CREALITY; AzureFilm PLA @CREALITY; Devil Design PLA @CREALITY; Devil Design PLA Matt @CREALITY; Devil Design PLA Galaxy @CREALITY; Extrudr PLA NX2 @CREALITY; Real Filament PLA @CREALITY; Velleman PLA @CREALITY; 3DJAKE ecoPLA @CREALITY; 3DJAKE ecoPLA Matt @CREALITY; 3DJAKE ecoPLA Tough @CREALITY; 123-3D Jupiter PLA @CREALITY
  150. [printer_model:CR10]
  151. name = Creality CR-10
  152. variants = 0.4
  153. technology = FFF
  154. family = CR
  155. bed_model = cr10_bed.stl
  156. bed_texture = cr10.svg
  157. default_materials = Generic PLA @CREALITY; Generic PETG @CREALITY; Generic ABS @CREALITY; Creality PLA @CREALITY; Prusament PLA @CREALITY; Prusament PETG @CREALITY; AzureFilm PLA @CREALITY; Devil Design PLA @CREALITY; Devil Design PLA Matt @CREALITY; Devil Design PLA Galaxy @CREALITY; Extrudr PLA NX2 @CREALITY; Real Filament PLA @CREALITY; Velleman PLA @CREALITY; 3DJAKE ecoPLA @CREALITY; 3DJAKE ecoPLA Matt @CREALITY; 3DJAKE ecoPLA Tough @CREALITY; 123-3D Jupiter PLA @CREALITY
  158. [printer_model:CR10V2]
  159. name = Creality CR-10 V2
  160. variants = 0.4
  161. technology = FFF
  162. family = CR
  163. bed_model = cr10v2_bed.stl
  164. bed_texture = cr10.svg
  165. default_materials = Generic PLA @CREALITY; Generic PETG @CREALITY; Generic ABS @CREALITY; Creality PLA @CREALITY; Prusament PLA @CREALITY; Prusament PETG @CREALITY; AzureFilm PLA @CREALITY; Devil Design PLA @CREALITY; Devil Design PLA Matt @CREALITY; Devil Design PLA Galaxy @CREALITY; Extrudr PLA NX2 @CREALITY; Real Filament PLA @CREALITY; Velleman PLA @CREALITY; 3DJAKE ecoPLA @CREALITY; 3DJAKE ecoPLA Matt @CREALITY; 3DJAKE ecoPLA Tough @CREALITY; 123-3D Jupiter PLA @CREALITY
  166. [printer_model:CR10V3]
  167. name = Creality CR-10 V3
  168. variants = 0.4
  169. technology = FFF
  170. family = CR
  171. bed_model = cr10v2_bed.stl
  172. bed_texture = cr10.svg
  173. default_materials = Generic PLA @CREALITY; Generic PETG @CREALITY; Generic ABS @CREALITY; Creality PLA @CREALITY; Prusament PLA @CREALITY; Prusament PETG @CREALITY; AzureFilm PLA @CREALITY; Devil Design PLA @CREALITY; Devil Design PLA Matt @CREALITY; Devil Design PLA Galaxy @CREALITY; Extrudr PLA NX2 @CREALITY; Real Filament PLA @CREALITY; Velleman PLA @CREALITY; 3DJAKE ecoPLA @CREALITY; 3DJAKE ecoPLA Matt @CREALITY; 3DJAKE ecoPLA Tough @CREALITY; 123-3D Jupiter PLA @CREALITY
  174. [printer_model:CR10S]
  175. name = Creality CR-10 S
  176. variants = 0.4
  177. technology = FFF
  178. family = CR
  179. bed_model = cr10_bed.stl
  180. bed_texture = cr10.svg
  181. default_materials = Generic PLA @CREALITY; Generic PETG @CREALITY; Generic ABS @CREALITY; Creality PLA @CREALITY; Prusament PLA @CREALITY; Prusament PETG @CREALITY; AzureFilm PLA @CREALITY; Devil Design PLA @CREALITY; Devil Design PLA Matt @CREALITY; Devil Design PLA Galaxy @CREALITY; Extrudr PLA NX2 @CREALITY; Real Filament PLA @CREALITY; Velleman PLA @CREALITY; 3DJAKE ecoPLA @CREALITY; 3DJAKE ecoPLA Matt @CREALITY; 3DJAKE ecoPLA Tough @CREALITY; 123-3D Jupiter PLA @CREALITY
  182. [printer_model:CR10SPRO]
  183. name = Creality CR-10 S Pro
  184. variants = 0.4
  185. technology = FFF
  186. family = CR
  187. bed_model = cr10v2_bed.stl
  188. bed_texture = cr10spro.svg
  189. default_materials = Generic PLA @CREALITY; Generic PETG @CREALITY; Generic ABS @CREALITY; Creality PLA @CREALITY; Prusament PLA @CREALITY; Prusament PETG @CREALITY; AzureFilm PLA @CREALITY; Devil Design PLA @CREALITY; Devil Design PLA Matt @CREALITY; Devil Design PLA Galaxy @CREALITY; Extrudr PLA NX2 @CREALITY; Real Filament PLA @CREALITY; Velleman PLA @CREALITY; 3DJAKE ecoPLA @CREALITY; 3DJAKE ecoPLA Matt @CREALITY; 3DJAKE ecoPLA Tough @CREALITY; 123-3D Jupiter PLA @CREALITY
  190. [printer_model:CR10SPROV2]
  191. name = Creality CR-10 S Pro V2
  192. variants = 0.4
  193. technology = FFF
  194. family = CR
  195. bed_model = cr10v2_bed.stl
  196. bed_texture = cr10.svg
  197. default_materials = Generic PLA @CREALITY; Generic PETG @CREALITY; Generic ABS @CREALITY; Creality PLA @CREALITY; Prusament PLA @CREALITY; Prusament PETG @CREALITY; AzureFilm PLA @CREALITY; Devil Design PLA @CREALITY; Devil Design PLA Matt @CREALITY; Devil Design PLA Galaxy @CREALITY; Extrudr PLA NX2 @CREALITY; Real Filament PLA @CREALITY; Velleman PLA @CREALITY; 3DJAKE ecoPLA @CREALITY; 3DJAKE ecoPLA Matt @CREALITY; 3DJAKE ecoPLA Tough @CREALITY; 123-3D Jupiter PLA @CREALITY
  198. [printer_model:CR10S4]
  199. name = Creality CR-10 S4
  200. variants = 0.4
  201. technology = FFF
  202. family = CR
  203. bed_model = cr10s4_bed.stl
  204. bed_texture = cr10s4.svg
  205. default_materials = Generic PLA @CREALITY; Generic PETG @CREALITY; Generic ABS @CREALITY; Creality PLA @CREALITY; Prusament PLA @CREALITY; Prusament PETG @CREALITY; AzureFilm PLA @CREALITY; Devil Design PLA @CREALITY; Devil Design PLA Matt @CREALITY; Devil Design PLA Galaxy @CREALITY; Extrudr PLA NX2 @CREALITY; Real Filament PLA @CREALITY; Velleman PLA @CREALITY; 3DJAKE ecoPLA @CREALITY; 3DJAKE ecoPLA Matt @CREALITY; 3DJAKE ecoPLA Tough @CREALITY; 123-3D Jupiter PLA @CREALITY
  206. [printer_model:CR10S5]
  207. name = Creality CR-10 S5
  208. variants = 0.4
  209. technology = FFF
  210. family = CR
  211. bed_model = cr10s5_bed.stl
  212. bed_texture = cr10s5.svg
  213. default_materials = Generic PLA @CREALITY; Generic PETG @CREALITY; Generic ABS @CREALITY; Creality PLA @CREALITY; Prusament PLA @CREALITY; Prusament PETG @CREALITY; AzureFilm PLA @CREALITY; Devil Design PLA @CREALITY; Devil Design PLA Matt @CREALITY; Devil Design PLA Galaxy @CREALITY; Extrudr PLA NX2 @CREALITY; Real Filament PLA @CREALITY; Velleman PLA @CREALITY; 3DJAKE ecoPLA @CREALITY; 3DJAKE ecoPLA Matt @CREALITY; 3DJAKE ecoPLA Tough @CREALITY; 123-3D Jupiter PLA @CREALITY
  214. [printer_model:CR20]
  215. name = Creality CR-20
  216. variants = 0.4
  217. technology = FFF
  218. family = CR
  219. bed_model = ender3_bed.stl
  220. bed_texture = cr20.svg
  221. default_materials = Generic PLA @CREALITY; Generic PETG @CREALITY; Generic ABS @CREALITY; Creality PLA @CREALITY; Prusament PLA @CREALITY; Prusament PETG @CREALITY; AzureFilm PLA @CREALITY; Devil Design PLA @CREALITY; Devil Design PLA Matt @CREALITY; Devil Design PLA Galaxy @CREALITY; Extrudr PLA NX2 @CREALITY; Real Filament PLA @CREALITY; Velleman PLA @CREALITY; 3DJAKE ecoPLA @CREALITY; 3DJAKE ecoPLA Matt @CREALITY; 3DJAKE ecoPLA Tough @CREALITY; 123-3D Jupiter PLA @CREALITY
  222. [printer_model:CR20PRO]
  223. name = Creality CR-20 Pro
  224. variants = 0.4
  225. technology = FFF
  226. family = CR
  227. bed_model = ender3_bed.stl
  228. bed_texture = cr20.svg
  229. default_materials = Generic PLA @CREALITY; Generic PETG @CREALITY; Generic ABS @CREALITY; Creality PLA @CREALITY; Prusament PLA @CREALITY; Prusament PETG @CREALITY; AzureFilm PLA @CREALITY; Devil Design PLA @CREALITY; Devil Design PLA Matt @CREALITY; Devil Design PLA Galaxy @CREALITY; Extrudr PLA NX2 @CREALITY; Real Filament PLA @CREALITY; Velleman PLA @CREALITY; 3DJAKE ecoPLA @CREALITY; 3DJAKE ecoPLA Matt @CREALITY; 3DJAKE ecoPLA Tough @CREALITY; 123-3D Jupiter PLA @CREALITY
  230. [printer_model:CR200B]
  231. name = Creality CR-200B
  232. variants = 0.4
  233. technology = FFF
  234. family = CR
  235. bed_model = cr200b_bed.stl
  236. bed_texture = cr200b.svg
  237. default_materials = Generic PLA @CREALITY; Generic PETG @CREALITY; Generic ABS @CREALITY; Creality PLA @CREALITY; Prusament PLA @CREALITY; Prusament PETG @CREALITY; AzureFilm PLA @CREALITY; Devil Design PLA @CREALITY; Devil Design PLA Matt @CREALITY; Devil Design PLA Galaxy @CREALITY; Extrudr PLA NX2 @CREALITY; Real Filament PLA @CREALITY; Velleman PLA @CREALITY; 3DJAKE ecoPLA @CREALITY; 3DJAKE ecoPLA Matt @CREALITY; 3DJAKE ecoPLA Tough @CREALITY; 123-3D Jupiter PLA @CREALITY
  238. [printer_model:CR8]
  239. name = Creality CR-8
  240. variants = 0.4
  241. technology = FFF
  242. family = CR
  243. bed_model = cr8_bed.stl
  244. bed_texture = cr8.svg
  245. default_materials = Generic PLA @CREALITY; Generic PETG @CREALITY; Generic ABS @CREALITY; Creality PLA @CREALITY; Prusament PLA @CREALITY; Prusament PETG @CREALITY; AzureFilm PLA @CREALITY; Devil Design PLA @CREALITY; Devil Design PLA Matt @CREALITY; Devil Design PLA Galaxy @CREALITY; Extrudr PLA NX2 @CREALITY; Real Filament PLA @CREALITY; Velleman PLA @CREALITY; 3DJAKE ecoPLA @CREALITY; 3DJAKE ecoPLA Matt @CREALITY; 3DJAKE ecoPLA Tough @CREALITY; 123-3D Jupiter PLA @CREALITY
  246. #[printer_model:CRX]
  247. #name = Creality CR-X
  248. #variants = 0.4
  249. #technology = FFF
  250. #family = CR-X
  251. #bed_model = cr10v2_bed.stl
  252. #bed_texture = cr10spro.svg
  253. #default_materials = Generic PLA @CREALITY; Generic PETG @CREALITY; Generic ABS @CREALITY; Creality PLA @CREALITY; Prusament PLA @CREALITY; Prusament PETG @CREALITY; AzureFilm PLA @CREALITY; Devil Design PLA @CREALITY; Devil Design PLA Matt @CREALITY; Devil Design PLA Galaxy @CREALITY; Extrudr PLA NX2 @CREALITY; Real Filament PLA @CREALITY; Velleman PLA @CREALITY; 3DJAKE ecoPLA @CREALITY; 3DJAKE ecoPLA Matt @CREALITY; 3DJAKE ecoPLA Tough @CREALITY; 123-3D Jupiter PLA @CREALITY
  254. #[printer_model:CRXPRO]
  255. #name = Creality CR-X Pro
  256. #variants = 0.4
  257. #technology = FFF
  258. #family = CR-X
  259. #bed_model = cr10v2_bed.stl
  260. #bed_texture = cr10spro.svg
  261. #default_materials = Generic PLA @CREALITY; Generic PETG @CREALITY; Generic ABS @CREALITY; Creality PLA @CREALITY; Prusament PLA @CREALITY; Prusament PETG @CREALITY; AzureFilm PLA @CREALITY; Devil Design PLA @CREALITY; Devil Design PLA Matt @CREALITY; Devil Design PLA Galaxy @CREALITY; Extrudr PLA NX2 @CREALITY; Real Filament PLA @CREALITY; Velleman PLA @CREALITY; 3DJAKE ecoPLA @CREALITY; 3DJAKE ecoPLA Matt @CREALITY; 3DJAKE ecoPLA Tough @CREALITY; 123-3D Jupiter PLA @CREALITY
  262. [printer_model:SERMOOND1]
  263. name = Creality Sermoon-D1
  264. variants = 0.4
  265. technology = FFF
  266. family = SERMOON
  267. bed_model = sermoond1_bed.stl
  268. bed_texture = sermoond1.svg
  269. default_materials = Generic PLA @CREALITY; Generic PETG @CREALITY; Generic ABS @CREALITY; Creality PLA @CREALITY; Prusament PLA @CREALITY; Prusament PETG @CREALITY; AzureFilm PLA @CREALITY; Devil Design PLA @CREALITY; Devil Design PLA Matt @CREALITY; Devil Design PLA Galaxy @CREALITY; Extrudr PLA NX2 @CREALITY; Real Filament PLA @CREALITY; Velleman PLA @CREALITY; 3DJAKE ecoPLA @CREALITY; 3DJAKE ecoPLA Matt @CREALITY; 3DJAKE ecoPLA Tough @CREALITY; 123-3D Jupiter PLA @CREALITY
  270. # All presets starting with asterisk, for example *common*, are intermediate and they will
  271. # not make it into the user interface.
  272. # Common print preset
  273. [print:*common*]
  274. avoid_crossing_perimeters = 0
  275. bridge_acceleration = 250
  276. bridge_angle = 0
  277. bridge_flow_ratio = 0.95
  278. bridge_speed = 25
  279. brim_width = 0
  280. clip_multipart_objects = 1
  281. compatible_printers =
  282. complete_objects = 0
  283. default_acceleration = 500
  284. dont_support_bridges = 1
  285. elefant_foot_compensation = 0.1
  286. ensure_vertical_shell_thickness = 1
  287. external_fill_pattern = rectilinear
  288. external_perimeters_first = 0
  289. external_perimeter_extrusion_width = 0.45
  290. external_perimeter_speed = 25
  291. extra_perimeters = 0
  292. extruder_clearance_height = 34
  293. extruder_clearance_radius = 47
  294. extrusion_width = 0.45
  295. fill_angle = 45
  296. fill_density = 15%
  297. fill_pattern = grid
  298. first_layer_extrusion_width = 0.42
  299. first_layer_height = 0.2
  300. first_layer_speed = 20
  301. gap_fill_speed = 30
  302. gcode_comments = 0
  303. infill_every_layers = 1
  304. infill_extruder = 1
  305. infill_extrusion_width = 0.45
  306. infill_first = 0
  307. infill_only_where_needed = 0
  308. infill_overlap = 25%
  309. infill_speed = 50
  310. interface_shells = 0
  311. max_print_speed = 100
  312. max_volumetric_extrusion_rate_slope_negative = 0
  313. max_volumetric_extrusion_rate_slope_positive = 0
  314. max_volumetric_speed = 0
  315. min_skirt_length = 4
  316. notes =
  317. overhangs = 0
  318. only_retract_when_crossing_perimeters = 0
  319. ooze_prevention = 0
  320. output_filename_format = {input_filename_base}_{print_time}_{layer_height}mm_{temperature[0]}C_{filament_type[0]}_{printer_model}.gcode
  321. perimeters = 2
  322. perimeter_extruder = 1
  323. perimeter_extrusion_width = 0.45
  324. perimeter_speed = 40
  325. post_process =
  326. print_settings_id =
  327. raft_layers = 0
  328. resolution = 0
  329. seam_position = nearest
  330. single_extruder_multi_material_priming = 0
  331. skirts = 1
  332. skirt_distance = 3
  333. skirt_height = 2
  334. small_perimeter_speed = 25
  335. solid_infill_below_area = 0
  336. solid_infill_every_layers = 0
  337. solid_infill_extruder = 1
  338. solid_infill_extrusion_width = 0.45
  339. solid_infill_speed = 40
  340. spiral_vase = 0
  341. standby_temperature_delta = -5
  342. support_material = 0
  343. support_material_extruder = 0
  344. support_material_extrusion_width = 0.38
  345. support_material_interface_extruder = 0
  346. support_material_angle = 0
  347. support_material_buildplate_only = 0
  348. support_material_enforce_layers = 0
  349. support_material_contact_distance = 0.15
  350. support_material_interface_contact_loops = 0
  351. support_material_interface_layers = 2
  352. support_material_interface_spacing = 0.2
  353. support_material_interface_speed = 100%
  354. support_material_pattern = rectilinear
  355. support_material_spacing = 2
  356. support_material_speed = 40
  357. support_material_synchronize_layers = 0
  358. support_material_threshold = 40
  359. support_material_with_sheath = 0
  360. support_material_xy_spacing = 60%
  361. thin_walls = 0
  362. top_infill_extrusion_width = 0.4
  363. top_solid_infill_speed = 30
  364. travel_speed = 150
  365. wipe_tower = 0
  366. wipe_tower_bridging = 10
  367. wipe_tower_rotation_angle = 0
  368. wipe_tower_width = 60
  369. wipe_tower_x = 170
  370. wipe_tower_y = 140
  371. xy_size_compensation = 0
  372. [print:*0.08mm*]
  373. inherits = *common*
  374. layer_height = 0.08
  375. perimeters = 3
  376. bottom_solid_layers = 9
  377. top_solid_layers = 11
  378. bridge_flow_ratio = 0.70
  379. [print:*0.10mm*]
  380. inherits = *common*
  381. layer_height = 0.10
  382. perimeters = 3
  383. bottom_solid_layers = 7
  384. top_solid_layers = 9
  385. bridge_flow_ratio = 0.70
  386. [print:*0.12mm*]
  387. inherits = *common*
  388. layer_height = 0.12
  389. perimeters = 3
  390. bottom_solid_layers = 6
  391. top_solid_layers = 7
  392. bridge_flow_ratio = 0.70
  393. [print:*0.16mm*]
  394. inherits = *common*
  395. layer_height = 0.16
  396. bottom_solid_layers = 5
  397. top_solid_layers = 7
  398. bridge_flow_ratio = 0.85
  399. [print:*0.20mm*]
  400. inherits = *common*
  401. layer_height = 0.20
  402. bottom_solid_layers = 4
  403. top_solid_layers = 5
  404. [print:*0.24mm*]
  405. inherits = *common*
  406. layer_height = 0.24
  407. top_infill_extrusion_width = 0.45
  408. bottom_solid_layers = 3
  409. top_solid_layers = 4
  410. [print:*0.28mm*]
  411. inherits = *common*
  412. layer_height = 0.28
  413. top_infill_extrusion_width = 0.45
  414. bottom_solid_layers = 3
  415. top_solid_layers = 4
  416. [print:0.08mm SUPERDETAIL @CREALITY]
  417. inherits = *0.08mm*
  418. compatible_printers_condition = printer_model=~/(ENDER|CR|SERMOON).*/ and nozzle_diameter[0]==0.4
  419. [print:0.10mm HIGHDETAIL @CREALITY]
  420. inherits = *0.10mm*
  421. renamed_from = "0.10mm HIGHDETAIL @ENDER3"
  422. compatible_printers_condition = printer_model=~/(ENDER|CR|SERMOON).*/ and nozzle_diameter[0]==0.4
  423. [print:0.12mm DETAIL @CREALITY]
  424. inherits = *0.12mm*
  425. renamed_from = "0.12mm DETAIL @ENDER3"
  426. compatible_printers_condition = printer_model=~/(ENDER|CR|SERMOON).*/ and nozzle_diameter[0]==0.4
  427. [print:0.16mm OPTIMAL @CREALITY]
  428. inherits = *0.16mm*
  429. renamed_from = "0.15mm OPTIMAL @ENDER3"; "0.15mm OPTIMAL @CREALITY"
  430. compatible_printers_condition = printer_model=~/(ENDER|CR|SERMOON).*/ and nozzle_diameter[0]==0.4
  431. [print:0.20mm NORMAL @CREALITY]
  432. inherits = *0.20mm*
  433. renamed_from = "0.20mm NORMAL @ENDER3"
  434. compatible_printers_condition = printer_model=~/(ENDER|CR|SERMOON).*/ and nozzle_diameter[0]==0.4
  435. [print:0.24mm DRAFT @CREALITY]
  436. inherits = *0.24mm*
  437. renamed_from = "0.24mm DRAFT @ENDER3"
  438. compatible_printers_condition = printer_model=~/(ENDER|CR|SERMOON).*/ and nozzle_diameter[0]==0.4
  439. [print:0.28mm SUPERDRAFT @CREALITY]
  440. inherits = *0.28mm*
  441. compatible_printers_condition = printer_model=~/(ENDER|CR|SERMOON).*/ and nozzle_diameter[0]==0.4
  442. # When submitting new filaments please print the following temperature tower at 0.1mm layer height:
  443. # https://www.thingiverse.com/thing:2615842
  444. # Pay particular attention to bridging, overhangs and retractions.
  445. # Also print the following bed adhesion test at 0.1 layer height as well:
  446. # https://www.prusaprinters.org/prints/4634-bed-adhesion-warp-test
  447. # At least for PLA, please keep bed temp at 60, as many Creality printers do not have any ABL
  448. # So having some leeway to get good bed adhesion is not a luxury for many users
  449. [filament:*common*]
  450. cooling = 0
  451. compatible_printers =
  452. extrusion_multiplier = 1
  453. filament_cost = 0
  454. filament_density = 0
  455. filament_diameter = 1.75
  456. filament_notes = ""
  457. filament_settings_id = ""
  458. filament_soluble = 0
  459. min_print_speed = 15
  460. slowdown_below_layer_time = 20
  461. compatible_printers_condition = printer_notes=~/.*PRINTER_VENDOR_CREALITY.*/
  462. [filament:*PLA*]
  463. inherits = *common*
  464. bed_temperature = 60
  465. fan_below_layer_time = 100
  466. filament_colour = #DDDDDD
  467. filament_max_volumetric_speed = 15
  468. filament_type = PLA
  469. filament_density = 1.24
  470. filament_cost = 20
  471. first_layer_bed_temperature = 60
  472. first_layer_temperature = 210
  473. fan_always_on = 1
  474. cooling = 1
  475. max_fan_speed = 100
  476. min_fan_speed = 100
  477. bridge_fan_speed = 100
  478. disable_fan_first_layers = 1
  479. temperature = 205
  480. [filament:*PET*]
  481. inherits = *common*
  482. bed_temperature = 70
  483. cooling = 1
  484. disable_fan_first_layers = 3
  485. fan_below_layer_time = 20
  486. filament_colour = #DDDDDD
  487. filament_max_volumetric_speed = 8
  488. filament_type = PETG
  489. filament_density = 1.27
  490. filament_cost = 30
  491. first_layer_bed_temperature = 70
  492. first_layer_temperature = 240
  493. fan_always_on = 1
  494. max_fan_speed = 50
  495. min_fan_speed = 20
  496. bridge_fan_speed = 100
  497. temperature = 240
  498. [filament:*ABS*]
  499. inherits = *common*
  500. bed_temperature = 100
  501. cooling = 0
  502. disable_fan_first_layers = 3
  503. fan_below_layer_time = 20
  504. filament_colour = #DDDDDD
  505. filament_max_volumetric_speed = 11
  506. filament_type = ABS
  507. filament_density = 1.04
  508. filament_cost = 20
  509. first_layer_bed_temperature = 100
  510. first_layer_temperature = 245
  511. fan_always_on = 0
  512. max_fan_speed = 0
  513. min_fan_speed = 0
  514. bridge_fan_speed = 30
  515. top_fan_speed = 0
  516. temperature = 245
  517. [filament:Generic PLA @CREALITY]
  518. inherits = *PLA*
  519. renamed_from = "Generic PLA @ENDER3"
  520. filament_vendor = Generic
  521. [filament:Generic PETG @CREALITY]
  522. inherits = *PET*
  523. renamed_from = "Generic PETG @ENDER3"
  524. filament_vendor = Generic
  525. [filament:Generic ABS @CREALITY]
  526. inherits = *ABS*
  527. renamed_from = "Generic ABS @ENDER3"
  528. first_layer_bed_temperature = 90
  529. bed_temperature = 90
  530. filament_vendor = Generic
  531. [filament:Creality PLA @CREALITY]
  532. inherits = *PLA*
  533. renamed_from = "Creality PLA @ENDER3"
  534. filament_vendor = Creality
  535. temperature = 200
  536. bed_temperature = 60
  537. first_layer_temperature = 205
  538. first_layer_bed_temperature = 60
  539. filament_colour = #42BDD8
  540. [filament:Creality PETG @CREALITY]
  541. inherits = *PET*
  542. renamed_from = "Creality PETG @ENDER3"
  543. filament_vendor = Creality
  544. temperature = 240
  545. bed_temperature = 70
  546. first_layer_temperature = 240
  547. first_layer_bed_temperature = 70
  548. max_fan_speed = 40
  549. min_fan_speed = 20
  550. filament_colour = #42BDD8
  551. [filament:Creality ABS @CREALITY]
  552. inherits = *ABS*
  553. renamed_from = "Creality ABS @ENDER3"
  554. filament_vendor = Creality
  555. temperature = 240
  556. bed_temperature = 90
  557. first_layer_temperature = 240
  558. first_layer_bed_temperature = 90
  559. filament_colour = #42BDD8
  560. [filament:Prusament PLA @CREALITY]
  561. inherits = *PLA*
  562. renamed_from = "Prusament PLA @ENDER3"
  563. filament_vendor = Prusa Polymers
  564. temperature = 210
  565. bed_temperature = 60
  566. first_layer_temperature = 215
  567. first_layer_bed_temperature = 60
  568. filament_cost = 24.99
  569. filament_density = 1.24
  570. filament_colour = #F94D0C
  571. [filament:Prusament PETG @CREALITY]
  572. inherits = *PET*
  573. renamed_from = "Prusament PETG @ENDER3"
  574. filament_vendor = Prusa Polymers
  575. temperature = 245
  576. bed_temperature = 70
  577. first_layer_temperature = 245
  578. first_layer_bed_temperature = 70
  579. filament_cost = 24.99
  580. filament_density = 1.27
  581. filament_colour = #F94D0C
  582. [filament:AzureFilm PLA @CREALITY]
  583. inherits = *PLA*
  584. filament_vendor = AzureFilm
  585. temperature = 210
  586. bed_temperature = 60
  587. first_layer_temperature = 215
  588. first_layer_bed_temperature = 60
  589. filament_cost = 19.97
  590. filament_density = 1.24
  591. filament_colour = #006AA6
  592. [filament:Devil Design PLA @CREALITY]
  593. inherits = *PLA*
  594. filament_vendor = Devil Design
  595. temperature = 215
  596. bed_temperature = 60
  597. first_layer_temperature = 215
  598. first_layer_bed_temperature = 60
  599. filament_cost = 19.00
  600. filament_density = 1.24
  601. filament_colour = #FF0000
  602. filament_spool_weight = 256
  603. [filament:Devil Design PLA Matt @CREALITY]
  604. inherits = *PLA*
  605. filament_vendor = Devil Design
  606. temperature = 205
  607. bed_temperature = 60
  608. first_layer_temperature = 205
  609. first_layer_bed_temperature = 60
  610. filament_cost = 20.00
  611. filament_density = 1.38
  612. filament_colour = #FF0000
  613. filament_spool_weight = 256
  614. [filament:Devil Design PLA Galaxy @CREALITY]
  615. inherits = *PLA*
  616. renamed_from = "Devil Design PLA (Galaxy) @CREALITY"
  617. filament_vendor = Devil Design
  618. temperature = 225
  619. bed_temperature = 65
  620. first_layer_temperature = 225
  621. first_layer_bed_temperature = 65
  622. filament_cost = 19.00
  623. filament_density = 1.24
  624. filament_colour = #FF0000
  625. filament_spool_weight = 256
  626. [filament:Extrudr PLA NX2 @CREALITY]
  627. inherits = *PLA*
  628. filament_vendor = Extrudr
  629. temperature = 200
  630. bed_temperature = 60
  631. first_layer_temperature = 205
  632. first_layer_bed_temperature = 60
  633. filament_cost = 23.63
  634. filament_density = 1.3
  635. filament_colour = #3C4547
  636. filament_spool_weight = 256
  637. [filament:Extrudr GreenTEC Pro @CREALITY]
  638. inherits = *PLA*
  639. filament_vendor = Extrudr
  640. temperature = 210
  641. bed_temperature = 60
  642. first_layer_temperature = 215
  643. first_layer_bed_temperature = 60
  644. filament_cost = 56.24
  645. filament_density = 1.35
  646. filament_colour = #3C4547
  647. [filament:Real Filament PLA @CREALITY]
  648. inherits = *PLA*
  649. filament_vendor = Real Filament
  650. temperature = 195
  651. bed_temperature = 60
  652. first_layer_temperature = 200
  653. first_layer_bed_temperature = 60
  654. filament_cost = 24.99
  655. filament_density = 1.24
  656. filament_colour = #007ABF
  657. [filament:Velleman PLA @CREALITY]
  658. inherits = *PLA*
  659. filament_vendor = Velleman
  660. temperature = 200
  661. bed_temperature = 60
  662. first_layer_temperature = 205
  663. first_layer_bed_temperature = 60
  664. filament_cost = 27.99
  665. filament_density = 1.24
  666. filament_colour = #7EA60D
  667. [filament:3DJAKE ecoPLA @CREALITY]
  668. inherits = *PLA*
  669. filament_vendor = 3DJAKE
  670. temperature = 200
  671. bed_temperature = 60
  672. first_layer_temperature = 205
  673. first_layer_bed_temperature = 60
  674. filament_cost = 21.99
  675. filament_density = 1.24
  676. filament_colour = #125467
  677. filament_spool_weight = 238
  678. [filament:3DJAKE ecoPLA Matt @CREALITY]
  679. inherits = *PLA*
  680. filament_vendor = 3DJAKE
  681. temperature = 195
  682. bed_temperature = 60
  683. first_layer_temperature = 195
  684. first_layer_bed_temperature = 60
  685. filament_cost = 24.99
  686. filament_density = 1.38
  687. filament_colour = #125467
  688. filament_spool_weight = 238
  689. [filament:3DJAKE ecoPLA Tough @CREALITY]
  690. inherits = *PLA*
  691. filament_vendor = 3DJAKE
  692. temperature = 215
  693. bed_temperature = 60
  694. first_layer_temperature = 215
  695. first_layer_bed_temperature = 60
  696. filament_cost = 29.99
  697. filament_density = 1.21
  698. filament_colour = #125467
  699. [filament:FormFutura Tough PLA @CREALITY]
  700. inherits = *PLA*
  701. filament_vendor = FormFutura
  702. temperature = 215
  703. bed_temperature = 60
  704. first_layer_temperature = 215
  705. first_layer_bed_temperature = 60
  706. filament_cost = 46.65
  707. filament_density = 1.21
  708. filament_colour = #ed000e
  709. [filament:123-3D Jupiter PLA @CREALITY]
  710. inherits = *PLA*
  711. filament_vendor = 123-3D
  712. temperature = 200
  713. bed_temperature = 60
  714. first_layer_temperature = 205
  715. first_layer_bed_temperature = 60
  716. filament_cost = 19.50
  717. filament_density = 1.24
  718. filament_colour = #FFE200
  719. [filament:Das Filament PLA @CREALITY]
  720. inherits = *PLA*
  721. filament_vendor = Das Filament
  722. temperature = 210
  723. bed_temperature = 60
  724. first_layer_temperature = 215
  725. first_layer_bed_temperature = 60
  726. filament_cost = 20.56
  727. filament_density = 1.24
  728. filament_colour = #C7F935
  729. [filament:Das Filament PETG @CREALITY]
  730. inherits = *PET*
  731. filament_vendor = Das Filament
  732. temperature = 240
  733. bed_temperature = 70
  734. first_layer_temperature = 240
  735. first_layer_bed_temperature = 70
  736. filament_cost = 27.44
  737. filament_density = 1.29
  738. filament_colour = #C7F935
  739. # Common printer preset
  740. [printer:*common*]
  741. printer_technology = FFF
  742. before_layer_gcode = ;BEFORE_LAYER_CHANGE\nG92 E0\n;{layer_z}\n\n
  743. between_objects_gcode =
  744. pause_print_gcode =
  745. deretract_speed = 40
  746. extruder_colour = #FCE94F
  747. extruder_offset = 0x0
  748. gcode_flavor = marlin
  749. silent_mode = 0
  750. remaining_times = 0
  751. machine_max_acceleration_e = 5000
  752. machine_max_acceleration_extruding = 500
  753. machine_max_acceleration_retracting = 1000
  754. machine_max_acceleration_x = 500
  755. machine_max_acceleration_y = 500
  756. machine_max_acceleration_z = 100
  757. machine_max_feedrate_e = 60
  758. machine_max_feedrate_x = 500
  759. machine_max_feedrate_y = 500
  760. machine_max_feedrate_z = 10
  761. machine_max_jerk_e = 5
  762. machine_max_jerk_x = 8
  763. machine_max_jerk_y = 8
  764. machine_max_jerk_z = 0.4
  765. machine_min_extruding_rate = 0
  766. machine_min_travel_rate = 0
  767. layer_gcode = ;AFTER_LAYER_CHANGE\n;{layer_z}
  768. max_layer_height = 0.28
  769. min_layer_height = 0.08
  770. max_print_height = 250
  771. nozzle_diameter = 0.4
  772. printer_notes =
  773. printer_settings_id =
  774. printer_variant = 0.4
  775. retract_before_travel = 2
  776. retract_before_wipe = 70%
  777. retract_layer_change = 1
  778. retract_length = 5
  779. retract_length_toolchange = 1
  780. retract_lift = 0
  781. retract_lift_above = 0
  782. retract_lift_below = 0
  783. retract_restart_extra = 0
  784. retract_restart_extra_toolchange = 0
  785. retract_speed = 60
  786. single_extruder_multi_material = 0
  787. toolchange_gcode =
  788. use_firmware_retraction = 0
  789. use_relative_e_distances = 1
  790. use_volumetric_e = 0
  791. variable_layer_height = 1
  792. wipe = 1
  793. z_offset = 0
  794. printer_model =
  795. default_print_profile = 0.16mm OPTIMAL @CREALITY
  796. default_filament_profile = Generic PLA @CREALITY
  797. start_gcode = G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S{first_layer_bed_temperature[0]} ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S{first_layer_temperature[0]} ; set final nozzle temp\nM190 S{first_layer_bed_temperature[0]} ; wait for bed temp to stabilize\nM109 S{first_layer_temperature[0]} ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0
  798. end_gcode = {if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+2, max_print_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < max_print_height-10}G1 Z{z_offset+min(max_layer_z+70, max_print_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{max_print_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors
  799. # Intended for printers equipped with a strain gauge mechanism, like the CR-6 series
  800. [printer:*straingauge*]
  801. start_gcode = G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S{first_layer_bed_temperature[0]} ; set final bed temp\nM109 S{first_layer_temperature[0]-50} ; set temporary nozzle temp to prevent oozing during homing\nM190 S{first_layer_bed_temperature[0]} ; wait for bed temp to stabilize\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S{first_layer_temperature[0]} ; set final nozzle temp\nM109 S{first_layer_temperature[0]} ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0
  802. # Intended for printers with a smaller bed, like the Ender-3 series
  803. [printer:*fastabl*]
  804. start_gcode = G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S{first_layer_bed_temperature[0]} ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing and auto bed leveling\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG29 ; auto bed levelling\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S{first_layer_temperature[0]} ; set final nozzle temp\nM190 S{first_layer_bed_temperature[0]} ; wait for bed temp to stabilize\nM109 S{first_layer_temperature[0]} ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0
  805. # Intended for printers with a larger bed, like the CR-10 series
  806. [printer:*slowabl*]
  807. start_gcode = G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S{first_layer_bed_temperature[0]} ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing and auto bed leveling\nM190 S{first_layer_bed_temperature[0]} ; wait for bed temp to stabilize\nG28 ; home all axis\nG29 ; auto bed levelling\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S{first_layer_temperature[0]} ; set final nozzle temp\nM109 S{first_layer_temperature[0]} ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0
  808. # Intended for printers with vendor official firmware verified to support M25
  809. [printer:*pauseprint*]
  810. pause_print_gcode = M25 ; pause print
  811. # Intended for printers where the Z-axis lowers the print bed during printing, like the Ender-5 series
  812. [printer:*descendingz*]
  813. end_gcode = {if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+2, max_print_height)} F600{endif} ; Move print bed down\nG1 X50 Y50 F{travel_speed*60} ; move print head out of the way\n{if max_layer_z < max_print_height-10}G1 Z{z_offset+max_print_height-10} F600{endif} ; Move print bed close to the bottom\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors
  814. # Intended for printers with dual extruders and a single hotend/nozzle, like the CR-X series
  815. [printer:*dualextruder*]
  816. single_extruder_multi_material = 1
  817. cooling_tube_length = 5
  818. cooling_tube_retraction = 91.5
  819. extra_loading_move = -2
  820. parking_pos_retraction = 92
  821. deretract_speed = 40,40
  822. extruder_colour = #FCE94F;#729FCF
  823. extruder_offset = 0x0,0x0
  824. max_layer_height = 0.28,0.28
  825. min_layer_height = 0.08,0.08
  826. nozzle_diameter = 0.4,0.4
  827. retract_before_travel = 2,2
  828. retract_before_wipe = 70%,70%
  829. retract_layer_change = 1,1
  830. retract_length = 5,5
  831. retract_length_toolchange = 1,1
  832. retract_lift = 0,0
  833. retract_lift_above = 0,0
  834. retract_lift_below = 0,0
  835. retract_restart_extra = 0,0
  836. retract_restart_extra_toolchange = 0,0
  837. retract_speed = 60,60
  838. wipe = 1,1
  839. [printer:Creality Ender-3]
  840. inherits = *common*
  841. renamed_from = "Creality ENDER-3"
  842. bed_shape = 3x3,228x3,228x228,3x228
  843. max_print_height = 250
  844. printer_model = ENDER3
  845. printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_CREALITY\nPRINTER_MODEL_ENDER3\nPRINTER_HAS_BOWDEN
  846. [printer:Creality Ender-3 BLTouch]
  847. inherits = Creality Ender-3; *fastabl*
  848. renamed_from = "Creality ENDER-3 BLTouch"
  849. printer_model = ENDER3BLTOUCH
  850. [printer:Creality Ender-3 V2]
  851. inherits = *common*
  852. renamed_from = "Creality Ender-3V2"
  853. bed_shape = 5x0,215x0,215x220,5x220
  854. max_print_height = 250
  855. printer_model = ENDER3V2
  856. printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_CREALITY\nPRINTER_MODEL_ENDER3V2\nPRINTER_HAS_BOWDEN
  857. [printer:Creality Ender-3 Max]
  858. inherits = *common*
  859. retract_length = 6
  860. bed_shape = 5x5,295x5,295x295,5x295
  861. max_print_height = 340
  862. printer_model = ENDER3MAX
  863. printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_CREALITY\nPRINTER_MODEL_ENDER3MAX\nPRINTER_HAS_BOWDEN
  864. [printer:Creality Ender-4]
  865. inherits = *common*; *descendingz*
  866. bed_shape = 5x0,215x0,215x220,5x220
  867. max_print_height = 300
  868. printer_model = ENDER4
  869. printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_CREALITY\nPRINTER_MODEL_ENDER4\nPRINTER_HAS_BOWDEN
  870. [printer:Creality Ender-5]
  871. inherits = *common*; *descendingz*
  872. retract_length = 6
  873. bed_shape = 5x2.5,225x2.5,225x222.5,5x222.5
  874. max_print_height = 300
  875. printer_model = ENDER5
  876. printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_CREALITY\nPRINTER_MODEL_ENDER5\nPRINTER_HAS_BOWDEN
  877. machine_max_acceleration_e = 1000
  878. machine_max_feedrate_z = 5
  879. [printer:Creality Ender-5 Plus]
  880. inherits = *common*; *slowabl*; *descendingz*
  881. retract_length = 6
  882. bed_shape = 5x5,355x5,355x355,5x355
  883. max_print_height = 400
  884. printer_model = ENDER5PLUS
  885. printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_CREALITY\nPRINTER_MODEL_ENDER5PLUS\nPRINTER_HAS_BOWDEN
  886. machine_max_acceleration_e = 1000
  887. machine_max_feedrate_z = 5
  888. machine_max_feedrate_x = 300
  889. machine_max_feedrate_y = 300
  890. [printer:Creality Ender-6]
  891. inherits = *common*; *descendingz*
  892. bed_shape = 5x5,255x5,255x255,5x255
  893. max_print_height = 400
  894. printer_model = ENDER6
  895. printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_CREALITY\nPRINTER_MODEL_ENDER6\nPRINTER_HAS_BOWDEN
  896. [printer:Creality Ender-7]
  897. inherits = *common*; *descendingz*
  898. bed_shape = 5x5,245x5,245x245,5x245
  899. max_print_height = 300
  900. printer_model = ENDER7
  901. printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_CREALITY\nPRINTER_MODEL_ENDER7\nPRINTER_HAS_BOWDEN
  902. [printer:Creality Ender-2]
  903. inherits = *common*
  904. renamed_from = "Creality ENDER-2"
  905. bed_shape = 0x0,150x0,150x150,0x150
  906. max_print_height = 200
  907. printer_model = ENDER2
  908. printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_CREALITY\nPRINTER_MODEL_ENDER2\nPRINTER_HAS_BOWDEN
  909. [printer:Creality CR-5 Pro]
  910. inherits = *common*; *slowabl*; *descendingz*
  911. retract_length = 6
  912. bed_shape = 5x5,295x5,295x220,5x220
  913. max_print_height = 380
  914. printer_model = CR5PRO
  915. printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_CREALITY\nPRINTER_MODEL_CR5PRO\nPRINTER_HAS_BOWDEN
  916. [printer:Creality CR-5 Pro H]
  917. inherits = *common*; *slowabl*; *descendingz*
  918. retract_length = 3
  919. bed_shape = 5x5,295x5,295x220,5x220
  920. max_print_height = 380
  921. printer_model = CR5PROH
  922. printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_CREALITY\nPRINTER_MODEL_CR5PROH\nPRINTER_HAS_BOWDEN
  923. [printer:Creality CR-6 SE]
  924. inherits = *common*; *straingauge*; *pauseprint*
  925. bed_shape = 5x0,230x0,230x235,5x235
  926. printer_model = CR6SE
  927. printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_CREALITY\nPRINTER_MODEL_CR6SE\nPRINTER_HAS_BOWDEN
  928. [printer:Creality CR-6 Max]
  929. inherits = *common*; *straingauge*
  930. retract_length = 6
  931. bed_shape = 5x5,395x5,395x395,5x395
  932. max_print_height = 400
  933. printer_model = CR6MAX
  934. printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_CREALITY\nPRINTER_MODEL_CR6MAX\nPRINTER_HAS_BOWDEN
  935. [printer:Creality CR-10 SMART]
  936. inherits = *common*; *straingauge*
  937. retract_length = 6
  938. bed_shape = 5x5,295x5,295x295,5x295
  939. max_print_height = 400
  940. printer_model = CR10SMART
  941. printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_CREALITY\nPRINTER_MODEL_CR10SMART\nPRINTER_HAS_BOWDEN
  942. [printer:Creality CR-10 Mini]
  943. inherits = *common*
  944. retract_length = 6
  945. bed_shape = 2.5x5,302.5x5,302.5x225,2.5x225
  946. max_print_height = 300
  947. printer_model = CR10MINI
  948. printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_CREALITY\nPRINTER_MODEL_CR10MINI\nPRINTER_HAS_BOWDEN
  949. [printer:Creality CR-10 Max]
  950. inherits = *common*; *slowabl*
  951. retract_length = 6
  952. bed_shape = 5x5,445x5,445x445,5x445
  953. max_print_height = 470
  954. printer_model = CR10MAX
  955. printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_CREALITY\nPRINTER_MODEL_CR10MAX\nPRINTER_HAS_BOWDEN
  956. [printer:Creality CR-10]
  957. inherits = *common*
  958. retract_length = 6
  959. bed_shape = 5x5,305x5,305x305,5x305
  960. max_print_height = 400
  961. printer_model = CR10
  962. printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_CREALITY\nPRINTER_MODEL_CR10\nPRINTER_HAS_BOWDEN
  963. [printer:Creality CR-10 V2]
  964. inherits = *common*
  965. retract_length = 6
  966. bed_shape = 5x5,305x5,305x305,5x305
  967. max_print_height = 400
  968. printer_model = CR10V2
  969. printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_CREALITY\nPRINTER_MODEL_CR10V2\nPRINTER_HAS_BOWDEN
  970. [printer:Creality CR-10 V3]
  971. inherits = *common*
  972. retract_length = 1
  973. bed_shape = 5x5,305x5,305x305,5x305
  974. max_print_height = 400
  975. printer_model = CR10V3
  976. printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_CREALITY\nPRINTER_MODEL_CR10V3
  977. [printer:Creality CR-10 S]
  978. inherits = *common*
  979. retract_length = 6
  980. bed_shape = 5x5,305x5,305x305,5x305
  981. max_print_height = 400
  982. printer_model = CR10S
  983. printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_CREALITY\nPRINTER_MODEL_CR10S\nPRINTER_HAS_BOWDEN
  984. [printer:Creality CR-10 S Pro]
  985. inherits = *common*; *slowabl*
  986. retract_length = 6
  987. bed_shape = 5x5,295x5,295x295,5x295
  988. max_print_height = 400
  989. printer_model = CR10SPRO
  990. printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_CREALITY\nPRINTER_MODEL_CR10SPRO\nPRINTER_HAS_BOWDEN
  991. [printer:Creality CR-10 S Pro V2]
  992. inherits = *common*; *slowabl*
  993. retract_length = 6
  994. bed_shape = 5x5,305x5,305x305,5x305
  995. max_print_height = 400
  996. printer_model = CR10SPROV2
  997. printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_CREALITY\nPRINTER_MODEL_CR10SPROV2\nPRINTER_HAS_BOWDEN
  998. [printer:Creality CR-10 S4]
  999. inherits = *common*
  1000. retract_length = 6
  1001. bed_shape = 5x5,395x5,395x395,5x395
  1002. max_print_height = 400
  1003. printer_model = CR10S4
  1004. printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_CREALITY\nPRINTER_MODEL_CR10S4\nPRINTER_HAS_BOWDEN
  1005. [printer:Creality CR-10 S5]
  1006. inherits = *common*
  1007. retract_length = 6
  1008. bed_shape = 5x5,505x5,505x505,5x505
  1009. max_print_height = 500
  1010. printer_model = CR10S5
  1011. printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_CREALITY\nPRINTER_MODEL_CR10S5\nPRINTER_HAS_BOWDEN
  1012. [printer:Creality CR-20]
  1013. inherits = *common*
  1014. printer_model = CR20
  1015. printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_CREALITY\nPRINTER_MODEL_CR20\nPRINTER_HAS_BOWDEN
  1016. [printer:Creality CR-20 Pro]
  1017. inherits = *common*; *fastabl*
  1018. retract_length = 4
  1019. printer_model = CR20PRO
  1020. printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_CREALITY\nPRINTER_MODEL_CR20PRO\nPRINTER_HAS_BOWDEN
  1021. [printer:Creality CR-200B]
  1022. inherits = *common*; *descendingz*
  1023. bed_shape = 5x5,195x5,195x195,5x195
  1024. max_print_height = 200
  1025. printer_model = CR200B
  1026. printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_CREALITY\nPRINTER_MODEL_CR200B\nPRINTER_HAS_BOWDEN
  1027. [printer:Creality CR-8]
  1028. inherits = *common*
  1029. bed_shape = 5x5,215x5,215x215,5x215
  1030. max_print_height = 210
  1031. printer_model = CR8
  1032. printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_CREALITY\nPRINTER_MODEL_CR8\nPRINTER_HAS_BOWDEN
  1033. #[printer:Creality CR-X]
  1034. #inherits = *common*; *dualextruder*
  1035. #retract_length = 6,6
  1036. #bed_shape = 5x5,295x5,295x295,5x295
  1037. #max_print_height = 400
  1038. #printer_model = CRX
  1039. #printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_CREALITY\nPRINTER_MODEL_CRX\nPRINTER_HAS_BOWDEN
  1040. #[printer:Creality CR-X Pro]
  1041. #inherits = *common*; *dualextruder*; *slowabl*
  1042. #retract_length = 6,6
  1043. #bed_shape = 5x5,295x5,295x295,5x295
  1044. #max_print_height = 400
  1045. #printer_model = CRXPRO
  1046. #printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_CREALITY\nPRINTER_MODEL_CRXPRO\nPRINTER_HAS_BOWDEN
  1047. [printer:Creality Sermoon-D1]
  1048. inherits = *common*; *descendingz*
  1049. retract_length = 1
  1050. bed_shape = 5x5,275x5,275x255,5x255
  1051. max_print_height = 310
  1052. printer_model = SERMOOND1
  1053. printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_CREALITY\nPRINTER_MODEL_SERMOOND1\nPRINTER_HAS_BOWDEN