My self-made 3D-printable designs, mainly in OpenSCAD
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Cura_Fabrikator_Mini.ini 11KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  1. [profile]
  2. layer_height = 0.2
  3. wall_thickness = 0.8
  4. retraction_enable = True
  5. solid_layer_thickness = 0.6
  6. fill_density = 20
  7. print_speed = 20
  8. print_temperature = 190
  9. print_temperature2 = 0
  10. print_temperature3 = 0
  11. print_temperature4 = 0
  12. print_temperature5 = 0
  13. print_bed_temperature = 70
  14. support = None
  15. platform_adhesion = None
  16. support_dual_extrusion = Both
  17. wipe_tower = False
  18. wipe_tower_volume = 15
  19. ooze_shield = False
  20. filament_diameter = 1.75
  21. filament_diameter2 = 0
  22. filament_diameter3 = 0
  23. filament_diameter4 = 0
  24. filament_diameter5 = 0
  25. filament_flow = 100.0
  26. nozzle_size = 0.4
  27. retraction_speed = 40.0
  28. retraction_amount = 4.5
  29. retraction_dual_amount = 16.5
  30. retraction_min_travel = 1.5
  31. retraction_combing = All
  32. retraction_minimal_extrusion = 0.02
  33. retraction_hop = 0.0
  34. bottom_thickness = 0.3
  35. layer0_width_factor = 100
  36. object_sink = 0.0
  37. overlap_dual = 0.15
  38. travel_speed = 20.0
  39. bottom_layer_speed = 18
  40. infill_speed = 20
  41. solidarea_speed = 20
  42. inset0_speed = 20
  43. insetx_speed = 20
  44. cool_min_layer_time = 5
  45. fan_enabled = True
  46. skirt_line_count = 1
  47. skirt_gap = 3.0
  48. skirt_minimal_length = 150.0
  49. fan_full_height = 0.5
  50. fan_speed = 100
  51. fan_speed_max = 100
  52. cool_min_feedrate = 10
  53. cool_head_lift = False
  54. solid_top = True
  55. solid_bottom = True
  56. fill_overlap = 15
  57. perimeter_before_infill = False
  58. support_type = Lines
  59. support_angle = 60
  60. support_fill_rate = 15
  61. support_xy_distance = 0.7
  62. support_z_distance = 0.15
  63. spiralize = False
  64. simple_mode = False
  65. brim_line_count = 20
  66. raft_margin = 5.0
  67. raft_line_spacing = 3.0
  68. raft_base_thickness = 0.3
  69. raft_base_linewidth = 1.0
  70. raft_interface_thickness = 0.27
  71. raft_interface_linewidth = 0.4
  72. raft_airgap_all = 0.0
  73. raft_airgap = 0.22
  74. raft_surface_layers = 2
  75. raft_surface_thickness = 0.27
  76. raft_surface_linewidth = 0.4
  77. fix_horrible_union_all_type_a = True
  78. fix_horrible_union_all_type_b = False
  79. fix_horrible_use_open_bits = False
  80. fix_horrible_extensive_stitching = False
  81. plugin_config =
  82. object_center_x = -1
  83. object_center_y = -1
  84. [alterations]
  85. start.gcode = ;Sliced at: {day} {date} {time}
  86. ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
  87. ;Print time: {print_time}
  88. ;Filament used: {filament_amount}m {filament_weight}g
  89. ;Filament cost: {filament_cost}
  90. ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
  91. ;M109 S{print_temperature} ;Uncomment to add your own temperature line
  92. G21 ;metric values
  93. G90 ;absolute positioning
  94. M82 ;set extruder to absolute mode
  95. M107 ;start with the fan off
  96. G28 X0 Y0 ;move X/Y to min endstops
  97. G28 Z0 ;move Z to min endstops
  98. G1 Z15.0 F{travel_speed} ;move the platform down 15mm
  99. G92 E0 ;zero the extruded length
  100. G1 F200 E3 ;extrude 3mm of feed stock
  101. G92 E0 ;zero the extruded length again
  102. G1 F{travel_speed}
  103. ;Put printing message on LCD screen
  104. M117 Printing...
  105. end.gcode = ;End GCode
  106. M104 S0 ;extruder heater off
  107. M140 S0 ;heated bed heater off (if you have it)
  108. G91 ;relative positioning
  109. G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
  110. G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
  111. G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
  112. M84 ;steppers off
  113. G90 ;absolute positioning
  114. ;{profile_string}
  115. start2.gcode = ;Sliced at: {day} {date} {time}
  116. ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
  117. ;Print time: {print_time}
  118. ;Filament used: {filament_amount}m {filament_weight}g
  119. ;Filament cost: {filament_cost}
  120. ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
  121. ;M104 S{print_temperature} ;Uncomment to add your own temperature line
  122. ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
  123. ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
  124. G21 ;metric values
  125. G90 ;absolute positioning
  126. M107 ;start with the fan off
  127. G28 X0 Y0 ;move X/Y to min endstops
  128. G28 Z0 ;move Z to min endstops
  129. G1 Z15.0 F{travel_speed} ;move the platform down 15mm
  130. T1 ;Switch to the 2nd extruder
  131. G92 E0 ;zero the extruded length
  132. G1 F200 E10 ;extrude 10mm of feed stock
  133. G92 E0 ;zero the extruded length again
  134. G1 F200 E-{retraction_dual_amount}
  135. T0 ;Switch to the first extruder
  136. G92 E0 ;zero the extruded length
  137. G1 F200 E10 ;extrude 10mm of feed stock
  138. G92 E0 ;zero the extruded length again
  139. G1 F{travel_speed}
  140. ;Put printing message on LCD screen
  141. M117 Printing...
  142. end2.gcode = ;End GCode
  143. M104 T0 S0 ;extruder heater off
  144. M104 T1 S0 ;extruder heater off
  145. M140 S0 ;heated bed heater off (if you have it)
  146. G91 ;relative positioning
  147. G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
  148. G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
  149. G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
  150. M84 ;steppers off
  151. G90 ;absolute positioning
  152. ;{profile_string}
  153. start3.gcode = ;Sliced at: {day} {date} {time}
  154. ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
  155. ;Print time: {print_time}
  156. ;Filament used: {filament_amount}m {filament_weight}g
  157. ;Filament cost: {filament_cost}
  158. ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
  159. ;M104 S{print_temperature} ;Uncomment to add your own temperature line
  160. ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
  161. ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
  162. G21 ;metric values
  163. G90 ;absolute positioning
  164. M107 ;start with the fan off
  165. G28 X0 Y0 ;move X/Y to min endstops
  166. G28 Z0 ;move Z to min endstops
  167. G1 Z15.0 F{travel_speed} ;move the platform down 15mm
  168. T2 ;Switch to the 3rd extruder
  169. G92 E0 ;zero the extruded length
  170. G1 F200 E10 ;extrude 10mm of feed stock
  171. G92 E0 ;zero the extruded length again
  172. G1 F200 E-{retraction_dual_amount}
  173. T1 ;Switch to the 2nd extruder
  174. G92 E0 ;zero the extruded length
  175. G1 F200 E10 ;extrude 10mm of feed stock
  176. G92 E0 ;zero the extruded length again
  177. G1 F200 E-{retraction_dual_amount}
  178. T0 ;Switch to the first extruder
  179. G92 E0 ;zero the extruded length
  180. G1 F200 E10 ;extrude 10mm of feed stock
  181. G92 E0 ;zero the extruded length again
  182. G1 F{travel_speed}
  183. ;Put printing message on LCD screen
  184. M117 Printing...
  185. end3.gcode = ;End GCode
  186. M104 T0 S0 ;extruder heater off
  187. M104 T1 S0 ;extruder heater off
  188. M104 T2 S0 ;extruder heater off
  189. M140 S0 ;heated bed heater off (if you have it)
  190. G91 ;relative positioning
  191. G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
  192. G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
  193. G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
  194. M84 ;steppers off
  195. G90 ;absolute positioning
  196. ;{profile_string}
  197. start4.gcode = ;Sliced at: {day} {date} {time}
  198. ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
  199. ;Print time: {print_time}
  200. ;Filament used: {filament_amount}m {filament_weight}g
  201. ;Filament cost: {filament_cost}
  202. ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
  203. ;M104 S{print_temperature} ;Uncomment to add your own temperature line
  204. ;M109 T2 S{print_temperature2} ;Uncomment to add your own temperature line
  205. ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
  206. ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
  207. G21 ;metric values
  208. G90 ;absolute positioning
  209. M107 ;start with the fan off
  210. G28 X0 Y0 ;move X/Y to min endstops
  211. G28 Z0 ;move Z to min endstops
  212. G1 Z15.0 F{travel_speed} ;move the platform down 15mm
  213. T3 ;Switch to the 4th extruder
  214. G92 E0 ;zero the extruded length
  215. G1 F200 E10 ;extrude 10mm of feed stock
  216. G92 E0 ;zero the extruded length again
  217. G1 F200 E-{retraction_dual_amount}
  218. T2 ;Switch to the 3rd extruder
  219. G92 E0 ;zero the extruded length
  220. G1 F200 E10 ;extrude 10mm of feed stock
  221. G92 E0 ;zero the extruded length again
  222. G1 F200 E-{retraction_dual_amount}
  223. T1 ;Switch to the 2nd extruder
  224. G92 E0 ;zero the extruded length
  225. G1 F200 E10 ;extrude 10mm of feed stock
  226. G92 E0 ;zero the extruded length again
  227. G1 F200 E-{retraction_dual_amount}
  228. T0 ;Switch to the first extruder
  229. G92 E0 ;zero the extruded length
  230. G1 F200 E10 ;extrude 10mm of feed stock
  231. G92 E0 ;zero the extruded length again
  232. G1 F{travel_speed}
  233. ;Put printing message on LCD screen
  234. M117 Printing...
  235. end4.gcode = ;End GCode
  236. M104 T0 S0 ;extruder heater off
  237. M104 T1 S0 ;extruder heater off
  238. M104 T2 S0 ;extruder heater off
  239. M104 T3 S0 ;extruder heater off
  240. M140 S0 ;heated bed heater off (if you have it)
  241. G91 ;relative positioning
  242. G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
  243. G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
  244. G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
  245. M84 ;steppers off
  246. G90 ;absolute positioning
  247. ;{profile_string}
  248. support_start.gcode =
  249. support_end.gcode =
  250. cool_start.gcode =
  251. cool_end.gcode =
  252. replace.csv =
  253. preswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
  254. ;This code is added before the T(n)
  255. postswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
  256. ;This code is added after the T(n)