Advertisement
Guest User

Monoprice Select Mini V2 Cat Print Profile

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