Advertisement
Flame-Soulis

(Cura 14.09) CuraConfig.ini

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