Advertisement
Guest User

Untitled

a guest
Nov 16th, 2013
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.70 KB | None | 0 0
  1. [profile]
  2. layer_height = 0.30
  3. wall_thickness = 1.0
  4. retraction_enable = True
  5. solid_layer_thickness = 1.5
  6. fill_density = 50
  7. nozzle_size = 0.4
  8. print_speed = 80
  9. print_temperature = 205
  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. filament_diameter = 1.75
  18. filament_diameter2 = 0
  19. filament_diameter3 = 0
  20. filament_diameter4 = 0
  21. filament_flow = 100.0
  22. retraction_speed = 30
  23. retraction_amount = 4
  24. retraction_dual_amount = 16.5
  25. retraction_min_travel = 4
  26. retraction_combing = False
  27. retraction_minimal_extrusion = 0.01
  28. bottom_thickness = 0.3
  29. object_sink = 0.0
  30. overlap_dual = 0.0
  31. travel_speed = 150.0
  32. bottom_layer_speed = 20
  33. infill_speed = 0.0
  34. cool_min_layer_time = 3
  35. fan_enabled = True
  36. skirt_line_count = 1
  37. skirt_gap = 3.0
  38. skirt_minimal_length = 150.0
  39. fan_full_height = 0.5
  40. fan_speed = 100
  41. fan_speed_max = 100
  42. cool_min_feedrate = 10
  43. cool_head_lift = False
  44. solid_top = True
  45. solid_bottom = True
  46. fill_overlap = 15
  47. support_fill_rate = 20
  48. support_xy_distance = 0.7
  49. support_z_distance = 0.15
  50. spiralize = False
  51. brim_line_count = 20
  52. raft_margin = 5
  53. raft_line_spacing = 1.0
  54. raft_base_thickness = 0.3
  55. raft_base_linewidth = 0.7
  56. raft_interface_thickness = 0.2
  57. raft_interface_linewidth = 0.2
  58. fix_horrible_union_all_type_a = False
  59. fix_horrible_union_all_type_b = False
  60. fix_horrible_use_open_bits = False
  61. fix_horrible_extensive_stitching = False
  62. plugin_config = (lp1
  63. .
  64. object_center_x = -1
  65. object_center_y = -1
  66.  
  67. [alterations]
  68. start.gcode = ;Sliced at: {day} {date} {time}
  69. ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
  70. ;Print time: {print_time}
  71. ;Filament used: {filament_amount}m {filament_weight}g
  72. ;Filament cost: {filament_cost}
  73. G21 ;metric values
  74. G90 ;absolute positioning
  75. M107 ;start with the fan off
  76. G28 ;move to min endstops
  77. G1 Z15.0 F{travel_speed} ;move the platform down 15mm
  78. G1 X80 Y0 Z15.0 F{travel_speed};
  79. G92 E0 ;zero the extruded length
  80. G1 F200 E3 ;extrude 3mm of feed stock
  81. G92 E0 ;zero the extruded length again
  82. G1 F{travel_speed}
  83. M117 Printing...
  84. end.gcode = ;End GCode
  85. M104 S0 ;extruder heater off
  86. M140 S0 ;heated bed heater off (if you have it)
  87. G91 ;relative positioning
  88. G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
  89. G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
  90. ;G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
  91. M84 ;steppers off
  92. G90 ;absolute positioning
  93. start2.gcode = ;Sliced at: {day} {date} {time}
  94. ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
  95. ;Print time: {print_time}
  96. ;Filament used: {filament_amount}m {filament_weight}g
  97. ;Filament cost: {filament_cost}
  98. G21 ;metric values
  99. G90 ;absolute positioning
  100. M107 ;start with the fan off
  101. G28 X0 Y0 ;move X/Y to min endstops
  102. G28 Z0 ;move Z to min endstops
  103. G1 Z15.0 F{travel_speed} ;move the platform down 15mm
  104. T1
  105. G92 E0 ;zero the extruded length
  106. G1 F200 E10 ;extrude 10mm of feed stock
  107. G92 E0 ;zero the extruded length again
  108. G1 F200 E-{retraction_dual_amount}
  109. T0
  110. G92 E0 ;zero the extruded length
  111. G1 F200 E10 ;extrude 10mm of feed stock
  112. G92 E0 ;zero the extruded length again
  113. G1 F{travel_speed}
  114. M117 Printing...
  115. end2.gcode = ;End GCode
  116. M104 T0 S0 ;extruder heater off
  117. M104 T1 S0 ;extruder heater off
  118. M140 S0 ;heated bed heater off (if you have it)
  119. G91 ;relative positioning
  120. G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
  121. G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
  122. G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
  123. M84 ;steppers off
  124. G90 ;absolute positioning
  125. support_start.gcode =
  126. support_end.gcode =
  127. cool_start.gcode =
  128. cool_end.gcode =
  129. replace.csv =
  130. switchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
  131. G92 E0
  132. G1 E-36 F5000
  133. G92 E0
  134. T{extruder}
  135. G1 X{new_x} Y{new_y} Z{new_z} F{travel_speed}
  136. G1 E36 F5000
  137. G92 E0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement