TxNx
  • Komentarai
  • Nekeičiami puslapiai
  • Meniu
    • Navigacija
    • PaskutiniaiPakeitimai
    • IeškotiPuslapio
    • Vietinis svetainės žemėlapis
    • Pagalba
    • PagalbosTurinys
    • PagalbaMoinWikiSintaksės
    • Rodymas
    • Priedai
    • Informacija
    • Neapdorotas tekstas
    • Spausdinimo peržiūra
    • Redaguoti
    • Įkrauti
    • Išsaugoti
  • Prisijungti

Navigacija

  • PaskutiniaiPakeitimai
  • IeškotiPuslapio
  • PagalbosTurinys
Technarium:
  • attachment:cura_taz_175_abs_cooler.ini iš 3DSpausdinimas

Priedas „cura_taz_175_abs_cooler.ini“

Parsisiųsti

   1 [profile]
   2 layer_height = 0.2
   3 wall_thickness = 0.9
   4 retraction_enable = True
   5 solid_layer_thickness = 0.6
   6 fill_density = 15
   7 nozzle_size = 0.3
   8 print_speed = 60
   9 print_temperature = 240
  10 print_temperature2 = 0
  11 print_temperature3 = 0
  12 print_temperature4 = 0
  13 print_temperature5 = 0
  14 print_bed_temperature = 115
  15 support = None
  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.8
  22 filament_diameter2 = 0
  23 filament_diameter3 = 0
  24 filament_diameter4 = 0
  25 filament_diameter5 = 0
  26 filament_flow = 100.0
  27 retraction_speed = 20.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.075
  34 bottom_thickness = 0.0
  35 layer0_width_factor = 100
  36 object_sink = 0.0
  37 overlap_dual = 0.15
  38 travel_speed = 200
  39 bottom_layer_speed = 20
  40 infill_speed = 0.0
  41 solidarea_speed = 0.0
  42 inset0_speed = 20.0
  43 insetx_speed = 0.0
  44 cool_min_layer_time = 10
  45 fan_enabled = True
  46 skirt_line_count = 3
  47 skirt_gap = 10.0
  48 skirt_minimal_length = 200.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 = 1
  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 
  85 [alterations]
  86 start.gcode = ;Sliced at: {day} {date} {time}
  87 	;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
  88 	;Print time: {print_time}
  89 	;Filament used: {filament_amount}m {filament_weight}g
  90 	;Filament cost: {filament_cost}
  91 	; Home and heat bed to 70 before starting to heat extruder.
  92 	M106 S255  ; run extruder fan while heating
  93 	M140 S{print_bed_temperature}
  94 	G28 X0 Y0               ;move X/Y to min endstops
  95 	G28 Z0                  ;move Z to min endstops
  96 	G1 Z30 F{travel_speed}
  97 	M140 S{print_bed_temperature}
  98 	M109 S{print_temperature}
  99 	M190 S{print_bed_temperature}
 100 	M106 S0  ; fan off
 101 	G21                     ;metric values
 102 	G90                     ;absolute positioning
 103 	M82                     ;set extruder to absolute mode
 104 	M107                    ;start with the fan off
 105 	G28 X0 Y0               ;move X/Y to min endstops
 106 	G28 Z0                  ;move Z to min endstops
 107 	G1 Z15.0 F{travel_speed};move the platform down 15mm
 108 	G92 E0                  ; zero the extruded length
 109 	G1 F200 E0              ; extrude 3mm of feed stock
 110 	G92 E0                  ; zero the extruded length again
 111 	G1 F{travel_speed}      ; set travel speed
 112 	M203 X192 Y208 Z3       ; speed limits
 113 	M117 Printing...        ; send message to LCD
 114 end.gcode = M117 Cooling down...
 115 	M400
 116 	M104 S0                        ; hotend off
 117 	M140 S0                        ; heated bed heater off (if you have it)
 118 	M106 S255  ; run extruder fan while cooling
 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 F3000   ; move Z up a bit and retract filament even more
 122 	G90                            ; absolute positioning
 123 	G1 X0 Y250                     ; move to cooling position
 124 	M84                            ; steppers off
 125 	G90                            ; absolute positioning
 126 	M109 R100  ; wait for hotend to cooldown
 127 	M106 S0  ; stop fan
 128 	M104 S0  ; hotend off
 129 	M117 Done.
 130 	;{profile_string}
 131 start2.gcode = ;Sliced at: {day} {date} {time}
 132 	;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
 133 	;Print time: {print_time}
 134 	;Filament used: {filament_amount}m {filament_weight}g
 135 	;Filament cost: {filament_cost}
 136 	;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
 137 	;M104 S{print_temperature} ;Uncomment to add your own temperature line
 138 	;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
 139 	;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
 140 	G21        ;metric values
 141 	G90        ;absolute positioning
 142 	M107       ;start with the fan off
 143 	G28 X0 Y0  ;move X/Y to min endstops
 144 	G28 Z0     ;move Z to min endstops
 145 	G1 Z15.0 F{travel_speed} ;move the platform down 15mm
 146 	T1                      ;Switch to the 2nd extruder
 147 	G92 E0                  ;zero the extruded length
 148 	G1 F200 E10             ;extrude 10mm of feed stock
 149 	G92 E0                  ;zero the extruded length again
 150 	G1 F200 E-{retraction_dual_amount}
 151 	T0                      ;Switch to the first extruder
 152 	G92 E0                  ;zero the extruded length
 153 	G1 F200 E10             ;extrude 10mm of feed stock
 154 	G92 E0                  ;zero the extruded length again
 155 	G1 F{travel_speed}
 156 	;Put printing message on LCD screen
 157 	M117 Printing...
 158 end2.gcode = ;End GCode
 159 	M104 T0 S0                     ;extruder heater off
 160 	M104 T1 S0                     ;extruder heater off
 161 	M140 S0                     ;heated bed heater off (if you have it)
 162 	G91                                    ;relative positioning
 163 	G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
 164 	G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
 165 	G28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the way
 166 	M84                         ;steppers off
 167 	G90                         ;absolute positioning
 168 	;{profile_string}
 169 start3.gcode = ;Sliced at: {day} {date} {time}
 170 	;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
 171 	;Print time: {print_time}
 172 	;Filament used: {filament_amount}m {filament_weight}g
 173 	;Filament cost: {filament_cost}
 174 	;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
 175 	;M104 S{print_temperature} ;Uncomment to add your own temperature line
 176 	;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
 177 	;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
 178 	G21        ;metric values
 179 	G90        ;absolute positioning
 180 	M107       ;start with the fan off
 181 	G28 X0 Y0  ;move X/Y to min endstops
 182 	G28 Z0     ;move Z to min endstops
 183 	G1 Z15.0 F{travel_speed} ;move the platform down 15mm
 184 	T2                      ;Switch to the 2nd extruder
 185 	G92 E0                  ;zero the extruded length
 186 	G1 F200 E10             ;extrude 10mm of feed stock
 187 	G92 E0                  ;zero the extruded length again
 188 	G1 F200 E-{retraction_dual_amount}
 189 	T1                      ;Switch to the 2nd extruder
 190 	G92 E0                  ;zero the extruded length
 191 	G1 F200 E10             ;extrude 10mm of feed stock
 192 	G92 E0                  ;zero the extruded length again
 193 	G1 F200 E-{retraction_dual_amount}
 194 	T0                      ;Switch to the first extruder
 195 	G92 E0                  ;zero the extruded length
 196 	G1 F200 E10             ;extrude 10mm of feed stock
 197 	G92 E0                  ;zero the extruded length again
 198 	G1 F{travel_speed}
 199 	;Put printing message on LCD screen
 200 	M117 Printing...
 201 end3.gcode = ;End GCode
 202 	M104 T0 S0                     ;extruder heater off
 203 	M104 T1 S0                     ;extruder heater off
 204 	M104 T2 S0                     ;extruder heater off
 205 	M140 S0                     ;heated bed heater off (if you have it)
 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 	M84                         ;steppers off
 211 	G90                         ;absolute positioning
 212 	;{profile_string}
 213 start4.gcode = ;Sliced at: {day} {date} {time}
 214 	;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
 215 	;Print time: {print_time}
 216 	;Filament used: {filament_amount}m {filament_weight}g
 217 	;Filament cost: {filament_cost}
 218 	;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
 219 	;M104 S{print_temperature} ;Uncomment to add your own temperature line
 220 	;M109 T2 S{print_temperature2} ;Uncomment to add your own temperature line
 221 	;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
 222 	;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
 223 	G21        ;metric values
 224 	G90        ;absolute positioning
 225 	M107       ;start with the fan off
 226 	G28 X0 Y0  ;move X/Y to min endstops
 227 	G28 Z0     ;move Z to min endstops
 228 	G1 Z15.0 F{travel_speed} ;move the platform down 15mm
 229 	T3                      ;Switch to the 4th extruder
 230 	G92 E0                  ;zero the extruded length
 231 	G1 F200 E10             ;extrude 10mm of feed stock
 232 	G92 E0                  ;zero the extruded length again
 233 	G1 F200 E-{retraction_dual_amount}
 234 	T2                      ;Switch to the 3th 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 	T1                      ;Switch to the 2nd extruder
 240 	G92 E0                  ;zero the extruded length
 241 	G1 F200 E10             ;extrude 10mm of feed stock
 242 	G92 E0                  ;zero the extruded length again
 243 	G1 F200 E-{retraction_dual_amount}
 244 	T0                      ;Switch to the first extruder
 245 	G92 E0                  ;zero the extruded length
 246 	G1 F200 E10             ;extrude 10mm of feed stock
 247 	G92 E0                  ;zero the extruded length again
 248 	G1 F{travel_speed}
 249 	;Put printing message on LCD screen
 250 	M117 Printing...
 251 end4.gcode = ;End GCode
 252 	M104 T0 S0                     ;extruder heater off
 253 	M104 T1 S0                     ;extruder heater off
 254 	M104 T2 S0                     ;extruder heater off
 255 	M104 T3 S0                     ;extruder heater off
 256 	M140 S0                     ;heated bed heater off (if you have it)
 257 	G91                                    ;relative positioning
 258 	G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
 259 	G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
 260 	G28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the way
 261 	M84                         ;steppers off
 262 	G90                         ;absolute positioning
 263 	;{profile_string}
 264 support_start.gcode = 
 265 support_end.gcode = 
 266 cool_start.gcode = 
 267 cool_end.gcode = 
 268 replace.csv = 
 269 preswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
 270 	;This code is added before the T(n)
 271 postswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
 272 	;This code is added after the T(n)

Pridėti failai

Kad nurodytumėte priedą šiame puslapyje, naudokite attachment:filename, kaip parodyta žemiau failų sąraše. NENAUDOKITE adresų [get] nuorodoje, kadangi tai yra besikeičianti tema ir gali lengvai susigadinti.
  • [gauti | peržiūrėti] (2015-12-07 11:23:07, 10.8 KB) [[attachment:PLA_cura_medium_tx.ini]]
  • [gauti | peržiūrėti] (2015-12-16 21:08:09, 10.8 KB) [[attachment:cura_taz_175_abs.ini]]
  • [gauti | peržiūrėti] (2016-01-24 11:30:59, 11.2 KB) [[attachment:cura_taz_175_abs_cooler.ini]]
  • [gauti | peržiūrėti] (2016-01-24 11:32:42, 63.8 KB) [[attachment:taz.jpg]]
  • [gauti | peržiūrėti] (2016-01-06 09:33:35, 16.1 KB) [[attachment:taztemp.jpg]]
 All files | Selected Files: delete move to page copy to page

Jums neleidžiama pridėti failo šiame puslapyje

  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01