Browse Source

Tweaked i3 config

Thomas Buck 6 years ago
parent
commit
79c1c8a2f2
No account linked to committer's email address
1 changed files with 27 additions and 24 deletions
  1. 27
    24
      Cura_CTC_i3_Pro_B.ini

+ 27
- 24
Cura_CTC_i3_Pro_B.ini View File

@@ -11,7 +11,7 @@ print_temperature3 = 0
11 11
 print_temperature4 = 0
12 12
 print_temperature5 = 0
13 13
 print_bed_temperature = 60
14
-support = None
14
+support = Everywhere
15 15
 platform_adhesion = None
16 16
 support_dual_extrusion = Both
17 17
 wipe_tower = False
@@ -24,8 +24,8 @@ filament_diameter4 = 0
24 24
 filament_diameter5 = 0
25 25
 filament_flow = 100.0
26 26
 nozzle_size = 0.4
27
-retraction_speed = 25.0
28
-retraction_amount = 1.0
27
+retraction_speed = 40.0
28
+retraction_amount = 1.2
29 29
 retraction_dual_amount = 16.5
30 30
 retraction_min_travel = 1.5
31 31
 retraction_combing = All
@@ -36,18 +36,18 @@ layer0_width_factor = 110
36 36
 object_sink = 0.0
37 37
 overlap_dual = 0.15
38 38
 travel_speed = 150
39
-bottom_layer_speed = 20.0
39
+bottom_layer_speed = 40.0
40 40
 infill_speed = 0.0
41
-solidarea_speed = 30.0
42
-inset0_speed = 45.0
41
+solidarea_speed = 0.0
42
+inset0_speed = 0.0
43 43
 insetx_speed = 0.0
44
-cool_min_layer_time = 15
44
+cool_min_layer_time = 20
45 45
 fan_enabled = True
46 46
 skirt_line_count = 3
47 47
 skirt_gap = 3.0
48 48
 skirt_minimal_length = 150.0
49
-fan_full_height = 0.5
50
-fan_speed = 100
49
+fan_full_height = 1.5
50
+fan_speed = 80
51 51
 fan_speed_max = 100
52 52
 cool_min_feedrate = 10
53 53
 cool_head_lift = False
@@ -89,30 +89,33 @@ start.gcode = ;Sliced at: {day} {date} {time}
89 89
 	;Filament used: {filament_amount}m {filament_weight}g
90 90
 	;Filament cost: {filament_cost}
91 91
 	M140 S{print_bed_temperature} ;Heat Print bed and don't wait
92
-	M104 S{print_temperature} ;Heat extruder and don't wait
92
+	M104 S{print_temperature}     ;Heat extruder and don't wait
93 93
 	G21        ;metric values
94 94
 	G90        ;absolute positioning
95 95
 	M82        ;set extruder to absolute mode
96 96
 	M107       ;start with the fan off
97 97
 	G28 X0 Y0  ;move X/Y to min endstops
98 98
 	G28 Z0     ;move Z to min endstops
99
-	M190 S{print_bed_temperature} ;Heat Print bed and don't wait
100
-	M109 S{print_temperature} ;Heat extruder and don't wait
101
-	G1 Z15.0 F{travel_speed} ;move the platform down 15mm
102
-	G92 E0                  ;zero the extruded length
103
-	G1 F200 E3              ;extrude 3mm of feed stock
104
-	G92 E0                  ;zero the extruded length again
99
+	M190 S{print_bed_temperature} ;Heat Print bed and wait
100
+	M109 S{print_temperature}     ;Heat extruder and wait
101
+	G1 Z5.0 F{travel_speed}        ;move the platform down 5mm
102
+	G1 X10.0 Y10.0 F{travel_speed} ;move to X10 Y10
103
+	G1 Z0.3 F{travel_speed}        ;move Z to first layer height
104
+	G92 E0                   ;zero the extruded length
105
+	G1 X30.0 E3 F400         ;extrude 3mm of feed stock and move X 20mm
106
+	G92 E0                   ;zero the extruded length again
107
+	G1 Z10.0 F{travel_speed} ;move platform down 5mm more
105 108
 	G1 F{travel_speed}
106 109
 	;Put printing message on LCD screen
107 110
 	M117 Printing...
108
-end.gcode = M104 S0                     ;extruder heater off
109
-	M140 S0                     ;heated bed heater off (if you have it)
110
-	G91                         ;relative positioning
111
-	G1 E-1 F300                 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
112
-	G1 Z+0.5 E-1 F{travel_speed};move Z up a bit and retract filament even more
113
-	G1 X0 Y200 F400             ;move X to min endstops, y to centerso the head is out of the way
114
-	M84                         ;steppers off
115
-	G90                         ;absolute positioning
111
+end.gcode = M104 S0
112
+	M140 S0                        ;heated bed heater off (if you have it)
113
+	G91                            ;relative positioning
114
+	G1 E-1 F40                     ;retract the filament a bit before lifting the nozzle, to release some of the pressure
115
+	G1 Z+0.5 E-0.5 F{travel_speed} ;move Z up a bit and retract filament even more
116
+	G90                            ;absolute positioning
117
+	G1 X0 Y180 F{travel_speed}     ;move X to min endstops, y to max so the head is out of the way
118
+	M84                            ;steppers off
116 119
 	M117 Finished!
117 120
 start2.gcode = ;Sliced at: {day} {date} {time}
118 121
 	;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}

Loading…
Cancel
Save