gCreate.ini 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161
  1. # Print profiles for the gCreate printers.
  2. #
  3. # GTL Modified 220825 (at gCreate Shop)
  4. # Speed improvements, start/end gCode changes
  5. [vendor]
  6. # Vendor name will be shown by the Config Wizard.
  7. name = gCreate
  8. # Configuration version of this file. Config file will only be installed, if the config_version differs.
  9. # This means, the server may force the PrusaSlicer configuration to be downgraded.
  10. config_version = 1.0.1
  11. # Where to get the updates from?
  12. config_update_url = https://files.prusa3d.com/wp-content/uploads/repository/PrusaSlicer-settings-master/live/gCreate/
  13. # changelog_url = https://files.prusa3d.com/?latest=slicer-profiles&lng=%1%
  14. # The printer models will be shown by the Configuration Wizard in this order,
  15. # also the first model installed & the first nozzle installed will be activated after install.
  16. # Printer model name will be shown by the installation wizard.
  17. #Basic methodology
  18. # Common settings are overridden by settings further down the line as they get more specific
  19. #
  20. # Common printer settings > Common settings based on layer height > Name displayed on quality dropdown
  21. #
  22. # Common filament settings > common filament settings based on type > Specific settings based on vendor
  23. #
  24. [printer_model:GMAX15P]
  25. name = gMax 1.5XT Plus
  26. variants = 0.5; 0.3; 0.4; 0.8; 1.0
  27. technology = FFF
  28. family = GMAX
  29. bed_model = gmax15p_bed.stl
  30. bed_texture = gmax15p.svg
  31. default_materials = Generic PLA @GCREATE; Generic PETG @GCREATE; Generic ABS @GCREATE; Prusament PLA @GCREATE; Prusament PETG @GCREATE; Generic TPU 90A @GCREATE; Generic CF PETG @GCREATE; Generic CF Nylon @GCREATE; Generic CF PLA @GCREATE
  32. [printer_model:GMAX2]
  33. name = gMax 2
  34. variants = 0.5; 0.3; 0.4; 0.8; 1.0
  35. technology = FFF
  36. family = GMAX
  37. #has to be named (printer)_bed.stl
  38. bed_model = gmax2_bed.stl
  39. bed_texture = gmax2.svg
  40. default_materials = Generic PLA @GCREATE; Generic PETG @GCREATE; Generic ABS @GCREATE; Prusament PLA @GCREATE; Prusament PETG @GCREATE; Generic TPU 90A @GCREATE; Generic CF PETG @GCREATE; Generic CF Nylon @GCREATE; Generic CF PLA @GCREATE
  41. [printer_model:GMAX2PRO]
  42. name = gMax 2 Pro
  43. variants = 0.5; 0.3; 0.4; 0.8; 1.0
  44. technology = FFF
  45. family = GMAX
  46. #has to be named (printer)_bed.stl
  47. bed_model = gmax2_bed.stl
  48. bed_texture = gmax2.svg
  49. default_materials = Generic PLA @GCREATE; Generic PETG @GCREATE; Generic ABS @GCREATE; Prusament PLA @GCREATE; Prusament PETG @GCREATE; Generic TPU 90A @GCREATE; Generic CF PETG @GCREATE; Generic CF Nylon @GCREATE; Generic CF PLA @GCREATE
  50. [printer_model:GMAX2DUAL2IN1]
  51. name = gMax 2 Dual 2in1
  52. variants = 0.5
  53. technology = FFF
  54. family = GMAX
  55. #has to be named (printer)_bed.stl
  56. bed_model = gmax2_bed.stl
  57. bed_texture = gmax2.svg
  58. default_materials = Generic PLA @GCREATE; Generic PETG @GCREATE; Generic ABS @GCREATE; Prusament PLA @GCREATE; Prusament PETG @GCREATE; Generic TPU 90A @GCREATE; Generic CF PETG @GCREATE; Generic CF Nylon @GCREATE; Generic CF PLA @GCREATE
  59. [printer_model:GMAX2DUAL]
  60. name = gMax 2 Dual Chimera
  61. variants = 0.5
  62. technology = FFF
  63. family = GMAX
  64. #has to be named (printer)_bed.stl
  65. bed_model = gmax2_bed.stl
  66. bed_texture = gmax2.svg
  67. default_materials = Generic PLA @GCREATE; Generic PETG @GCREATE; Generic ABS @GCREATE; Prusament PLA @GCREATE; Prusament PETG @GCREATE; Generic TPU 90A @GCREATE; Generic CF PETG @GCREATE; Generic CF Nylon @GCREATE; Generic CF PLA @GCREATE
  68. # All presets starting with asterisk, for example *common*, are intermediate and they will
  69. # not make it into the user interface.
  70. # Common print presets for every printer model. will be overtaken by presets further down that are printer, filament nozzle or layer height specific
  71. [print:*common*]
  72. avoid_crossing_perimeters = 0
  73. bridge_angle = 0
  74. bridge_flow_ratio = 0.95
  75. bridge_speed = 35
  76. brim_width = 0
  77. clip_multipart_objects = 1
  78. compatible_printers =
  79. complete_objects = 0
  80. default_acceleration = 400
  81. dont_support_bridges = 1
  82. elefant_foot_compensation = 0
  83. ensure_vertical_shell_thickness = 1
  84. external_fill_pattern = rectilinear
  85. external_perimeters_first = 0
  86. external_perimeter_extrusion_width = 0
  87. external_perimeter_speed = 65%
  88. extra_perimeters = 0
  89. extruder_clearance_height = 25
  90. extruder_clearance_radius = 45
  91. extrusion_width = 0
  92. fill_angle = 45
  93. fill_density = 20%
  94. fill_pattern = 3dhoneycomb
  95. first_layer_extrusion_width = 0
  96. first_layer_height = 125%
  97. first_layer_speed = 65%
  98. gap_fill_speed = 30
  99. gcode_comments = 0
  100. infill_every_layers = 1
  101. infill_extruder = 1
  102. infill_extrusion_width = 0
  103. infill_first = 0
  104. infill_only_where_needed = 0
  105. infill_overlap = 25%
  106. infill_speed = 50
  107. interface_shells = 0
  108. max_print_speed = 100
  109. max_volumetric_extrusion_rate_slope_negative = 0
  110. max_volumetric_extrusion_rate_slope_positive = 0
  111. max_volumetric_speed = 0
  112. min_skirt_length = 15
  113. notes =
  114. overhangs = 0
  115. only_retract_when_crossing_perimeters = 0
  116. ooze_prevention = 0
  117. output_filename_format = {input_filename_base}_{layer_height}mm_{filament_type[0]}.gcode
  118. perimeters = 2
  119. perimeter_extruder = 1
  120. perimeter_extrusion_width = 0
  121. perimeter_speed = 60
  122. post_process =
  123. print_settings_id =
  124. raft_layers = 0
  125. resolution = 0
  126. seam_position = nearest
  127. single_extruder_multi_material_priming = 0
  128. skirts = 1
  129. skirt_distance = 2
  130. skirt_height = 1
  131. small_perimeter_speed = 50%
  132. solid_infill_below_area = 0
  133. solid_infill_every_layers = 0
  134. solid_infill_extruder = 1
  135. solid_infill_extrusion_width = 0
  136. solid_infill_speed = 80%
  137. spiral_vase = 0
  138. standby_temperature_delta = -5
  139. support_material = 0
  140. support_material_extruder = 0
  141. support_material_extrusion_width = 0
  142. support_material_interface_extruder = 0
  143. support_material_angle = 0
  144. support_material_buildplate_only = 0
  145. support_material_enforce_layers = 0
  146. support_material_contact_distance = 0.2
  147. support_material_interface_contact_loops = 0
  148. support_material_interface_layers = 4
  149. support_material_interface_spacing = 0.2
  150. support_material_interface_speed = 100%
  151. support_material_pattern = rectilinear
  152. support_material_spacing = 2
  153. support_material_speed = 40
  154. support_material_synchronize_layers = 0
  155. support_material_threshold = 45
  156. support_material_with_sheath = 0
  157. support_material_xy_spacing = 60%
  158. thin_walls = 0
  159. top_infill_extrusion_width = 0
  160. top_solid_infill_speed = 50%
  161. travel_speed = 100
  162. wipe_tower = 0
  163. wipe_tower_bridging = 10
  164. wipe_tower_rotation_angle = 0
  165. wipe_tower_width = 75
  166. wipe_tower_x = 170
  167. wipe_tower_y = 140
  168. xy_size_compensation = 0
  169. ##################################
  170. # SET LAYER HEIGHT VARIANTS #
  171. ##################################
  172. #common layer height variants
  173. [print:*0.10mm*]
  174. inherits = *common*
  175. layer_height = 0.10
  176. first_layer_height = 150%
  177. perimeters = 3
  178. bottom_solid_layers = 6
  179. top_solid_layers = 8
  180. [print:*0.15mm*]
  181. inherits = *common*
  182. layer_height = 0.15
  183. first_layer_height = 125%
  184. perimeters = 3
  185. bottom_solid_layers = 5
  186. top_solid_layers = 6
  187. [print:*0.20mm*]
  188. inherits = *common*
  189. layer_height = 0.2
  190. first_layer_height = 125%
  191. first_layer_speed = 50%
  192. perimeters = 3
  193. bottom_solid_layers = 3
  194. top_solid_layers = 4
  195. [print:*0.25mm*]
  196. inherits = *common*
  197. layer_height = 0.25
  198. first_layer_height = 100%
  199. first_layer_speed = 50%
  200. top_infill_extrusion_width = 0
  201. bottom_solid_layers = 3
  202. top_solid_layers = 4
  203. [print:*0.3mm*]
  204. inherits = *common*
  205. layer_height = 0.3
  206. first_layer_height = 100%
  207. first_layer_speed = 50%
  208. top_infill_extrusion_width = 0
  209. bottom_solid_layers = 3
  210. top_solid_layers = 4
  211. [print:*0.4mm*]
  212. inherits = *common*
  213. layer_height = 0.4
  214. first_layer_height = 100%
  215. first_layer_speed = 50%
  216. top_infill_extrusion_width = 0
  217. bottom_solid_layers = 3
  218. top_solid_layers = 4
  219. [print:*0.5mm*]
  220. inherits = *common*
  221. layer_height = 0.5
  222. first_layer_height = 100%
  223. first_layer_speed = 45%
  224. top_infill_extrusion_width = 0
  225. bottom_solid_layers = 3
  226. top_solid_layers = 3
  227. [print:*0.6mm*]
  228. inherits = *common*
  229. layer_height = 0.6
  230. first_layer_height = 100%
  231. first_layer_speed = 40%
  232. top_infill_extrusion_width = 0
  233. bottom_solid_layers = 3
  234. top_solid_layers = 3
  235. [print:*SLOW*]
  236. #SPEED
  237. perimeter_speed = 40
  238. small_perimeter_speed = 35
  239. external_perimeter_speed = 35
  240. infill_speed = 40
  241. solid_infill_speed = 40
  242. top_solid_infill_speed = 30
  243. support_material_speed = 35
  244. bridge_speed = 35
  245. gap_fill_speed = 30
  246. [print:*FAST*]
  247. #SPEED
  248. perimeter_speed = 70
  249. small_perimeter_speed = 85%
  250. external_perimeter_speed = 75%
  251. infill_speed = 85%
  252. solid_infill_speed = 70%
  253. top_solid_infill_speed = 65%
  254. support_material_speed = 75%
  255. bridge_speed = 45
  256. gap_fill_speed = 30
  257. #############################################################################
  258. # SET PRINTER AND NOZZLE SPECIFIC PROFLIES (THESE SHOW INT HE DROPDOWN) #
  259. #############################################################################
  260. #we can add specific changes for specific printers and nozzle sizes. Just put in conditionals
  261. # compatible_printers_condition = printer_notes=~/.*PRINTER_VENDOR_GCREATE.*/ and printer_model=~/.*GMAX2PRO.*/ and nozzle_diameter[0]==0.5
  262. #TEMPLATE
  263. #SPEED SETTINGS
  264. #[print:0.10mm - Very Thin Layers @GCREATE]
  265. #perimeter_speed = 100%
  266. #small_perimeter_speed = 100%
  267. #external_perimeter_speed = 100%
  268. #infill_speed = 100%
  269. #solid_infill_speed = 100%
  270. #top_solid_infill_speed = 100%
  271. #support_material_speed = 100%
  272. #bridge_speed = 100%
  273. #don't adjust gap speed above 30 or it causes layer shifting
  274. #gap_fill_speed = 30
  275. #ADVANCED
  276. #
  277. [print:0.10mm - Very Thin Layers @GCREATE]
  278. inherits = *0.10mm*
  279. #Below works. Will only allow gMax 2 and gMax 2 Pro with specific nozzle sizes
  280. #compatible_printers_condition = nozzle_diameter[0]==0.3 or nozzle_diameter[0]==0.4 or nozzle_diameter[0]==0.5 and printer_model=~/.*GMAX2PRO.*/ or printer_model=~/.*GMAX2.*/
  281. compatible_printers_condition = (nozzle_diameter[0]==0.3 or nozzle_diameter[0]==0.4 or nozzle_diameter[0]==0.5) and (printer_model=~/.*GMAX2PRO.*/ or printer_model=~/.*GMAX2/ or printer_model=~/.*GMAX15P.*/) and ! (printer_model=~/.*GMAX2DUAL2IN1.*/ or printer_model=~/.*GMAX2DUAL.*/)
  282. [print:0.15mm - Thin Layers @GCREATE]
  283. inherits = *0.15mm*
  284. #Below works. Will only allow gMax 2 and gMax 2 Pro with specific nozzle sizes
  285. #compatible_printers_condition = nozzle_diameter[0]==0.3 or nozzle_diameter[0]==0.4 or nozzle_diameter[0]==0.5 and printer_model=~/.*GMAX2PRO.*/ or printer_model=~/.*GMAX2.*/
  286. compatible_printers_condition = (nozzle_diameter[0]==0.3 or nozzle_diameter[0]==0.4 or nozzle_diameter[0]==0.5) and (printer_model=~/.*GMAX2PRO.*/ or printer_model=~/.*GMAX2/ or printer_model=~/.*GMAX15P.*/) and ! (printer_model=~/.*GMAX2DUAL2IN1.*/ or printer_model=~/.*GMAX2DUAL.*/)
  287. [print:0.20mm - Standard Layers @GCREATE]
  288. inherits = *0.20mm*
  289. compatible_printers_condition = (nozzle_diameter[0]==0.3 or nozzle_diameter[0]==0.4 or nozzle_diameter[0]==0.5) and (printer_model=~/.*GMAX2PRO.*/ or printer_model=~/.*GMAX2/ or printer_model=~/.*GMAX15P.*/) and ! (printer_model=~/.*GMAX2DUAL2IN1.*/ or printer_model=~/.*GMAX2DUAL.*/)
  290. [print:0.20mm - Standard Layers Slow (PETG and TPU) @GCREATE]
  291. inherits = *0.20mm*; *SLOW*
  292. compatible_printers_condition = (nozzle_diameter[0]==0.3 or nozzle_diameter[0]==0.4 or nozzle_diameter[0]==0.5) and (printer_model=~/.*GMAX2PRO.*/ or printer_model=~/.*GMAX2/ or printer_model=~/.*GMAX15P.*/) and ! (printer_model=~/.*GMAX2DUAL2IN1.*/ or printer_model=~/.*GMAX2DUAL.*/)
  293. [print:0.20mm - Standard Layers Fast @GCREATE]
  294. inherits = *0.20mm*; *FAST*
  295. compatible_printers_condition = (nozzle_diameter[0]==0.3 or nozzle_diameter[0]==0.4 or nozzle_diameter[0]==0.5) and (printer_model=~/.*GMAX2PRO.*/ or printer_model=~/.*GMAX2/ or printer_model=~/.*GMAX15P.*/) and ! (printer_model=~/.*GMAX2DUAL2IN1.*/ or printer_model=~/.*GMAX2DUAL.*/)
  296. [print:0.25mm - Thick Layers @GCREATE]
  297. inherits = *0.25mm*
  298. compatible_printers_condition = (nozzle_diameter[0]==0.4 or nozzle_diameter[0]==0.5) and (printer_model=~/.*GMAX2PRO.*/ or printer_model=~/.*GMAX2/ or printer_model=~/.*GMAX15P.*/) and ! (printer_model=~/.*GMAX2DUAL2IN1.*/ or printer_model=~/.*GMAX2DUAL.*/)
  299. [print:0.30mm - Very Thick Layers @GCREATE]
  300. inherits = *0.3mm*
  301. compatible_printers_condition = (nozzle_diameter[0]==0.4 or nozzle_diameter[0]==0.5) and (printer_model=~/.*GMAX2PRO.*/ or printer_model=~/.*GMAX2/ or printer_model=~/.*GMAX15P.*/) and ! (printer_model=~/.*GMAX2DUAL2IN1.*/ or printer_model=~/.*GMAX2DUAL.*/)
  302. [print:0.40mm - High Output Layers @GCREATE]
  303. inherits = *0.4mm*
  304. compatible_printers_condition = (nozzle_diameter[0]==0.5 or nozzle_diameter[0]==0.8 or nozzle_diameter[0]==1.0) and (printer_model=~/.*GMAX2PRO.*/ or printer_model=~/.*GMAX2/ or printer_model=~/.*GMAX15P.*/) and ! (printer_model=~/.*GMAX2DUAL2IN1.*/ or printer_model=~/.*GMAX2DUAL.*/)
  305. [print:0.50mm - High Output Layers @GCREATE]
  306. inherits = *0.5mm*
  307. compatible_printers_condition = (nozzle_diameter[0]==0.8 or nozzle_diameter[0]==1.0) and (printer_model=~/.*GMAX2PRO.*/ or printer_model=~/.*GMAX2/ or printer_model=~/.*GMAX15P.*/) and ! (printer_model=~/.*GMAX2DUAL2IN1.*/ or printer_model=~/.*GMAX2DUAL.*/)
  308. [print:0.60mm - High Output Layers @GCREATE]
  309. inherits = *0.6mm*
  310. compatible_printers_condition = nozzle_diameter[0]==0.8 or nozzle_diameter[0]==1.0 and (printer_model=~/.*GMAX2PRO.*/ or printer_model=~/.*GMAX2/ or printer_model=~/.*GMAX15P.*/) and ! (printer_model=~/.*GMAX2DUAL2IN1.*/ or printer_model=~/.*GMAX2DUAL.*/)
  311. [print:0.20mm - Dual 2in1 @GCREATE]
  312. inherits = *0.20mm*
  313. compatible_printers_condition = (nozzle_diameter[0]==0.5) and (printer_model=~/.*GMAX2DUAL2IN1/)
  314. wipe_tower = 1
  315. wipe_tower_bridging = 10
  316. wipe_tower_no_sparse_layers = 1
  317. wipe_tower_rotation_angle = 0
  318. wipe_tower_width = 75
  319. wipe_tower_x = 100
  320. wipe_tower_y = 300
  321. [print:0.20mm - Dual Chimera @GCREATE]
  322. inherits = *0.20mm*
  323. compatible_printers_condition = (nozzle_diameter[0]==0.5) and (printer_model=~/.*GMAX2DUAL/)
  324. # wipe tower
  325. wipe_tower = 1
  326. wipe_tower_bridging = 10
  327. wipe_tower_no_sparse_layers = 1
  328. wipe_tower_rotation_angle = 0
  329. wipe_tower_width = 75
  330. wipe_tower_x = 100
  331. wipe_tower_y = 300
  332. # ooze prevention
  333. ooze_prevention = 1
  334. standby_temperature_delta = -15
  335. [print:0.20mm - Dual 2in1 PLA with PVA Support @GCREATE]
  336. inherits = *0.20mm*; 0.20mm - Dual 2in1 @GCREATE
  337. compatible_printers_condition = (printer_model=~/.*GMAX2DUAL2IN1.*/ or printer_model=~/.*GMAX2DUAL.*/)
  338. avoid_crossing_perimeters = 0
  339. avoid_crossing_perimeters_max_detour = 0
  340. bottom_fill_pattern = monotonic
  341. bottom_solid_layers = 3
  342. bottom_solid_min_thickness = 0
  343. bridge_acceleration = 0
  344. bridge_angle = 0
  345. bridge_flow_ratio = 1
  346. bridge_speed = 60
  347. brim_width = 0
  348. clip_multipart_objects = 1
  349. compatible_printers =
  350. complete_objects = 0
  351. default_acceleration = 400
  352. dont_support_bridges = 0
  353. draft_shield = 0
  354. elefant_foot_compensation = 0.2
  355. ensure_vertical_shell_thickness = 0
  356. external_perimeter_extrusion_width = 0
  357. external_perimeter_speed = 75%
  358. external_perimeters_first = 0
  359. extra_perimeters = 1
  360. extruder_clearance_height = 20
  361. extruder_clearance_radius = 20
  362. extrusion_width = 0
  363. fill_angle = 45
  364. first_layer_acceleration = 0
  365. first_layer_extrusion_width = 0
  366. first_layer_height = 0.23
  367. first_layer_speed = 35
  368. gap_fill_speed = 30
  369. gcode_comments = 0
  370. gcode_label_objects = 1
  371. infill_acceleration = 0
  372. infill_anchor = 600%
  373. infill_anchor_max = 50
  374. infill_every_layers = 1
  375. infill_extruder = 1
  376. infill_extrusion_width = 0
  377. infill_first = 0
  378. infill_only_where_needed = 0
  379. infill_overlap = 25%
  380. infill_speed = 80
  381. interface_shells = 0
  382. ironing = 0
  383. ironing_flowrate = 15%
  384. ironing_spacing = 0.1
  385. ironing_speed = 15
  386. ironing_type = top
  387. max_print_speed = 80
  388. max_volumetric_speed = 0
  389. min_skirt_length = 15
  390. notes =
  391. only_retract_when_crossing_perimeters = 1
  392. ooze_prevention = 0
  393. output_filename_format = [input_filename_base].gcode
  394. overhangs = 1
  395. perimeter_acceleration = 0
  396. perimeter_extruder = 1
  397. perimeter_extrusion_width = 0
  398. perimeter_speed = 65
  399. perimeters = 4
  400. post_process =
  401. print_settings_id = 0.20mm - Dual 2in1 @GCREATE PLA PVA Support
  402. raft_layers = 0
  403. resolution = 0
  404. seam_position = aligned
  405. single_extruder_multi_material_priming = 0
  406. skirt_distance = 6
  407. skirt_height = 1
  408. skirts = 1
  409. slice_closing_radius = 0.049
  410. small_perimeter_speed = 30
  411. solid_infill_below_area = 70
  412. solid_infill_every_layers = 0
  413. solid_infill_extruder = 1
  414. solid_infill_extrusion_width = 0
  415. solid_infill_speed = 35
  416. spiral_vase = 0
  417. standby_temperature_delta = -5
  418. support_material = 1
  419. support_material_angle = 0
  420. support_material_auto = 1
  421. support_material_buildplate_only = 0
  422. support_material_contact_distance = 0
  423. support_material_enforce_layers = 0
  424. support_material_extruder = 2
  425. support_material_extrusion_width = 0
  426. support_material_interface_contact_loops = 0
  427. support_material_interface_extruder = 2
  428. support_material_interface_layers = 4
  429. support_material_interface_spacing = 0
  430. support_material_interface_speed = 90%
  431. support_material_pattern = rectilinear-grid
  432. support_material_spacing = 3
  433. support_material_speed = 65
  434. support_material_synchronize_layers = 1
  435. support_material_threshold = 0
  436. support_material_with_sheath = 1
  437. support_material_xy_spacing = 0
  438. thin_walls = 1
  439. threads = 8
  440. top_fill_pattern = monotonic
  441. top_infill_extrusion_width = 0
  442. top_solid_infill_speed = 35
  443. top_solid_layers = 4
  444. top_solid_min_thickness = 0
  445. travel_speed = 130
  446. wipe_tower = 1
  447. wipe_tower_bridging = 20
  448. wipe_tower_no_sparse_layers = 0
  449. wipe_tower_rotation_angle = 0
  450. wipe_tower_width = 75
  451. wipe_tower_x = 50
  452. wipe_tower_y = 400
  453. ##################################
  454. # SET FILAMENT VARIANTS #
  455. ##################################
  456. # TEMPLATE
  457. #[filament:*PLA*]
  458. #inherits = *common*
  459. #filament_type = PLA
  460. #filament_density = 1.24
  461. #filament_cost = 20
  462. #first_layer_bed_temperature = 60
  463. #first_layer_temperature = 200
  464. #temperature = 200
  465. #bed_temperature = 60
  466. #fan_always_on = 1
  467. #cooling = 1
  468. #disable_fan_first_layers = 1
  469. #max_fan_speed = 90
  470. #min_fan_speed = 90
  471. #bridge_fan_speed = 75
  472. #fan_below_layer_time = 15
  473. #slowdown_below_layer_time = 10
  474. #compatible_printers_condition = printer_notes=~/.*PRINTER_VENDOR_GCREATE.*/
  475. # Common filament preset across all filaments
  476. [filament:*common*]
  477. cooling = 0
  478. extrusion_multiplier = 1
  479. filament_diameter = 1.75
  480. filament_notes = ""
  481. filament_settings_id = ""
  482. min_print_speed = 15
  483. slowdown_below_layer_time = 10
  484. compatible_printers_condition = printer_notes=~/.*PRINTER_VENDOR_GCREATE.*/
  485. # Common filament preset across all PLA filaments
  486. [filament:*PLA*]
  487. inherits = *common*
  488. extrusion_multiplier = 0.94
  489. bed_temperature = 60
  490. fan_below_layer_time = 15
  491. filament_colour = #FF3232
  492. filament_max_volumetric_speed = 0
  493. filament_type = PLA
  494. filament_density = 1.24
  495. filament_cost = 20
  496. first_layer_bed_temperature = 60
  497. first_layer_temperature = 200
  498. filament_cooling_moves = 0
  499. filament_loading_speed = 30
  500. filament_loading_speed_start = 30
  501. filament_ramming_parameters = "0"
  502. filament_unload_time = 0
  503. filament_unloading_speed = 30
  504. filament_unloading_speed_start = 30
  505. fan_always_on = 1
  506. cooling = 1
  507. disable_fan_first_layers = 1
  508. max_fan_speed = 80
  509. min_fan_speed = 40
  510. bridge_fan_speed = 80
  511. temperature = 200
  512. compatible_printers_condition = printer_notes=~/.*PRINTER_VENDOR_GCREATE.*/
  513. [filament:*PET*]
  514. inherits = *common*
  515. bed_temperature = 70
  516. cooling = 1
  517. disable_fan_first_layers = 3
  518. fan_below_layer_time = 15
  519. filament_colour = #FF8000
  520. filament_max_volumetric_speed = 8
  521. filament_type = PETG
  522. filament_density = 1.27
  523. filament_cost = 30
  524. first_layer_bed_temperature = 70
  525. first_layer_temperature = 240
  526. fan_always_on = 1
  527. max_fan_speed = 50
  528. min_fan_speed = 20
  529. bridge_fan_speed = 50
  530. temperature = 240
  531. compatible_printers_condition = printer_notes=~/.*PRINTER_VENDOR_GCREATE.*/
  532. [filament:*ABS*]
  533. inherits = *common*
  534. bed_temperature = 70
  535. cooling = 0
  536. disable_fan_first_layers = 3
  537. fan_below_layer_time = 15
  538. filament_colour = #FF8000
  539. filament_max_volumetric_speed = 8
  540. filament_type = ABS
  541. filament_density = 1.27
  542. filament_cost = 30
  543. first_layer_bed_temperature = 80
  544. first_layer_temperature = 235
  545. fan_always_on = 0
  546. max_fan_speed = 50
  547. min_fan_speed = 20
  548. bridge_fan_speed = 50
  549. temperature = 235
  550. compatible_printers_condition = printer_notes=~/.*PRINTER_VENDOR_GCREATE.*/
  551. [filament:*TPU90A*]
  552. inherits = *common*
  553. filament_type = TPU
  554. filament_density = 1.20
  555. filament_cost = 25
  556. first_layer_bed_temperature = 60
  557. first_layer_temperature = 215
  558. temperature = 215
  559. bed_temperature = 60
  560. fan_always_on = 1
  561. cooling = 1
  562. disable_fan_first_layers = 1
  563. max_fan_speed = 50
  564. min_fan_speed = 35
  565. bridge_fan_speed = 60
  566. compatible_printers_condition = printer_notes=~/.*PRINTER_VENDOR_GCREATE.*/
  567. [filament:*CFPETG*]
  568. inherits = *common*; *PET*
  569. filament_type = Carbon Fiber
  570. compatible_printers_condition = printer_notes=~/.*PRINTER_VENDOR_GCREATE.*/
  571. [filament:*CFNYLON*]
  572. inherits = *common*
  573. filament_type = Carbon Fiber
  574. #need to add speed, cooling, retraction and brim
  575. temperature = 250
  576. bed_temperature = 65
  577. bridge_fan_speed = 50
  578. first_layer_temperature = 250
  579. first_layer_bed_temperature = 65
  580. #filament_cost = 24.99
  581. filament_density = 1.06
  582. compatible_printers_condition = printer_notes=~/.*PRINTER_VENDOR_GCREATE.*/
  583. [filament:*CFPLA*]
  584. inherits = *common*
  585. filament_type = Carbon Fiber
  586. #need to add speed, cooling, retraction and brim
  587. #temperature = 245
  588. #bed_temperature = 70
  589. #first_layer_temperature = 245
  590. #first_layer_bed_temperature = 70
  591. #filament_cost = 24.99
  592. #filament_density = 1.27
  593. compatible_printers_condition = printer_notes=~/.*PRINTER_VENDOR_GCREATE.*/
  594. [filament:*WOODFILLPLA*]
  595. inherits = *common*; *PLA*
  596. #need to add speed, cooling, retraction and brim
  597. #temperature = 245
  598. #bed_temperature = 70
  599. #first_layer_temperature = 245
  600. #first_layer_bed_temperature = 70
  601. #filament_cost = 24.99
  602. #filament_density = 1.27
  603. compatible_printers_condition = printer_notes=~/.*PRINTER_VENDOR_GCREATE.*/
  604. #specific filament settings per brand. These are the names displayed in the list
  605. [filament:Prusament PLA @GCREATE]
  606. inherits = *PLA*
  607. filament_vendor = Prusa Polymers
  608. temperature = 205
  609. bed_temperature = 60
  610. first_layer_temperature = 215
  611. first_layer_bed_temperature = 50
  612. filament_cost = 24.99
  613. filament_density = 1.24
  614. [filament:Prusament PETG @GCREATE]
  615. inherits = *PET*
  616. filament_vendor = Prusa Polymers
  617. temperature = 245
  618. bed_temperature = 70
  619. bridge_fan_speed = 50
  620. first_layer_temperature = 245
  621. first_layer_bed_temperature = 70
  622. filament_cost = 24.99
  623. filament_density = 1.27
  624. [filament:Generic ABS @GCREATE]
  625. inherits = *ABS*
  626. filament_vendor = Generic
  627. [filament:Generic PLA @GCREATE]
  628. inherits = *PLA*
  629. filament_vendor = Generic
  630. [filament:Generic PLA no Heated Bed @GCREATE]
  631. inherits = *PLA*
  632. filament_vendor = Generic
  633. # set bed to zero
  634. first_layer_temperature = 205
  635. temperature = 205
  636. first_layer_bed_temperature = 0
  637. bed_temperature = 0
  638. [filament:Generic PETG @GCREATE]
  639. inherits = *PET*
  640. filament_vendor = Generic
  641. temperature = 230
  642. bed_temperature = 70
  643. first_layer_temperature = 235
  644. first_layer_bed_temperature = 70
  645. [filament:Atomic PLA @GCREATE]
  646. inherits = *PLA*
  647. filament_vendor = Atomic Filament
  648. temperature = 215
  649. first_layer_temperature = 205
  650. bed_temperature = 60
  651. [filament:Push Plastic PLA @GCREATE]
  652. inherits = *PLA*
  653. filament_vendor = Push Plastic
  654. temperature = 200
  655. bed_temperature = 60
  656. [filament:HT PLA @GCREATE]
  657. inherits = *PLA*
  658. filament_vendor = ProtoPasta
  659. temperature = 250
  660. bed_temperature = 70
  661. [filament:Generic HIPS @GCREATE]
  662. inherits = *PET*
  663. filament_vendor = Generic
  664. filament_density = 1.04
  665. temperature = 230
  666. first_layer_temperature = 235
  667. bed_temperature = 100
  668. first_layer_bed_temperature = 100
  669. filament_type = HIPS
  670. [filament:Generic TPU 90A @GCREATE]
  671. inherits = *TPU90A*
  672. filament_vendor = Generic
  673. [filament:Generic CF PETG @GCREATE]
  674. inherits = *CFPETG*
  675. filament_vendor = Generic
  676. [filament:Generic CF Nylon @GCREATE]
  677. inherits = *CFNYLON*
  678. filament_vendor = Generic
  679. [filament:Generic CF PLA @GCREATE]
  680. inherits = *CFPLA*
  681. filament_vendor = Generic
  682. [filament:ColorFabb Woodfill PLA @GCREATE]
  683. inherits = *WOODFILLPLA*
  684. filament_vendor = ColorFabb
  685. [filament:Generic PVA @GCREATE - PLA and PVA Support]
  686. bed_temperature = 0
  687. bridge_fan_speed = 75
  688. #compatible_printers_condition = (printer_model=~/.*GMAX2DUAL2IN1.*/ or printer_model=~/.*GMAX2DUAL.*/
  689. end_filament_gcode = "; Filament-specific end gcode \n;END gcode for filament\n"
  690. extrusion_multiplier = 1
  691. fan_always_on = 1
  692. fan_below_layer_time = 15
  693. filament_colour = #F5F2C4
  694. filament_cooling_final_speed = 3.4
  695. filament_cooling_initial_speed = 2.2
  696. filament_cooling_moves = 0
  697. filament_loading_speed = 30
  698. filament_loading_speed_start = 30
  699. filament_max_volumetric_speed = 0
  700. filament_minimal_purge_on_wipe_tower = 7
  701. filament_ramming_parameters = "0"
  702. filament_settings_id = "Generic PVA Support @GCREATE"
  703. filament_soluble = 1
  704. filament_toolchange_delay = 0
  705. filament_type = PVA
  706. filament_unload_time = 0
  707. filament_unloading_speed = 30
  708. filament_unloading_speed_start = 30
  709. filament_vendor = Generic
  710. first_layer_temperature = 195
  711. inherits = Generic PLA @GCREATE
  712. max_fan_speed = 80
  713. min_fan_speed = 50
  714. min_print_speed = 15
  715. slowdown_below_layer_time = 10
  716. start_filament_gcode = "; Filament gcode\n"
  717. temperature = 195
  718. #################################
  719. # SET COMMON PRINTER SETTINGS #
  720. #################################
  721. # Common printer preset
  722. [printer:*common*]
  723. printer_technology = FFF
  724. before_layer_gcode = ;BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n
  725. extruder_colour = #FFFF00
  726. extruder_offset = 0x0
  727. gcode_flavor = marlin
  728. silent_mode = 0
  729. remaining_times = 0
  730. machine_max_acceleration_e = 1000
  731. machine_max_acceleration_extruding = 2000
  732. machine_max_acceleration_retracting = 1500
  733. machine_max_acceleration_x = 800
  734. machine_max_acceleration_y = 800
  735. machine_max_acceleration_z = 15
  736. machine_max_feedrate_e = 120
  737. machine_max_feedrate_x = 500
  738. machine_max_feedrate_y = 500
  739. machine_max_feedrate_z = 10
  740. machine_max_jerk_e = 2.5
  741. machine_max_jerk_x = 10
  742. machine_max_jerk_y = 10
  743. machine_max_jerk_z = 0.4
  744. machine_min_extruding_rate = 0
  745. machine_min_travel_rate = 0
  746. layer_gcode = ;AFTER_LAYER_CHANGE\n;[layer_z]
  747. retract_before_travel = 1
  748. retract_before_wipe = 0%
  749. retract_layer_change = 1
  750. retract_length = 1
  751. retract_length_toolchange = 1
  752. retract_lift = 0
  753. retract_lift_above = 0
  754. retract_lift_below = 0
  755. retract_restart_extra = 0
  756. retract_restart_extra_toolchange = 0
  757. retract_speed = 70
  758. single_extruder_multi_material = 0
  759. thumbnails = 95x95
  760. use_firmware_retraction = 0
  761. use_relative_e_distances = 1
  762. use_volumetric_e = 0
  763. variable_layer_height = 1
  764. wipe = 1
  765. z_offset = 0
  766. ###################################
  767. # SET PRINTER SPECIFIC PROFILES #
  768. ###################################
  769. [printer:*gCreate gMax 2*]
  770. inherits = *common*
  771. printer_model = GMAX2
  772. #printer_variant = 0.5
  773. max_layer_height = 0.7
  774. min_layer_height = 0.15
  775. 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_GCREATE\nPRINTER_MODEL_GMAX2
  776. bed_shape = 0x0,457x0,457x457,0x457
  777. max_print_height = 610
  778. machine_max_acceleration_e = 5000
  779. machine_max_acceleration_extruding = 500
  780. machine_max_acceleration_retracting = 1000
  781. machine_max_acceleration_x = 600
  782. machine_max_acceleration_y = 600
  783. machine_max_acceleration_z = 15
  784. machine_max_feedrate_e = 60
  785. machine_max_feedrate_x = 500
  786. machine_max_feedrate_y = 500
  787. machine_max_feedrate_z = 8
  788. machine_max_jerk_e = 5
  789. machine_max_jerk_x = 8
  790. machine_max_jerk_y = 8
  791. machine_max_jerk_z = 0.4
  792. machine_min_extruding_rate = 0
  793. machine_min_travel_rate = 0
  794. #nozzle_diameter = 0.7
  795. retract_before_travel = 2
  796. retract_length = 0.75
  797. retract_speed = 70
  798. deretract_speed = 40
  799. retract_before_wipe = 70%
  800. default_print_profile = 0.20mm - Standard Layers @GCREATE
  801. start_gcode = M420 Z20\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nG28 ; home all\nG92 E0.0
  802. end_gcode = M104 S0 T0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\n{if layer_z < max_print_height}G1 Z{z_offset+min(layer_z+5, max_print_height)} F600{endif} ; Move print head up\nG1 X5 Y170 F3000 ; present print\n{if layer_z < max_print_height-10}G1 Z{z_offset+min(layer_z+70, max_print_height-10)} F600{endif} ; Move print head up\nM84 X Y E ; disable motors
  803. #[printer:*abl*]
  804. #start_gcode = G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S150 ; set extruder temp for auto bed leveling\nM140 S[first_layer_bed_temperature] ; set bed temp#\nG28 ; home all\nG29 ; auto bed levelling\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[first_layer_temperature] ; set extruder temp\nM190 S[first_layer_bed_temperature] ; wait for bed #temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nG1 Z0.28 F240\nG92 E0.0\nG1 Y190 E15.0 F1500.0 ; intro line\nG1 X2.3 F5000\nG1 Y10 E15.0 F1200.0 ; intro line\nG92 #E0.0
  805. [printer:*gCreate gMax 2 Pro*]
  806. inherits = *common*
  807. printer_model = GMAX2PRO
  808. #printer_variant = 0.5
  809. max_layer_height = 0.7
  810. min_layer_height = 0.08
  811. 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_GCREATE\nPRINTER_MODEL_GMAX2PRO
  812. start_gcode = G90\nG28\nM420 Z20\nG1 Z5 F5000
  813. bed_shape = 0x0,457x0,457x457,0x457
  814. max_print_height = 610
  815. default_print_profile = 0.20mm - Standard Layers @GCREATE
  816. [printer:*gCreate gMax 1.5XT Plus*]
  817. inherits = *common*
  818. printer_model = GMAX15P
  819. #printer_variant = 0.5
  820. max_layer_height = 0.6
  821. min_layer_height = 0.08
  822. 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_GCREATE\nPRINTER_MODEL_GMAX15P
  823. bed_shape = 0x0,410x0,410x410,0x410
  824. max_print_height = 533
  825. default_print_profile = 0.20mm - Standard Layers @GCREATE
  826. [printer:*gCreate gMax 2 Dual 2in1*]
  827. inherits = *common*
  828. printer_model = GMAX2DUAL2IN1
  829. max_layer_height = 0.7
  830. min_layer_height = 0.08
  831. 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_GCREATE\nPRINTER_MODEL_GMAX2DUAL2IN1
  832. start_gcode = G90\nG28\nM420 Z20\nG1 Z5 F5000
  833. bed_shape = 0x0,457x0,457x457,0x457
  834. max_print_height = 610
  835. default_print_profile = 0.20mm - Standard Layers @GCREATE
  836. single_extruder_multi_material = 1
  837. #cooling tube retraction
  838. cooling_tube_retraction = 30
  839. cooling_tube_length = 6
  840. parking_pos_retraction = 30
  841. extra_loading_move = -1
  842. #multi tool settings
  843. extruder_colour = #FF3333;#0000CC
  844. extruder_offset = 0x0,0x0
  845. retract_length_toolchange = 30;30
  846. [printer:*gCreate gMax 2 Dual Chimera*]
  847. inherits = *common*
  848. printer_model = GMAX2DUAL
  849. max_layer_height = 0.7
  850. min_layer_height = 0.08
  851. 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_GCREATE\nPRINTER_MODEL_GMAX2DUAL
  852. start_gcode = G90\nG28\nM420 Z20\nG1 Z5 F5000\nM218 T1 X20 Y0 ; Set second extruder offset
  853. end_gcode = M104 S0 T0 ; turn off temperature\nM104 S0 T1 ; turn off 2nd extruder\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\n{if layer_z < max_print_height}G1 Z{z_offset+min(layer_z+5, max_print_height)} F600{endif} ; Move print head up\nG1 X5 Y170 F3000 ; present print\n{if layer_z < max_print_height-10}G1 Z{z_offset+min(layer_z+70, max_print_height-10)} F600{endif} ; Move print head up\nM84 X Y E ; disable motors
  854. bed_shape = 0x0,457x0,457x457,0x457
  855. max_print_height = 610
  856. default_print_profile = 0.20mm - Standard Layers @GCREATE
  857. single_extruder_multi_material = 0
  858. #multi tool settings
  859. extruder_colour = #FF3333;#0000CC
  860. extruder_offset = 0x0,20x0
  861. retract_length_toolchange = 8,8
  862. retract_speed = 70,70
  863. ##############################################
  864. # SET NOZZLE DIAMETER VARIANTS PER PRINTER #
  865. ##############################################
  866. #these are the names and printers displayed in the drop down menus when selecting profiles
  867. #####################################
  868. #gMax 1.5 XT+ and gMax 1.5+ profiles#
  869. #####################################
  870. [printer:gMax 1.5XT Plus - 0.3mm nozzle]
  871. #match printer name above
  872. inherits = *gCreate gMax 1.5XT Plus*
  873. printer_variant = 0.3
  874. nozzle_diameter = 0.3
  875. max_layer_height = 0.25
  876. min_layer_height = 0.08
  877. [printer:gMax 1.5XT Plus - 0.4mm nozzle]
  878. #match printer name above
  879. inherits = *gCreate gMax 1.5XT Plus*
  880. printer_variant = 0.4
  881. nozzle_diameter = 0.4
  882. max_layer_height = 0.32
  883. min_layer_height = 0.12
  884. #default_print_profile = 0.15mm - Thin Layers @GCREATE @0.4 nozzle
  885. [printer:gMax 1.5XT Plus - 0.5mm nozzle]
  886. #match printer name above
  887. inherits = *gCreate gMax 1.5XT Plus*
  888. printer_variant = 0.5
  889. nozzle_diameter = 0.5
  890. max_layer_height = 0.4
  891. min_layer_height = 0.15
  892. #default_print_profile = 0.30mm QUALITY @0.6 nozzle MINI
  893. #retract_length = 3.5
  894. #default_print_profile = 0.20mm - Normal Layers @GCREATE @0.5 nozzle
  895. [printer:gMax 1.5XT Plus - 0.8mm nozzle]
  896. #match printer name above
  897. inherits = *gCreate gMax 1.5XT Plus*
  898. printer_variant = 0.8
  899. nozzle_diameter = 0.8
  900. max_layer_height = 0.7
  901. min_layer_height = 0.25
  902. #default_print_profile = 0.30mm QUALITY @0.6 nozzle MINI
  903. #retract_length = 3.5
  904. [printer:gMax 1.5XT Plus - 1.0mm nozzle]
  905. #match printer name above
  906. inherits = *gCreate gMax 1.5XT Plus*
  907. printer_variant = 1.0
  908. nozzle_diameter = 1.0
  909. max_layer_height = 0.8
  910. min_layer_height = 0.3
  911. #default_print_profile = 0.30mm QUALITY @0.6 nozzle MINI
  912. #retract_length = 3.5
  913. #################
  914. #gMax 2 profiles#
  915. #################
  916. [printer:gMax 2 - 0.3mm nozzle]
  917. #match printer name above
  918. inherits = *gCreate gMax 2*
  919. printer_variant = 0.3
  920. nozzle_diameter = 0.3
  921. max_layer_height = 0.25
  922. min_layer_height = 0.08
  923. [printer:gMax 2 - 0.4mm nozzle]
  924. #match printer name above
  925. inherits = *gCreate gMax 2*
  926. printer_variant = 0.4
  927. nozzle_diameter = 0.4
  928. max_layer_height = 0.32
  929. min_layer_height = 0.12
  930. #default_print_profile = 0.15mm - Thin Layers @GCREATE @0.4 nozzle
  931. [printer:gMax 2 - 0.5mm nozzle]
  932. #match printer name above
  933. inherits = *gCreate gMax 2*
  934. printer_variant = 0.5
  935. nozzle_diameter = 0.5
  936. max_layer_height = 0.4
  937. min_layer_height = 0.15
  938. #default_print_profile = 0.30mm QUALITY @0.6 nozzle MINI
  939. #retract_length = 3.5
  940. #default_print_profile = 0.20mm - Normal Layers @GCREATE @0.5 nozzle
  941. [printer:gMax 2 - 0.8mm nozzle]
  942. #match printer name above
  943. inherits = *gCreate gMax 2*
  944. printer_variant = 0.8
  945. nozzle_diameter = 0.8
  946. max_layer_height = 0.7
  947. min_layer_height = 0.25
  948. #default_print_profile = 0.30mm QUALITY @0.6 nozzle MINI
  949. #retract_length = 3.5
  950. [printer:gMax 2 - 1.0mm nozzle]
  951. #match printer name above
  952. inherits = *gCreate gMax 2*
  953. printer_variant = 1.0
  954. nozzle_diameter = 1.0
  955. max_layer_height = 0.8
  956. min_layer_height = 0.3
  957. #default_print_profile = 0.30mm QUALITY @0.6 nozzle MINI
  958. #retract_length = 3.5
  959. #####################
  960. #gMax 2 Pro profiles#
  961. #####################
  962. [printer:gMax 2 Pro - 0.3mm nozzle]
  963. #match printer name above
  964. inherits = *gCreate gMax 2 Pro*
  965. printer_variant = 0.3
  966. nozzle_diameter = 0.3
  967. max_layer_height = 0.25
  968. min_layer_height = 0.08
  969. [printer:gMax 2 Pro - 0.4mm nozzle]
  970. #match printer name above
  971. inherits = *gCreate gMax 2 Pro*
  972. printer_variant = 0.4
  973. nozzle_diameter = 0.4
  974. max_layer_height = 0.32
  975. min_layer_height = 0.12
  976. #default_print_profile = 0.15mm - Thin Layers @GCREATE @0.4 nozzle
  977. [printer:gMax 2 Pro - 0.5mm nozzle]
  978. #match printer name above
  979. inherits = *gCreate gMax 2 Pro*
  980. printer_variant = 0.5
  981. nozzle_diameter = 0.5
  982. max_layer_height = 0.4
  983. min_layer_height = 0.15
  984. #default_print_profile = 0.30mm QUALITY @0.6 nozzle MINI
  985. #retract_length = 3.5
  986. #default_print_profile = 0.20mm - Normal Layers @GCREATE @0.5 nozzle
  987. [printer:gMax 2 Pro - 0.8mm nozzle]
  988. #match printer name above
  989. inherits = *gCreate gMax 2 Pro*
  990. printer_variant = 0.8
  991. nozzle_diameter = 0.8
  992. max_layer_height = 0.7
  993. min_layer_height = 0.25
  994. #default_print_profile = 0.30mm QUALITY @0.6 nozzle MINI
  995. #retract_length = 3.5
  996. [printer:gMax 2 Pro - 1.0mm nozzle]
  997. #match printer name above
  998. inherits = *gCreate gMax 2 Pro*
  999. printer_variant = 1.0
  1000. nozzle_diameter = 1.0
  1001. max_layer_height = 0.8
  1002. min_layer_height = 0.3
  1003. #default_print_profile = 0.30mm QUALITY @0.6 nozzle MINI
  1004. #retract_length = 3.5
  1005. ###########################
  1006. #gMax 2 Dual 2in1 profiles#
  1007. ###########################
  1008. [printer:gMax 2 Dual 2in1 - 0.5, 0.5mm nozzle]
  1009. #match printer name above
  1010. inherits = *gCreate gMax 2 Dual 2in1*
  1011. printer_variant = 0.5
  1012. nozzle_diameter = 0.5, 0.5
  1013. max_layer_height = 0.4
  1014. min_layer_height = 0.15
  1015. ##############################
  1016. #gMax 2 Dual Chimera profiles#
  1017. ##############################
  1018. [printer:gMax 2 Dual Chimera - 0.5, 0.5mm nozzle]
  1019. inherits = *gCreate gMax 2 Dual Chimera*
  1020. printer_variant = 0.5
  1021. nozzle_diameter = 0.5, 0.5
  1022. max_layer_height = 0.4
  1023. min_layer_height = 0.15