Browse Source

Updated example Cura configs

Thomas Buck 6 years ago
parent
commit
013f54e778
2 changed files with 44 additions and 47 deletions
  1. 7
    7
      Cura_CTC_i3_Pro_B.ini
  2. 37
    40
      Cura_Fabrikator_Mini.ini

+ 7
- 7
Cura_CTC_i3_Pro_B.ini View File

@@ -4,7 +4,7 @@ wall_thickness = 0.8
4 4
 retraction_enable = True
5 5
 solid_layer_thickness = 0.8
6 6
 fill_density = 40
7
-print_speed = 50
7
+print_speed = 60
8 8
 print_temperature = 195
9 9
 print_temperature2 = 0
10 10
 print_temperature3 = 0
@@ -30,24 +30,24 @@ retraction_dual_amount = 16.5
30 30
 retraction_min_travel = 1.5
31 31
 retraction_combing = All
32 32
 retraction_minimal_extrusion = 0.02
33
-retraction_hop = 0.0
33
+retraction_hop = 0.08
34 34
 bottom_thickness = 0.3
35 35
 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 = 40.0
39
+bottom_layer_speed = 50.0
40 40
 infill_speed = 0.0
41 41
 solidarea_speed = 0.0
42 42
 inset0_speed = 0.0
43 43
 insetx_speed = 0.0
44
-cool_min_layer_time = 20
44
+cool_min_layer_time = 10
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 49
 fan_full_height = 1.5
50
-fan_speed = 80
50
+fan_speed = 30
51 51
 fan_speed_max = 100
52 52
 cool_min_feedrate = 10
53 53
 cool_head_lift = False
@@ -100,9 +100,9 @@ start.gcode = ;Sliced at: {day} {date} {time}
100 100
 	M109 S{print_temperature}     ;Heat extruder and wait
101 101
 	G1 Z5.0 F{travel_speed}        ;move the platform down 5mm
102 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
103
+	G1 Z0.15 F{travel_speed}        ;move Z to first layer height
104 104
 	G92 E0                   ;zero the extruded length
105
-	G1 X30.0 E3 F400         ;extrude 3mm of feed stock and move X 20mm
105
+	G1 X30.0 E3 F300         ;extrude 3mm of feed stock and move X 20mm
106 106
 	G92 E0                   ;zero the extruded length again
107 107
 	G1 Z10.0 F{travel_speed} ;move platform down 5mm more
108 108
 	G1 F{travel_speed}

+ 37
- 40
Cura_Fabrikator_Mini.ini View File

@@ -3,7 +3,7 @@ layer_height = 0.2
3 3
 wall_thickness = 0.8
4 4
 retraction_enable = True
5 5
 solid_layer_thickness = 0.8
6
-fill_density = 100
6
+fill_density = 40
7 7
 print_speed = 20
8 8
 print_temperature = 190
9 9
 print_temperature2 = 0
@@ -27,12 +27,12 @@ nozzle_size = 0.4
27 27
 retraction_speed = 40.0
28 28
 retraction_amount = 4.5
29 29
 retraction_dual_amount = 16.5
30
-retraction_min_travel = 1.5
30
+retraction_min_travel = 1.0
31 31
 retraction_combing = All
32 32
 retraction_minimal_extrusion = 0.02
33
-retraction_hop = 0.0
33
+retraction_hop = 0.08
34 34
 bottom_thickness = 0.3
35
-layer0_width_factor = 120
35
+layer0_width_factor = 110
36 36
 object_sink = 0.0
37 37
 overlap_dual = 0.12
38 38
 travel_speed = 30.0
@@ -44,7 +44,7 @@ insetx_speed = 20
44 44
 cool_min_layer_time = 15
45 45
 fan_enabled = True
46 46
 skirt_line_count = 3
47
-skirt_gap = 0.75
47
+skirt_gap = 1.0
48 48
 skirt_minimal_length = 300.0
49 49
 fan_full_height = 0.5
50 50
 fan_speed = 100
@@ -83,44 +83,41 @@ object_center_x = -1
83 83
 object_center_y = -1
84 84
 
85 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
-	;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
92
-	;M109 S{print_temperature} ;Uncomment to add your own temperature line
93
-	G21        ;metric values
94
-	G90        ;absolute positioning
95
-	M82        ;set extruder to absolute mode
96
-	M107       ;start with the fan off
97
-	M104 S{print_temperature} ; begin heating nozzle
98
-	;G28 X0 Y0  ;move X/Y to min endstops
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
+	;M190 S{print_bed_temperature} ; Uncomment to add your own bed temperature line
92
+	;M109 S{print_temperature}     ; Uncomment to add your own temperature line
93
+	G21                           ; metric values
94
+	G90                           ; absolute positioning
95
+	M82                           ; set extruder to absolute mode
96
+	M107                          ; start with the fan off
97
+	M104 S{print_temperature}     ; begin heating nozzle
99 98
 	M140 S{print_bed_temperature} ; begin heating bed
100
-	;G28 Z0     ;move Z to min endstops
101
-	G28        ;home all axes, needed for mesh leveling!
102
-	G1 Z10.0 F{travel_speed} ;move the platform down 10mm
99
+	G28                           ; home all axes, needed for mesh leveling!
100
+	M420 S1                       ; enable mesh bed leveling
101
+	G1 Z10.0 F{travel_speed}      ; move the platform down 10mm
102
+	G1 X40 Y40 F{travel_speed}    ; move to center to avoid tape edge
103 103
 	M190 S{print_bed_temperature} ; Wait for bed temp
104
-	M109 S{print_temperature} ; Wait for nozzle temp
105
-	G92 E0                  ;zero the extruded length
106
-	G1 F200 E1              ;extrude 1mm of feed stock
107
-	G92 E0                  ;zero the extruded length again
108
-	M420 S1 ; enable mesh bed leveling
109
-	G1 F{travel_speed}
110
-	;Put printing message on LCD screen
104
+	M109 S{print_temperature}     ; Wait for nozzle temp
105
+	G92 E0                        ; zero the extruded length
106
+	G1 F200 E1                    ; extrude 1mm of feed stock
107
+	G92 E0                        ; zero the extruded length again
108
+	G1 F{travel_speed}            ; set default travel speed
109
+	; Put printing message on LCD screen
111 110
 	M117 Printing...
112
-end.gcode = ;End GCode
113
-	M104 S0                     ;extruder heater off
114
-	M140 S0                     ;heated bed heater off (if you have it)
115
-	G91                                    ;relative positioning
116
-	G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
117
-	;G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
118
-	G1 Z+0.5 E-5 F{travel_speed} ;move Z up a bit and retract filament even more
119
-	;G28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the way
120
-	G90                         ;absolute positioning
121
-	G1 X0 Y80                    ;move x/y without homing!
122
-	M84                         ;steppers off
123
-	;{profile_string}
111
+end.gcode = ; End GCode
112
+	M104 S0                      ; extruder heater off
113
+	M140 S0                      ; heated bed heater off (if you have it)
114
+	G91                          ; relative positioning
115
+	G1 E-1 F300                  ; retract the filament a bit before lifting the nozzle, to release some of the pressure
116
+	G1 Z+0.5 E-5 F{travel_speed} ; move Z up a bit and retract filament even more
117
+	G90                          ; absolute positioning
118
+	G1 X1 Y79                    ; move x/y without homing to keep leveling on
119
+	M84                          ; steppers off
120
+	; {profile_string}
124 121
 start2.gcode = ;Sliced at: {day} {date} {time}
125 122
 	;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
126 123
 	;Print time: {print_time}

Loading…
Cancel
Save