Advertisement
Guest User

Untitled

a guest
Oct 19th, 2017
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.77 KB | None | 0 0
  1. [profile]
  2. layer_height = 0.175
  3. wall_thickness = 0.8
  4. retraction_enable = True
  5. solid_layer_thickness = 0.8
  6. fill_density = 100
  7. nozzle_size = 0.4
  8. print_speed = 60
  9. print_temperature = 200
  10. print_temperature2 = 0
  11. print_temperature3 = 0
  12. print_temperature4 = 0
  13. print_temperature5 = 0
  14. print_bed_temperature = 50
  15. support = Touching buildplate
  16. platform_adhesion = None
  17. support_dual_extrusion = Both
  18. wipe_tower = False
  19. wipe_tower_volume = 15
  20. ooze_shield = False
  21. filament_diameter = 1.75
  22. filament_diameter2 = 0
  23. filament_diameter3 = 0
  24. filament_diameter4 = 0
  25. filament_diameter5 = 0
  26. filament_flow = 100
  27. retraction_speed = 60
  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 = 150
  39. bottom_layer_speed = 20
  40. infill_speed = 0.0
  41. solidarea_speed = 0.0
  42. inset0_speed = 0
  43. insetx_speed = 0
  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.175
  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 = (lp1
  82. .
  83. object_center_x = -1
  84. object_center_y = -1
  85.  
  86. [alterations]
  87. start.gcode = G90
  88. M82 ; set extruder to absolute mode - this line was added in case Cura doesn't include it by default (may not be needed)
  89. G28 ; home all axes
  90. ; The lines below are to prep the nozzle before a print begins
  91. G1 Z0.2 F1200 ; raise nozzle 0.2mm
  92. G92 E0 ; reset extrusion distance
  93. G1 Y10 ; move Y-Axis (bed) 10mm to prep for purge
  94. G1 X100 E12 F600 ; move X-carriage 100mm while purging 12mm of filament
  95. G92 E0 ; reset extrusion distance
  96. ;Put printing message on LCD screen
  97. M117 Printing...
  98. end.gcode = M117 Print Complete!
  99. M104 S0 ; turn off hotend/extruder heater
  100. M140 S0 ; turn off bed heater
  101. G91 ; Switch to use Relative Coordinates
  102. G1 E-2 F300 ; retract the filament a bit before lifting the nozzle to release some of the pressure
  103. G1 Z1 ; raise Z 1mm from current position
  104. G1 E-2 F300 ; retract filament even more
  105. G90 ; Switch back to using Absolute Coordinates
  106. G1 X20 ; move X axis close to tower but hopefully far enough to keep the fan from rattling
  107. G1 Y120 ; move bed forward for easier part removal
  108. M84 ; disable motors
  109. G4 S360 ; keep fan running for 360 seconds to cool hotend and allow the fan to be turned off - adjust to your needs
  110. M107 ; turn off fan. Some say M107 doesn't work for them but if the hotend is cool enough it should work
  111. ;M106 S1 ; turn off fan. Remove the semicolon in front of M106 if M107 doesn't work for you
  112. start2.gcode = ;Sliced at: {day} {date} {time}
  113. ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
  114. ;Print time: {print_time}
  115. ;Filament used: {filament_amount}m {filament_weight}g
  116. ;Filament cost: {filament_cost}
  117. ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
  118. ;M104 S{print_temperature} ;Uncomment to add your own temperature line
  119. ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
  120. ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
  121. G21 ;metric values
  122. G90 ;absolute positioning
  123. M107 ;start with the fan off
  124. G28 X0 Y0 ;move X/Y to min endstops
  125. G28 Z0 ;move Z to min endstops
  126. G1 Z15.0 F{travel_speed} ;move the platform down 15mm
  127. T1 ;Switch to the 2nd extruder
  128. G92 E0 ;zero the extruded length
  129. G1 F200 E10 ;extrude 10mm of feed stock
  130. G92 E0 ;zero the extruded length again
  131. G1 F200 E-{retraction_dual_amount}
  132. T0 ;Switch to the first extruder
  133. G92 E0 ;zero the extruded length
  134. G1 F200 E10 ;extrude 10mm of feed stock
  135. G92 E0 ;zero the extruded length again
  136. G1 F{travel_speed}
  137. ;Put printing message on LCD screen
  138. M117 Printing...
  139. end2.gcode = ;End GCode
  140. M104 T0 S0 ;extruder heater off
  141. M104 T1 S0 ;extruder heater off
  142. M140 S0 ;heated bed heater off (if you have it)
  143. G91 ;relative positioning
  144. G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
  145. G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
  146. G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
  147. M84 ;steppers off
  148. G90 ;absolute positioning
  149. ;{profile_string}
  150. start3.gcode = ;Sliced at: {day} {date} {time}
  151. ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
  152. ;Print time: {print_time}
  153. ;Filament used: {filament_amount}m {filament_weight}g
  154. ;Filament cost: {filament_cost}
  155. ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
  156. ;M104 S{print_temperature} ;Uncomment to add your own temperature line
  157. ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
  158. ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
  159. G21 ;metric values
  160. G90 ;absolute positioning
  161. M107 ;start with the fan off
  162. G28 X0 Y0 ;move X/Y to min endstops
  163. G28 Z0 ;move Z to min endstops
  164. G1 Z15.0 F{travel_speed} ;move the platform down 15mm
  165. T2 ;Switch to the 3rd extruder
  166. G92 E0 ;zero the extruded length
  167. G1 F200 E10 ;extrude 10mm of feed stock
  168. G92 E0 ;zero the extruded length again
  169. G1 F200 E-{retraction_dual_amount}
  170. T1 ;Switch to the 2nd extruder
  171. G92 E0 ;zero the extruded length
  172. G1 F200 E10 ;extrude 10mm of feed stock
  173. G92 E0 ;zero the extruded length again
  174. G1 F200 E-{retraction_dual_amount}
  175. T0 ;Switch to the first extruder
  176. G92 E0 ;zero the extruded length
  177. G1 F200 E10 ;extrude 10mm of feed stock
  178. G92 E0 ;zero the extruded length again
  179. G1 F{travel_speed}
  180. ;Put printing message on LCD screen
  181. M117 Printing...
  182. end3.gcode = ;End GCode
  183. M104 T0 S0 ;extruder heater off
  184. M104 T1 S0 ;extruder heater off
  185. M104 T2 S0 ;extruder heater off
  186. M140 S0 ;heated bed heater off (if you have it)
  187. G91 ;relative positioning
  188. G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
  189. G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
  190. G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
  191. M84 ;steppers off
  192. G90 ;absolute positioning
  193. ;{profile_string}
  194. start4.gcode = ;Sliced at: {day} {date} {time}
  195. ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
  196. ;Print time: {print_time}
  197. ;Filament used: {filament_amount}m {filament_weight}g
  198. ;Filament cost: {filament_cost}
  199. ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
  200. ;M104 S{print_temperature} ;Uncomment to add your own temperature line
  201. ;M109 T2 S{print_temperature2} ;Uncomment to add your own temperature line
  202. ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
  203. ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
  204. G21 ;metric values
  205. G90 ;absolute positioning
  206. M107 ;start with the fan off
  207. G28 X0 Y0 ;move X/Y to min endstops
  208. G28 Z0 ;move Z to min endstops
  209. G1 Z15.0 F{travel_speed} ;move the platform down 15mm
  210. T3 ;Switch to the 4th extruder
  211. G92 E0 ;zero the extruded length
  212. G1 F200 E10 ;extrude 10mm of feed stock
  213. G92 E0 ;zero the extruded length again
  214. G1 F200 E-{retraction_dual_amount}
  215. T2 ;Switch to the 3rd extruder
  216. G92 E0 ;zero the extruded length
  217. G1 F200 E10 ;extrude 10mm of feed stock
  218. G92 E0 ;zero the extruded length again
  219. G1 F200 E-{retraction_dual_amount}
  220. T1 ;Switch to the 2nd extruder
  221. G92 E0 ;zero the extruded length
  222. G1 F200 E10 ;extrude 10mm of feed stock
  223. G92 E0 ;zero the extruded length again
  224. G1 F200 E-{retraction_dual_amount}
  225. T0 ;Switch to the first extruder
  226. G92 E0 ;zero the extruded length
  227. G1 F200 E10 ;extrude 10mm of feed stock
  228. G92 E0 ;zero the extruded length again
  229. G1 F{travel_speed}
  230. ;Put printing message on LCD screen
  231. M117 Printing...
  232. end4.gcode = ;End GCode
  233. M104 T0 S0 ;extruder heater off
  234. M104 T1 S0 ;extruder heater off
  235. M104 T2 S0 ;extruder heater off
  236. M104 T3 S0 ;extruder heater off
  237. M140 S0 ;heated bed heater off (if you have it)
  238. G91 ;relative positioning
  239. G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
  240. G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
  241. G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
  242. M84 ;steppers off
  243. G90 ;absolute positioning
  244. ;{profile_string}
  245. support_start.gcode =
  246. support_end.gcode =
  247. cool_start.gcode =
  248. cool_end.gcode =
  249. replace.csv =
  250. preswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
  251. ;This code is added before the T(n)
  252. postswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
  253. ;This code is added after the T(n)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement