BIBO.ini 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853
  1. # Print profiles for the BIBO printers.
  2. [vendor]
  3. # Vendor name will be shown by the Config Wizard.
  4. name = BIBO
  5. # Configuration version of this file. Config file will only be installed, if the config_version differs.
  6. # This means, the server may force the PrusaSlicer configuration to be downgraded.
  7. config_version = 0.0.3
  8. # Where to get the updates from?
  9. config_update_url = https://files.prusa3d.com/wp-content/uploads/repository/PrusaSlicer-settings-master/live/BIBO/
  10. # The printer models will be shown by the Configuration Wizard in this order,
  11. # also the first model installed & the first nozzle installed will be activated after install.
  12. # Printer model name will be shown by the installation wizard.
  13. [printer_model:BIBO2]
  14. name = BIBO2 Touch
  15. variants = 0.4
  16. technology = FFF
  17. family = BIBO2
  18. bed_model = BIBO2_bed.stl
  19. bed_texture = BIBO2.svg
  20. default_materials = Generic PLA @BIBO2; Generic PETG @BIBO2; Generic ABS @BIBO2; Prusament PLA @BIBO2; Prusament PETG @BIBO2
  21. # All presets starting with asterisk, for example *common*, are intermediate and they will
  22. # not make it into the user interface.
  23. # Common print preset
  24. [print:*common*]
  25. avoid_crossing_perimeters = 0
  26. bottom_fill_pattern = rectilinear
  27. bridge_angle = 0
  28. bridge_flow_ratio = 0.95
  29. bridge_speed = 20
  30. brim_width = 0
  31. clip_multipart_objects = 1
  32. compatible_printers =
  33. complete_objects = 0
  34. dont_support_bridges = 1
  35. elefant_foot_compensation = 0
  36. ensure_vertical_shell_thickness = 1
  37. external_fill_pattern = rectilinear
  38. external_perimeters_first = 0
  39. external_perimeter_extrusion_width = 0.40
  40. external_perimeter_speed = 25
  41. extra_perimeters = 0
  42. extruder_clearance_height = 12
  43. extruder_clearance_radius = 45
  44. extrusion_width = 0.45
  45. fill_angle = 45
  46. fill_density = 20%
  47. fill_pattern = grid
  48. first_layer_extrusion_width = 0.42
  49. first_layer_height = 0.2
  50. first_layer_speed = 20
  51. gap_fill_speed = 15
  52. gcode_comments = 0
  53. infill_every_layers = 1
  54. infill_extruder = 1
  55. infill_extrusion_width = 0.45
  56. infill_first = 0
  57. infill_only_where_needed = 0
  58. infill_overlap = 20%
  59. interface_shells = 0
  60. max_print_speed = 60
  61. max_volumetric_extrusion_rate_slope_negative = 0
  62. max_volumetric_extrusion_rate_slope_positive = 0
  63. max_volumetric_speed = 0
  64. min_skirt_length = 4
  65. notes =
  66. overhangs = 1
  67. only_retract_when_crossing_perimeters = 0
  68. ooze_prevention = 0
  69. output_filename_format = {input_filename_base}_{layer_height}mm_{if num_extruders==1}{filament_type[0]}{else}E1{filament_type[0]}_E2{filament_type[1]}{endif}_{printer_model}_{print_time}.gcode
  70. perimeters = 2
  71. perimeter_extruder = 1
  72. perimeter_extrusion_width = 0.45
  73. post_process =
  74. print_settings_id =
  75. raft_layers = 0
  76. resolution = 0
  77. seam_position = aligned
  78. single_extruder_multi_material_priming = 0
  79. skirts = 3
  80. skirt_distance = 2
  81. skirt_height = 1
  82. small_perimeter_speed = 15
  83. solid_infill_below_area = 0
  84. solid_infill_every_layers = 0
  85. solid_infill_extruder = 1
  86. solid_infill_extrusion_width = 0.45
  87. spiral_vase = 0
  88. standby_temperature_delta = -5
  89. support_material = 0
  90. support_material_extruder = 0
  91. support_material_extrusion_width = 0.40
  92. support_material_interface_extruder = 0
  93. support_material_angle = 0
  94. support_material_buildplate_only = 0
  95. support_material_enforce_layers = 0
  96. support_material_contact_distance = 0.15
  97. support_material_interface_contact_loops = 0
  98. support_material_interface_layers = 2
  99. support_material_interface_spacing = 0.2
  100. support_material_interface_speed = 100%
  101. support_material_pattern = rectilinear
  102. support_material_spacing = 2
  103. support_material_speed = 40
  104. support_material_synchronize_layers = 0
  105. support_material_threshold = 45
  106. support_material_with_sheath = 0
  107. support_material_xy_spacing = 60%
  108. thin_walls = 0
  109. top_infill_extrusion_width = 0.40
  110. top_solid_infill_speed = 20
  111. travel_speed = 130
  112. wipe_tower = 0
  113. wipe_tower_bridging = 10
  114. wipe_tower_rotation_angle = 0
  115. wipe_tower_width = 60
  116. wipe_tower_x = 50
  117. wipe_tower_y = 50
  118. xy_size_compensation = 0
  119. [print:*0.05mm*]
  120. inherits = *common*
  121. bottom_solid_layers = 10
  122. bridge_acceleration = 300
  123. bridge_flow_ratio = 0.7
  124. default_acceleration = 500
  125. external_perimeter_speed = 20
  126. fill_density = 20%
  127. first_layer_acceleration = 250
  128. gap_fill_speed = 20
  129. infill_acceleration = 800
  130. infill_speed = 30
  131. max_print_speed = 60
  132. small_perimeter_speed = 20
  133. solid_infill_speed = 30
  134. support_material_extrusion_width = 0.3
  135. support_material_spacing = 1.5
  136. layer_height = 0.05
  137. perimeter_acceleration = 300
  138. perimeter_speed = 30
  139. perimeters = 3
  140. support_material_speed = 30
  141. top_solid_infill_speed = 20
  142. top_solid_layers = 15
  143. [print:*0.07mm*]
  144. inherits = *common*
  145. bottom_solid_layers = 8
  146. bridge_acceleration = 300
  147. bridge_flow_ratio = 0.7
  148. bridge_speed = 20
  149. default_acceleration = 1000
  150. external_perimeter_speed = 20
  151. fill_density = 15%
  152. first_layer_acceleration = 500
  153. gap_fill_speed = 20
  154. infill_acceleration = 800
  155. infill_speed = 40
  156. max_print_speed = 60
  157. small_perimeter_speed = 20
  158. solid_infill_speed = 40
  159. support_material_extrusion_width = 0.3
  160. support_material_spacing = 1.5
  161. layer_height = 0.07
  162. perimeter_acceleration = 300
  163. perimeter_speed = 30
  164. perimeters = 3
  165. support_material_speed = 40
  166. top_solid_infill_speed = 30
  167. top_solid_layers = 11
  168. [print:*0.10mm*]
  169. inherits = *common*
  170. bottom_solid_layers = 7
  171. bridge_flow_ratio = 0.7
  172. layer_height = 0.1
  173. perimeter_acceleration = 800
  174. top_solid_layers = 9
  175. [print:*0.12mm*]
  176. inherits = *common*
  177. perimeter_speed = 40
  178. external_perimeter_speed = 25
  179. infill_speed = 50
  180. solid_infill_speed = 40
  181. layer_height = 0.12
  182. perimeters = 3
  183. top_infill_extrusion_width = 0.4
  184. bottom_solid_layers = 6
  185. top_solid_layers = 7
  186. [print:*0.15mm*]
  187. inherits = *common*
  188. external_perimeter_speed = 25
  189. infill_acceleration = 1100
  190. infill_speed = 50
  191. layer_height = 0.15
  192. perimeter_acceleration = 800
  193. perimeter_speed = 40
  194. solid_infill_speed = 40
  195. top_infill_extrusion_width = 0.4
  196. bottom_solid_layers = 5
  197. top_solid_layers = 7
  198. [print:*0.20mm*]
  199. inherits = *common*
  200. perimeter_speed = 40
  201. external_perimeter_speed = 25
  202. infill_speed = 50
  203. solid_infill_speed = 40
  204. layer_height = 0.20
  205. top_infill_extrusion_width = 0.4
  206. bottom_solid_layers = 4
  207. top_solid_layers = 5
  208. [print:*0.24mm*]
  209. inherits = *common*
  210. perimeter_speed = 40
  211. external_perimeter_speed = 25
  212. infill_speed = 50
  213. solid_infill_speed = 40
  214. layer_height = 0.24
  215. top_infill_extrusion_width = 0.45
  216. bottom_solid_layers = 3
  217. top_solid_layers = 4
  218. [print:*0.28mm*]
  219. inherits = *common*
  220. perimeter_speed = 40
  221. external_perimeter_speed = 25
  222. infill_speed = 50
  223. solid_infill_speed = 40
  224. layer_height = 0.28
  225. top_infill_extrusion_width = 0.45
  226. bottom_solid_layers = 3
  227. top_solid_layers = 4
  228. [print:*0.30mm*]
  229. inherits = *common*
  230. bottom_solid_layers = 4
  231. bridge_flow_ratio = 0.95
  232. external_perimeter_speed = 25
  233. infill_acceleration = 1100
  234. infill_speed = 60
  235. layer_height = 0.3
  236. perimeter_acceleration = 800
  237. perimeter_speed = 50
  238. solid_infill_speed = 50
  239. top_infill_extrusion_width = 0.4
  240. top_solid_layers = 4
  241. [print:*soluble_support*]
  242. inherits = *common*
  243. overhangs = 1
  244. skirts = 0
  245. support_material = 1
  246. support_material_contact_distance = 0
  247. support_material_extruder = 2
  248. support_material_extrusion_width = 0.45
  249. support_material_interface_extruder = 2
  250. support_material_interface_layers = 3
  251. support_material_interface_spacing = 0.1
  252. support_material_synchronize_layers = 1
  253. support_material_threshold = 80
  254. support_material_with_sheath = 1
  255. wipe_tower_bridging = 6
  256. support_material_interface_speed = 80%
  257. perimeter_speed = 40
  258. solid_infill_speed = 40
  259. top_infill_extrusion_width = 0.45
  260. top_solid_infill_speed = 30
  261. [print:0.05mm ULTRADETAIL @BIBO2]
  262. inherits = *0.05mm*
  263. # alias = 0.05mm ULTRADETAIL
  264. infill_extrusion_width = 0.5
  265. [print:0.07mm SUPERDETAIL @BIBO2]
  266. inherits = *0.07mm*
  267. # alias = 0.07mm SUPERDETAIL
  268. infill_extrusion_width = 0.5
  269. [print:0.10mm HIGHDETAIL @BIBO2]
  270. inherits = *0.10mm*
  271. # alias = 0.10mm HIGHDETAIL
  272. infill_extrusion_width = 0.5
  273. [print:0.12mm DETAIL @BIBO2]
  274. inherits = *0.12mm*
  275. # alias = 0.12mm DETAIL
  276. travel_speed = 130
  277. infill_speed = 50
  278. solid_infill_speed = 40
  279. top_solid_infill_speed = 30
  280. support_material_extrusion_width = 0.38
  281. [print:0.15mm OPTIMAL @BIBO2]
  282. inherits = *0.15mm*
  283. # alias = 0.15mm OPTIMAL
  284. top_infill_extrusion_width = 0.45
  285. [print:0.20mm NORMAL @BIBO2]
  286. inherits = *0.20mm*
  287. # alias = 0.20mm NORMAL
  288. travel_speed = 130
  289. infill_speed = 50
  290. solid_infill_speed = 40
  291. top_solid_infill_speed = 30
  292. support_material_extrusion_width = 0.38
  293. [print:0.24mm DRAFT @BIBO2]
  294. inherits = *0.24mm*
  295. # alias = 0.24mm DRAFT
  296. travel_speed = 130
  297. infill_speed = 50
  298. solid_infill_speed = 40
  299. top_solid_infill_speed = 30
  300. support_material_extrusion_width = 0.38
  301. [print:0.28mm SUPERDRAFT @BIBO2]
  302. inherits = *0.28mm*
  303. # alias = 0.28mm SUPERDRAFT
  304. travel_speed = 130
  305. infill_speed = 50
  306. solid_infill_speed = 40
  307. top_solid_infill_speed = 30
  308. support_material_extrusion_width = 0.38
  309. [print:0.30mm ULTRADRAFT @BIBO2]
  310. inherits = *0.30mm*
  311. # alias = 0.30mm ULTRADRAFT
  312. bottom_solid_layers = 3
  313. bridge_speed = 30
  314. external_perimeter_speed = 30
  315. infill_acceleration = 1100
  316. infill_speed = 55
  317. max_print_speed = 60
  318. perimeter_speed = 50
  319. small_perimeter_speed = 30
  320. solid_infill_speed = 50
  321. top_solid_infill_speed = 40
  322. support_material_speed = 45
  323. external_perimeter_extrusion_width = 0.6
  324. extrusion_width = 0.5
  325. first_layer_extrusion_width = 0.42
  326. infill_extrusion_width = 0.5
  327. perimeter_extrusion_width = 0.5
  328. solid_infill_extrusion_width = 0.5
  329. top_infill_extrusion_width = 0.45
  330. support_material_extrusion_width = 0.38
  331. # Soluble Supports Profiles for dual extrusion #
  332. [print:0.15mm OPTIMAL SOLUBLE FULL @BIBO2]
  333. inherits = 0.15mm OPTIMAL @BIBO2; *soluble_support*
  334. compatible_printers_condition = printer_notes=~/.*PRINTER_VENDOR_BIBO.*/ and num_extruders==2
  335. external_perimeter_speed = 25
  336. notes = Set your soluble extruder in Multiple Extruders > Support material/raft/skirt extruder & Support material/raft interface extruder
  337. support_material_extruder = 2
  338. perimeter_speed = 40
  339. solid_infill_speed = 40
  340. top_infill_extrusion_width = 0.45
  341. top_solid_infill_speed = 30
  342. [print:0.15mm OPTIMAL SOLUBLE INTERFACE @BIBO2]
  343. inherits = 0.15mm OPTIMAL SOLUBLE FULL @BIBO2
  344. notes = Set your soluble extruder in Multiple Extruders > Support material/raft interface extruder
  345. support_material_interface_layers = 3
  346. support_material_with_sheath = 0
  347. support_material_xy_spacing = 80%
  348. [print:0.20mm NORMAL SOLUBLE FULL @BIBO2]
  349. inherits = 0.20mm NORMAL @BIBO2; *soluble_support*
  350. compatible_printers_condition = printer_notes=~/.*PRINTER_VENDOR_BIBO.*/ and num_extruders==2
  351. external_perimeter_speed = 30
  352. notes = Set your soluble extruder in Multiple Extruders > Support material/raft/skirt extruder & Support material/raft interface extruder
  353. support_material_extruder = 2
  354. perimeter_speed = 40
  355. solid_infill_speed = 40
  356. top_solid_infill_speed = 30
  357. [print:0.20mm NORMAL SOLUBLE INTERFACE @BIBO2]
  358. inherits = 0.20mm NORMAL SOLUBLE FULL @BIBO2
  359. notes = Set your soluble extruder in Multiple Extruders > Support material/raft interface extruder
  360. support_material_interface_layers = 3
  361. support_material_with_sheath = 0
  362. support_material_xy_spacing = 80%
  363. # Common filament preset
  364. [filament:*common*]
  365. cooling = 0
  366. compatible_printers =
  367. extrusion_multiplier = 1
  368. filament_ramming_parameters = "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6"
  369. filament_minimal_purge_on_wipe_tower = 15
  370. filament_cost = 0
  371. filament_density = 0
  372. filament_diameter = 1.75
  373. filament_notes = ""
  374. filament_settings_id = ""
  375. filament_soluble = 0
  376. min_print_speed = 15
  377. slowdown_below_layer_time = 20
  378. compatible_printers_condition = printer_notes=~/.*PRINTER_VENDOR_BIBO.*/
  379. [filament:*PLA*]
  380. inherits = *common*
  381. bed_temperature = 60
  382. fan_below_layer_time = 100
  383. filament_colour = #FF3232
  384. filament_max_volumetric_speed = 15
  385. filament_type = PLA
  386. filament_density = 1.24
  387. filament_cost = 20
  388. first_layer_bed_temperature = 60
  389. first_layer_temperature = 215
  390. fan_always_on = 1
  391. cooling = 1
  392. max_fan_speed = 100
  393. min_fan_speed = 100
  394. bridge_fan_speed = 100
  395. disable_fan_first_layers = 3
  396. temperature = 200
  397. [filament:*PET*]
  398. inherits = *common*
  399. bed_temperature = 70
  400. cooling = 1
  401. disable_fan_first_layers = 3
  402. fan_below_layer_time = 20
  403. filament_colour = #FF8000
  404. filament_max_volumetric_speed = 8
  405. filament_type = PETG
  406. filament_density = 1.27
  407. filament_cost = 30
  408. first_layer_bed_temperature =70
  409. first_layer_temperature = 240
  410. fan_always_on = 1
  411. max_fan_speed = 50
  412. min_fan_speed = 20
  413. bridge_fan_speed = 100
  414. temperature = 240
  415. [filament:*ABS*]
  416. inherits = *common*
  417. bed_temperature = 100
  418. cooling = 0
  419. disable_fan_first_layers = 3
  420. fan_below_layer_time = 20
  421. filament_colour = #FFF2EC
  422. filament_max_volumetric_speed = 11
  423. filament_ramming_parameters = "120 100 5.70968 6.03226 7 8.25806 9 9.19355 9.3871 9.77419 10.129 10.3226 10.4516 10.5161| 0.05 5.69677 0.45 6.15484 0.95 8.76774 1.45 9.20323 1.95 9.95806 2.45 10.3871 2.95 10.5677 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6"
  424. filament_type = ABS
  425. filament_density = 1.04
  426. filament_cost = 20
  427. first_layer_bed_temperature = 100
  428. first_layer_temperature = 245
  429. fan_always_on = 0
  430. max_fan_speed = 0
  431. min_fan_speed = 0
  432. bridge_fan_speed = 25
  433. top_fan_speed = 0
  434. temperature = 245
  435. [filament:*FLEX*]
  436. inherits = *common*
  437. bed_temperature = 50
  438. bridge_fan_speed = 80
  439. # For now, all but selected filaments are disabled for the MMU 2.0
  440. cooling = 0
  441. disable_fan_first_layers = 3
  442. extrusion_multiplier = 1.2
  443. fan_always_on = 0
  444. fan_below_layer_time = 100
  445. filament_colour = #008000
  446. filament_max_volumetric_speed = 1.5
  447. filament_type = FLEX
  448. first_layer_bed_temperature = 50
  449. first_layer_temperature = 240
  450. max_fan_speed = 90
  451. min_fan_speed = 70
  452. #start_filament_gcode = "M900 K0"; Filament gcode"
  453. temperature = 240
  454. filament_retract_length = 0.8
  455. filament_deretract_speed = 15
  456. filament_retract_lift = 0
  457. filament_wipe = 0
  458. [filament:Generic PLA @BIBO2]
  459. inherits = *PLA*
  460. filament_vendor = Generic
  461. filament_notes = "List of materials which typically use standard PLA print settings:\n\nDas Filament\nEsun PLA\nEUMAKERS PLA\nFiberlogy HD-PLA\nFillamentum PLA\nFloreon3D\nHatchbox PLA\nPlasty Mladec PLA\nPrimavalue PLA\nProto pasta Matte Fiber\nVerbatim PLA\nVerbatim BVOH"
  462. [filament:Generic PETG @BIBO2]
  463. inherits = *PET*
  464. filament_vendor = Generic
  465. [filament:Generic ABS @BIBO2]
  466. inherits = *ABS*
  467. first_layer_bed_temperature = 90
  468. bed_temperature = 90
  469. filament_vendor = Generic
  470. filament_cost = 27.82
  471. filament_density = 1.08
  472. fan_always_on = 0
  473. cooling = 0
  474. min_fan_speed = 15
  475. max_fan_speed = 15
  476. slowdown_below_layer_time = 20
  477. disable_fan_first_layers = 4
  478. fan_below_layer_time = 20
  479. bridge_fan_speed = 25
  480. [filament:Esun ABS @BIBO2]
  481. inherits = Generic ABS @BIBO2
  482. filament_vendor = Esun
  483. filament_cost = 27.82
  484. filament_density = 1.08
  485. fan_always_on = 0
  486. cooling = 0
  487. min_fan_speed = 15
  488. max_fan_speed = 15
  489. slowdown_below_layer_time = 20
  490. disable_fan_first_layers = 4
  491. fan_below_layer_time = 20
  492. bridge_fan_speed = 25
  493. [filament:Hatchbox ABS @BIBO2]
  494. inherits = Generic ABS @BIBO2
  495. filament_vendor = Hatchbox
  496. filament_cost = 27.82
  497. filament_density = 1.08
  498. fan_always_on = 0
  499. cooling = 0
  500. min_fan_speed = 15
  501. max_fan_speed = 15
  502. slowdown_below_layer_time = 20
  503. disable_fan_first_layers = 4
  504. fan_below_layer_time = 20
  505. bridge_fan_speed = 25
  506. [filament:Generic HIPS @BIBO2]
  507. inherits = *ABS*
  508. filament_vendor = Generic
  509. filament_cost = 27.3
  510. filament_density = 1.04
  511. bridge_fan_speed = 50
  512. cooling = 1
  513. extrusion_multiplier = 1
  514. fan_always_on = 1
  515. fan_below_layer_time = 10
  516. filament_colour = #FFFFD7
  517. filament_soluble = 1
  518. filament_type = HIPS
  519. first_layer_temperature = 230
  520. max_fan_speed = 20
  521. min_fan_speed = 20
  522. temperature = 230
  523. compatible_printers_condition = printer_notes=~/.*PRINTER_VENDOR_BIBO.*/ and num_extruders==2
  524. [filament:AMOLEN bronze PLA @BIBO2]
  525. inherits = *PLA*
  526. filament_vendor = AMOLEN
  527. temperature = 205
  528. bed_temperature = 65
  529. filament_colour = #808040
  530. first_layer_bed_temperature = 65
  531. first_layer_temperature = 215
  532. filament_cost = 25.99
  533. filament_density = 1.24
  534. [filament:Prusament PLA @BIBO2]
  535. inherits = *PLA*
  536. filament_vendor = Prusa Polymers
  537. temperature = 215
  538. bed_temperature = 60
  539. first_layer_temperature = 215
  540. first_layer_bed_temperature = 60
  541. filament_cost = 24.99
  542. filament_density = 1.24
  543. [filament:Prusament PETG @BIBO2]
  544. inherits = *PET*
  545. filament_vendor = Prusa Polymers
  546. temperature = 245
  547. bed_temperature = 70
  548. first_layer_temperature = 245
  549. first_layer_bed_temperature =70
  550. filament_cost = 24.99
  551. filament_density = 1.27
  552. [filament:PrimaSelect PVA+ @BIBO2]
  553. inherits = *PLA*
  554. filament_vendor = PrimaSelect
  555. filament_cost = 108
  556. filament_density = 1.23
  557. cooling = 0
  558. fan_always_on = 0
  559. filament_colour = #FFFFD7
  560. filament_max_volumetric_speed = 3.8
  561. filament_ramming_parameters = "120 100 8.3871 8.6129 8.93548 9.22581 9.48387 9.70968 9.87097 10.0323 10.2258 10.4194 10.6452 10.8065| 0.05 8.34193 0.45 8.73548 0.95 9.34836 1.45 9.78385 1.95 10.0871 2.45 10.5161 2.95 10.8903 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6"
  562. filament_soluble = 1
  563. filament_type = PVA
  564. first_layer_temperature = 195
  565. temperature = 195
  566. compatible_printers_condition = printer_notes=~/.*PRINTER_VENDOR_BIBO.*/ and num_extruders==2
  567. [filament:No Filament - standby only @BIBO2]
  568. first_layer_temperature = 170
  569. temperature = 170
  570. compatible_printers_condition = printer_notes=~/.*PRINTER_VENDOR_BIBO.*/ and num_extruders==2
  571. [filament:Generic FLEX @BIBO2]
  572. inherits = *FLEX*
  573. filament_vendor = Generic
  574. filament_cost = 82
  575. filament_density = 1.22
  576. filament_max_volumetric_speed = 1.2
  577. filament_retract_length = 0
  578. filament_retract_speed = nil
  579. filament_retract_lift = nil
  580. [filament:Overture TPU @BIBO2]
  581. inherits = *FLEX*
  582. filament_vendor = Overture
  583. filament_max_volumetric_speed = 1.5
  584. first_layer_temperature = 235
  585. first_layer_bed_temperature = 50
  586. temperature = 235
  587. bed_temperature = 50
  588. bridge_fan_speed = 100
  589. max_fan_speed = 80
  590. min_fan_speed = 80
  591. filament_retract_before_travel = 3
  592. filament_cost = 23.99
  593. filament_density = 1.21
  594. [filament:SainSmart TPU @BIBO2]
  595. inherits = *FLEX*
  596. filament_vendor = SainSmart
  597. fan_always_on = 1
  598. filament_max_volumetric_speed = 2.5
  599. extrusion_multiplier = 1.15
  600. first_layer_temperature = 230
  601. first_layer_bed_temperature = 50
  602. temperature = 230
  603. bed_temperature = 50
  604. bridge_fan_speed = 100
  605. max_fan_speed = 80
  606. min_fan_speed = 80
  607. filament_retract_before_travel = 3
  608. filament_cost = 32.99
  609. filament_density = 1.21
  610. filament_retract_length = 0.5
  611. filament_retract_speed = nil
  612. filament_deretract_speed = 15
  613. filament_retract_lift = 0
  614. filament_wipe = 0
  615. disable_fan_first_layers = 3
  616. min_print_speed = 15
  617. slowdown_below_layer_time = 10
  618. cooling = 1
  619. [filament:Filatech FilaFlex40 @BIBO2]
  620. inherits = *FLEX*
  621. filament_vendor = Filatech
  622. fan_always_on = 1
  623. filament_max_volumetric_speed = 2.5
  624. extrusion_multiplier = 1.15
  625. first_layer_temperature = 230
  626. first_layer_bed_temperature = 50
  627. temperature = 230
  628. bed_temperature = 50
  629. bridge_fan_speed = 100
  630. max_fan_speed = 50
  631. min_fan_speed = 50
  632. filament_retract_before_travel = 3
  633. filament_cost = 51.45
  634. filament_density = 1.22
  635. filament_retract_length = 0.5
  636. filament_retract_speed = 20
  637. filament_deretract_speed = 15
  638. filament_retract_lift = 0
  639. filament_wipe = 0
  640. disable_fan_first_layers = 3
  641. min_print_speed = 15
  642. slowdown_below_layer_time = 10
  643. cooling = 1
  644. # Common printer preset
  645. [printer:*common*]
  646. printer_technology = FFF
  647. bed_shape = -107x-93,107x-93,107x93,-107x93
  648. before_layer_gcode = ;BEFORE_LAYER_CHANGE\n;[layer_z]\n\n
  649. between_objects_gcode =
  650. deretract_speed = 0 # By setting this value to 0 deretract used the retract_speed
  651. extruder_colour = #FFFF00
  652. extruder_offset = 0x0
  653. gcode_flavor = marlin
  654. silent_mode = 0
  655. remaining_times = 0
  656. machine_max_acceleration_e = 1100
  657. machine_max_acceleration_extruding = 5000
  658. machine_max_acceleration_retracting = 1100
  659. machine_max_acceleration_x = 500
  660. machine_max_acceleration_y = 500
  661. machine_max_acceleration_z = 100
  662. machine_max_feedrate_e = 20
  663. machine_max_feedrate_x = 350
  664. machine_max_feedrate_y = 350
  665. machine_max_feedrate_z = 2
  666. machine_max_jerk_e = 5
  667. machine_max_jerk_x = 8
  668. machine_max_jerk_y = 8
  669. machine_max_jerk_z = 0.3
  670. machine_min_extruding_rate = 0
  671. machine_min_travel_rate = 0
  672. layer_gcode = ;AFTER_LAYER_CHANGE\n;[layer_z]
  673. max_layer_height = 0.30
  674. min_layer_height = 0.05
  675. max_print_height = 160
  676. printer_notes =
  677. printer_settings_id =
  678. printer_vendor = BIBO
  679. retract_before_travel = 1
  680. retract_before_wipe = 100%
  681. retract_layer_change = 1
  682. retract_length = 1.5
  683. retract_length_toolchange = 1.5
  684. retract_lift = 0
  685. retract_lift_above = 0
  686. retract_lift_below = 0
  687. retract_restart_extra = 0
  688. retract_restart_extra_toolchange = 0
  689. retract_speed = 20
  690. single_extruder_multi_material = 0
  691. toolchange_gcode =
  692. use_firmware_retraction = 0
  693. use_relative_e_distances = 1
  694. use_volumetric_e = 0
  695. variable_layer_height = 1
  696. wipe = 1
  697. z_offset = 0
  698. printer_model =
  699. default_print_profile =
  700. default_filament_profile =
  701. [printer:BIBO2 Touch Dual extrusion]
  702. inherits = *common*
  703. printer_model = BIBO2
  704. between_objects_gcode =
  705. default_filament_profile = Generic PLA @BIBO2
  706. default_print_profile = 0.20mm NORMAL @BIBO2
  707. deretract_speed = 0,0 # Setting this value to 0 uses the retract speed
  708. extruder_colour = #FFFF00;#229403
  709. extruder_offset = 0x0,0x0
  710. layer_gcode = ;AFTER_LAYER_CHANGE\n;[layer_z]
  711. max_layer_height = 0.3,0.3
  712. min_layer_height = 0.05,0.05
  713. printer_notes = Do not 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_BIBO\nPRINTER_MODEL_BIBO2
  714. printer_settings_id =
  715. printer_variant = 0.4
  716. nozzle_diameter = 0.4,0.4
  717. remaining_times = 0
  718. retract_before_travel = 1,1
  719. retract_before_wipe = 100%,100%
  720. retract_layer_change = 1,1
  721. retract_length = 1.5,1.5
  722. retract_length_toolchange = 1.5,1.5
  723. retract_lift = 0,0
  724. retract_lift_above = 0,0
  725. retract_lift_below = 0,0
  726. retract_restart_extra = 0,0
  727. retract_restart_extra_toolchange = 0,0
  728. retract_speed = 20,20
  729. start_gcode = ;Start code PrusaSlicer BIBO 2 printers\nG21 ; set units to metric\nG90 ; absolute positioning\nM107 ; start with the fan off\nM190 S{max(first_layer_bed_temperature[0] - 5, first_layer_bed_temperature[1] - 5)} ; wait for bed temp\nM140 S{max(first_layer_bed_temperature[0], first_layer_bed_temperature[1])} ; continue bed heating to full temp while other things are happening\nM104 S{first_layer_temperature[0]} T0; set 1st nozzle heater to first layer temperature\nM104 S{first_layer_temperature[1]} T1; set 2nd nozzle heater to first layer temperature\nM105 ; Report Temperatures\nM109 S{first_layer_temperature[0]} T0; wait for 1st nozzle heat to first layer temperature\nM109 S{first_layer_temperature[1]} T1; wait for 2nd nozzle heat to first layer temperature\nM105 ; Report Temperatures\nG28 X0 Y0 ; move X/Y to min endstops\nG28 Z0 ; move Z to min endstops\nG1 Z2.0 F400 ; move the platform down 2mm\nT[initial_tool]; switch to initial tool position\nG92 E0.0 ; reset extruder\nG28 ; Home all axis\nG1 Y0 F1200 E0 ; move Y to min endstop and extrude 0 filament\nG92 E0.0 ; reset extruder and zero the current extruder coordinate before printing\nM117 BIBO now Printing... ; Put now printing message on screen
  730. end_gcode = ;BIBO End GCode\nM107 ; turn fans off\nG91 ; Relative positioning\nG1 Z1 F100\nM140 S0 ; Disable heated bed\nM104 T0 S0 ; extruder T0 heater off\nM104 T1 S0 ; extruder T1 heater off\nG1 Z+0.5 X-20 Y-20 F300 ; move Z down then move print head a bit out of the way\nG28 X0 Y0 ; move X/Y to min endstops, so the head is out of the way\nG90 ; Absolute positioning\nG92 E0.0 ; Reset extruder position\nM84 ; Turn steppers off\nM117 BIBO Print complete ; Put print complete message on screen
  731. thumbnails =
  732. toolchange_gcode =
  733. use_relative_e_distances = 1
  734. wipe = 1,1
  735. z_offset = 0
  736. [printer:BIBO2 Touch E1 right only extrusion]
  737. inherits = *common*
  738. printer_model = BIBO2
  739. printer_variant = 0.4
  740. extruder_colour = #FFFF00
  741. printer_notes = Do not 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_BIBO\nPRINTER_MODEL_BIBO2
  742. nozzle_diameter = 0.4
  743. retract_before_travel = 1
  744. retract_length = 1.5
  745. retract_speed = 20
  746. deretract_speed = 0 # Setting this value to 0 uses the retract speed
  747. retract_before_wipe = 100%
  748. default_print_profile = 0.20mm NORMAL @BIBO2
  749. default_filament_profile = Generic PLA @BIBO2
  750. start_gcode = ;Start code PrusaSlicer BIBO 2 printers E1 only (i.e. T0)\nG21 ; set units to metric\nG90 ; absolute positioning\nM107 ; start with the fan off\nM190 S{first_layer_bed_temperature[0] - 5} ; wait for bed temp\nM140 S{first_layer_bed_temperature[0]} ; continue bed heating to full temp while other things are happening\nM104 S{first_layer_temperature[0]} T0 ; set 1st nozzle heater to first layer temperature\nM104 S{first_layer_temperature[0] * 0.791} T1 ; set 2nd nozzle heater to 79.1 percent standby temp\nM105 ; Report Temperatures\nM109 S{first_layer_temperature[0]} T0 ; wait for 1st nozzle heat to first layer temperature\nM109 S{first_layer_temperature[0] * 0.791} T1 ; wait for 2nd nozzle heat to 79.1 percent standby temp\nM105 ; Report Temperatures\nG28 X0 Y0 ; move X/Y to min endstops\nG28 Z0 ; move Z to min endstops\nG1 Y0 F1200 E0 ; move Y to min endstop and extrude 0 filament\nT[initial_tool] ; switch to initial tool position\nG92 E0.0 ; reset extruder\nG28 ; Home all axis\nG1 Y0 F1200 E0 ; move Y to min endstop and reset extruder\nG92 E0.0 ; zero the current extruder coordinate\nM117 Cleaning... ; Put Cleaning message on screen, Attempt Nozzle Wipe (for ooze free startup)\nG1 X-15.0 Y-92.9 Z0.3 F2400.0 ; move to start-line position\nG1 X15.0 Y-92.9 Z0.3 F1000.0 E2 ; draw 1st line\nG1 X15.0 Y-92.6 Z0.3 F3000.0 ; move to side a little\nG1 X-15.0 Y-92.6 Z0.3 F1000.0 E4 ; draw 2nd line\nG1 X-15.0 Y-92.3 Z0.3 F3000.0 ; move to side a little\nG1 X15.0 Y-92.3 Z0.3 F1000.0 E6 ; draw 3rd line\nG1 X15.0 Y-92 Z0.3 F3000.0 ; move to side a little\nG1 X-15.0 Y-92 Z0.3 F1000.0 E8 ; draw 4th line\nG92 E0.0 ; reset extruder and zero the current extruder coordinate before printing\nM117 BIBO E1 now Printing... ; Put now printing message on screen
  751. end_gcode = ;BIBO End GCode\nM107 ; turn fans off\nG91 ; Relative positioning\nG1 Z1 F100\nM140 S0 ; Disable heated bed\nM104 T0 S0 ; extruder T0 heater off\nM104 T1 S0 ; extruder T1 heater off\nG1 Z+0.5 X-20 Y-20 F300 ; move Z down then move print head a bit out of the way\nG28 X0 Y0 ; move X/Y to min endstops, so the head is out of the way\nG90 ; Absolute positioning\nG92 E0.0 ; Reset extruder position\nM84 ; Turn steppers off\nM117 BIBO Print complete ; Put print complete message on screen
  752. thumbnails =
  753. toolchange_gcode =
  754. use_relative_e_distances = 1
  755. wipe = 1
  756. z_offset = 0
  757. [printer:BIBO2 Touch E2 left only extrusion]
  758. inherits = *common*
  759. printer_model = BIBO2
  760. printer_variant = 0.4
  761. extruder_colour = #229403
  762. printer_notes = Do not 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_BIBO\nPRINTER_MODEL_BIBO2
  763. nozzle_diameter = 0.4
  764. retract_before_travel = 1
  765. retract_length = 1.5
  766. retract_speed = 20
  767. deretract_speed = 0 # Setting this value to 0 uses the retract speed
  768. retract_before_wipe = 100%
  769. default_print_profile = 0.20mm NORMAL @BIBO2
  770. default_filament_profile = Generic PLA @BIBO2
  771. start_gcode = ;Start code PrusaSlicer BIBO 2 printers E2 only (i.e. T1)\nG21 ; set units to metric\nG90 ; absolute positioning\nM107 ; start with the fan off\nM140 S{first_layer_bed_temperature[0] - 5} ; set bed temp\nM105 ; Report Temperatures\nM190 S{first_layer_bed_temperature[0]} ; wait for bed temp\nM104 S{first_layer_temperature[0] * 0.791} T0 ; set 1st nozzle heater to 79.1 percent standby temp\nM104 S{first_layer_temperature[0]} T1 ; set 2nd nozzle heater to first layer temperature\nM105 ; Report Temperatures\nM109 S{first_layer_temperature[0] * 0.791} T0 ; set 1st nozzle heater to 79.1 percent standby temp\nM109 S{first_layer_temperature[0]} T1 ; Wait for 2nd nozzle heater to first layer temperature\nM105 ; Report Temperatures\nG28 X0 Y0 ; move X/Y to min endstops\nG28 Z0 ; move Z to min endstops\nG1 Z2 F400 ; move the print bed down 2mm\nT0 ; switch to tool position T0\nG90 ; absolute positioning\nG92 E0.0 ; zero the current extruder coordinate\nG28 ; Home all axis\nG1 Y0 F1200 E0 ; move Y to min endstop and reset extruder\nG92 E0.0 ; zero the current extruder coordinate\nT1 ; switch to tool position T1\nG92 E0.0 ; zero the current extruder coordinate\nM117 E2 nozzle wipe... ; Put Nozzle wipe message on screen, Attempt Nozzle Wipe (for ooze free startup)\nG1 X-15.0 Y-92.9 Z0.3 F2400.0 ; move to start-line position\nG1 X15.0 Y-92.9 Z0.3 F1000.0 E2 ; draw 1st line\nG1 X15.0 Y-92.6 Z0.3 F3000.0 ; move to side a little\nG1 X-15.0 Y-92.6 Z0.3 F1000.0 E4 ; draw 2nd line\nG1 X-15.0 Y-92.3 Z0.3 F3000.0 ; move to side a little\nG1 X15.0 Y-92.3 Z0.3 F1000.0 E6 ; draw 3rd line\nG1 X15.0 Y-92 Z0.3 F3000.0 ; move to side a little\nG1 X-15.0 Y-92 Z0.3 F1000.0 E8 ; draw 4th line\nG92 E0.0 ; reset extruder coordinate to zero before printing\nM117 BIBO Now Printing from E2... ; Put now printing message on screen
  772. end_gcode = ;BIBO End GCode\nM107 ; turn fans off\nG91 ; Relative positioning\nG1 Z1 F100\nM140 S0 ; Disable heated bed\nM104 T0 S0 ; extruder T0 heater off\nM104 T1 S0 ; extruder T1 heater off\nG1 Z+0.5 X-20 Y-20 F300 ; move Z down then move print head a bit out of the way\nG28 X0 Y0 ; move X/Y to min endstops, so the head is out of the way\nG90 ; Absolute positioning\nG92 E0.0 ; Reset extruder position\nM84 ; Turn steppers off\nM117 BIBO Print complete ; Put print complete message on screen
  773. thumbnails =
  774. toolchange_gcode =
  775. use_relative_e_distances = 1
  776. wipe = 1
  777. z_offset = 0
  778. # Ditto Printing options with custom beds and special start end gcode for print duplication from one nozzle to the other
  779. [printer:BIBO2 E1 right E2 Ditto]
  780. inherits = BIBO2 Touch E1 right only extrusion
  781. printer_model = BIBO2
  782. printer_notes = Do not 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_BIBO\nPRINTER_MODEL_BIBO2
  783. bed_shape = 0x-93,33x-93,33x93,0x93
  784. #bed_model = BIBO2_bed.stl
  785. #bed_texture = BIBO2.svg
  786. before_layer_gcode = ;BEFORE_LAYER_CHANGE\n;[layer_z]\nM104 S{temperature[0]} T1 ; set 2nd nozzle heater to print temperature\n
  787. start_gcode = ;Start code PrusaSlicer BIBO 2 printers E1 only (i.e. T0)\nM420 S1 ; Turn on Ditto Printing\nG21 ; set units to metric\nG90 ; absolute positioning\nM107 ; start with the fan off\nM190 S{first_layer_bed_temperature[0] - 5} ; wait for bed temp\nM140 S{first_layer_bed_temperature[0]} ; continue bed heating to full temp while other things are happening\nM104 S{first_layer_temperature[0]} T0 ; set 1st nozzle heater to first layer temperature\nM104 S{first_layer_temperature[0]} T1 ; set 2nd nozzle heater to same first layer temperature\nM105 ; Report Temperatures\nM109 S{first_layer_temperature[0]} T0 ; wait for 1st nozzle heat to first layer temperature\nM109 S{first_layer_temperature[0]} T1 ; wait for 2nd nozzle heat to same first layer temperature\nM105 ; Report Temperatures\nG28 X0 Y0 ; move X/Y to min endstops\nG28 Z0 ; move Z to min endstops\nG1 Y0 F1200 E0 ; move Y to min endstop and extrude 0 filament\nT[initial_tool] ; switch to initial tool position\nG92 E0.0 ; reset extruder\nG28 ; Home all axis\nG1 Y0 F1200 E0 ; move Y to min endstop and reset extruder\nG92 E0.0 ; zero the current extruder coordinate\nM117 Cleaning... ; Put Cleaning message on screen, Attempt Nozzle Wipe (for ooze free startup)\nG1 X-15.0 Y-92.9 Z0.3 F2400.0 ; move to start-line position\nG1 X15.0 Y-92.9 Z0.3 F1000.0 E2 ; draw 1st line\nG1 X15.0 Y-92.6 Z0.3 F3000.0 ; move to side a little\nG1 X-15.0 Y-92.6 Z0.3 F1000.0 E4 ; draw 2nd line\nG1 X-15.0 Y-92.3 Z0.3 F3000.0 ; move to side a little\nG1 X15.0 Y-92.3 Z0.3 F1000.0 E6 ; draw 3rd line\nG1 X15.0 Y-92 Z0.3 F3000.0 ; move to side a little\nG1 X-15.0 Y-92 Z0.3 F1000.0 E8 ; draw 4th line\nG92 E0.0 ; reset extruder and zero the current extruder coordinate before printing\nM117 BIBO E1 now Printing... ; Put now printing message on screen
  788. end_gcode = ;BIBO End GCode\nM107 ; turn fans off\nG91 ; Relative positioning\nG1 Z1 F100\nM140 S0 ; Disable heated bed\nM104 T0 S0 ; extruder T0 heater off\nM104 T1 S0 ; extruder T1 heater off\nG1 Z+0.5 X-20 Y-20 F300 ; move Z down then move print head a bit out of the way\nG28 X0 Y0 ; move X/Y to min endstops, so the head is out of the way\nG90 ; Absolute positioning\nG92 E0.0 ; Reset extruder position\nM84 ; Turn steppers off\nM420 S0 ; Turn off Ditto Printing function\nM117 BIBO Print complete ; Put print complete message on screen
  789. [printer:BIBO2 E2 left E1 Ditto]
  790. inherits = BIBO2 Touch E2 left only extrusion
  791. printer_model = BIBO2
  792. printer_notes = Do not 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_BIBO\nPRINTER_MODEL_BIBO2
  793. bed_shape = -33x-93,0x-93,0x93,-33x93
  794. #bed_model = BIBO2_bed.stl
  795. #bed_texture = BIBO2.svg
  796. before_layer_gcode = ;BEFORE_LAYER_CHANGE\n;[layer_z]\nM104 S{temperature[0]} T0 ; set 1st nozzle heater to print temperature\n
  797. start_gcode = ;Start code PrusaSlicer BIBO 2 printers E2 only (i.e. T1)\nM420 S1 ; Turn on Ditto Printing\nG21 ; set units to metric\nG90 ; absolute positioning\nM107 ; start with the fan off\nM140 S{first_layer_bed_temperature[0] - 5} ; set bed temp\nM105 ; Report Temperatures\nM190 S{first_layer_bed_temperature[0]} ; wait for bed temp\nM104 S{first_layer_temperature[0]} T0 ; set 1st nozzle heater to ditto print temperature\nM104 S{first_layer_temperature[0]} T1 ; set 2nd nozzle heater to first layer temperature\nM105 ; Report Temperatures\nM109 S{first_layer_temperature[0]} T0 ; set 1st nozzle heater to ditto printing temperature\nM109 S{first_layer_temperature[0]} T1 ; Wait for 2nd nozzle heater to first layer temperature\nM105 ; Report Temperatures\nG28 X0 Y0 ; move X/Y to min endstops\nG28 Z0 ; move Z to min endstops\nG1 Z2 F400 ; move the print bed down 2mm\nT0 ; switch to tool position T0\nG90 ; absolute positioning\nG92 E0.0 ; zero the current extruder coordinate\nG28 ; Home all axis\nG1 Y0 F1200 E0 ; move Y to min endstop and reset extruder\nG92 E0.0 ; zero the current extruder coordinate\nT1 ; switch to tool position T1\nG92 E0.0 ; zero the current extruder coordinate\nM117 E2 nozzle wipe... ; Put Nozzle wipe message on screen, Attempt Nozzle Wipe (for ooze free startup)\nG1 X-15.0 Y-92.9 Z0.3 F2400.0 ; move to start-line position\nG1 X15.0 Y-92.9 Z0.3 F1000.0 E2 ; draw 1st line\nG1 X15.0 Y-92.6 Z0.3 F3000.0 ; move to side a little\nG1 X-15.0 Y-92.6 Z0.3 F1000.0 E4 ; draw 2nd line\nG1 X-15.0 Y-92.3 Z0.3 F3000.0 ; move to side a little\nG1 X15.0 Y-92.3 Z0.3 F1000.0 E6 ; draw 3rd line\nG1 X15.0 Y-92 Z0.3 F3000.0 ; move to side a little\nG1 X-15.0 Y-92 Z0.3 F1000.0 E8 ; draw 4th line\nG92 E0.0 ; reset extruder coordinate to zero before printing\nM117 BIBO Now Printing from E2... ; Put now printing message on screen
  798. end_gcode = ;BIBO End GCode\nM107 ; turn fans off\nG91 ; Relative positioning\nG1 Z1 F100\nM140 S0 ; Disable heated bed\nM104 T0 S0 ; extruder T0 heater off\nM104 T1 S0 ; extruder T1 heater off\nG1 Z+0.5 X-20 Y-20 F300 ; move Z down then move print head a bit out of the way\nG28 X0 Y0 ; move X/Y to min endstops, so the head is out of the way\nG90 ; Absolute positioning\nG92 E0.0 ; Reset extruder position\nM84 ; Turn steppers off\nM420 S0 ; Turn off Ditto Printing function\nM117 BIBO Print complete ; Put print complete message on screen