Browse Source

Tweaked Cura config

Thomas Buck 8 years ago
parent
commit
2720746cf4
1 changed files with 19 additions and 17 deletions
  1. 19
    17
      Cura_Fabrikator_Mini.ini

+ 19
- 17
Cura_Fabrikator_Mini.ini View File

3
 wall_thickness = 0.8
3
 wall_thickness = 0.8
4
 retraction_enable = True
4
 retraction_enable = True
5
 solid_layer_thickness = 0.8
5
 solid_layer_thickness = 0.8
6
-fill_density = 15
6
+fill_density = 25
7
 print_speed = 20
7
 print_speed = 20
8
 print_temperature = 190
8
 print_temperature = 190
9
 print_temperature2 = 0
9
 print_temperature2 = 0
10
 print_temperature3 = 0
10
 print_temperature3 = 0
11
 print_temperature4 = 0
11
 print_temperature4 = 0
12
 print_temperature5 = 0
12
 print_temperature5 = 0
13
-print_bed_temperature = 70
13
+print_bed_temperature = 65
14
 support = None
14
 support = None
15
 platform_adhesion = None
15
 platform_adhesion = None
16
 support_dual_extrusion = Both
16
 support_dual_extrusion = Both
32
 retraction_minimal_extrusion = 0.02
32
 retraction_minimal_extrusion = 0.02
33
 retraction_hop = 0.0
33
 retraction_hop = 0.0
34
 bottom_thickness = 0.3
34
 bottom_thickness = 0.3
35
-layer0_width_factor = 110
35
+layer0_width_factor = 120
36
 object_sink = 0.0
36
 object_sink = 0.0
37
-overlap_dual = 0.15
37
+overlap_dual = 0.12
38
 travel_speed = 30.0
38
 travel_speed = 30.0
39
 bottom_layer_speed = 18
39
 bottom_layer_speed = 18
40
 infill_speed = 20
40
 infill_speed = 20
62
 support_z_distance = 0.15
62
 support_z_distance = 0.15
63
 spiralize = False
63
 spiralize = False
64
 simple_mode = False
64
 simple_mode = False
65
-brim_line_count = 5
65
+brim_line_count = 3
66
 raft_margin = 3.0
66
 raft_margin = 3.0
67
 raft_line_spacing = 3.0
67
 raft_line_spacing = 3.0
68
 raft_base_thickness = 0.3
68
 raft_base_thickness = 0.3
69
 raft_base_linewidth = 1.0
69
 raft_base_linewidth = 1.0
70
-raft_interface_thickness = 0.27
70
+raft_interface_thickness = 0.2
71
 raft_interface_linewidth = 0.4
71
 raft_interface_linewidth = 0.4
72
-raft_airgap_all = 0.0
73
-raft_airgap = 0.22
72
+raft_airgap_all = 0.2
73
+raft_airgap = 0.2
74
 raft_surface_layers = 2
74
 raft_surface_layers = 2
75
-raft_surface_thickness = 0.27
75
+raft_surface_thickness = 0.2
76
 raft_surface_linewidth = 0.4
76
 raft_surface_linewidth = 0.4
77
 fix_horrible_union_all_type_a = True
77
 fix_horrible_union_all_type_a = True
78
 fix_horrible_union_all_type_b = False
78
 fix_horrible_union_all_type_b = False
95
 	M82        ;set extruder to absolute mode
95
 	M82        ;set extruder to absolute mode
96
 	M107       ;start with the fan off
96
 	M107       ;start with the fan off
97
 	M104 S{print_temperature} ; begin heating nozzle
97
 	M104 S{print_temperature} ; begin heating nozzle
98
-	G28 X0 Y0  ;move X/Y to min endstops
98
+	;G28 X0 Y0  ;move X/Y to min endstops
99
 	M140 S{print_bed_temperature} ; begin heating bed
99
 	M140 S{print_bed_temperature} ; begin heating bed
100
-	G28 Z0     ;move Z to min endstops
100
+	;G28 Z0     ;move Z to min endstops
101
+	G28        ;home all axes, needed for mesh leveling!
101
 	G1 Z10.0 F{travel_speed} ;move the platform down 10mm
102
 	G1 Z10.0 F{travel_speed} ;move the platform down 10mm
102
 	M190 S{print_bed_temperature} ; Wait for bed temp
103
 	M190 S{print_bed_temperature} ; Wait for bed temp
103
 	M109 S{print_temperature} ; Wait for nozzle temp
104
 	M109 S{print_temperature} ; Wait for nozzle temp
104
 	G92 E0                  ;zero the extruded length
105
 	G92 E0                  ;zero the extruded length
105
-	;G1 F200 E1              ;extrude 1mm of feed stock
106
-	;G92 E0                  ;zero the extruded length again
106
+	G1 F200 E1              ;extrude 1mm of feed stock
107
+	G92 E0                  ;zero the extruded length again
107
 	G1 F{travel_speed}
108
 	G1 F{travel_speed}
108
 	;Put printing message on LCD screen
109
 	;Put printing message on LCD screen
109
 	M117 Printing...
110
 	M117 Printing...
112
 	M140 S0                     ;heated bed heater off (if you have it)
113
 	M140 S0                     ;heated bed heater off (if you have it)
113
 	G91                                    ;relative positioning
114
 	G91                                    ;relative positioning
114
 	G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
115
 	G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
115
-	;G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
116
-	G1 Z+0.5 E-4 F{travel_speed} ;move Z up a bit and retract filament even more
117
-	G28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the way
118
-	M84                         ;steppers off
116
+	;G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
117
+	G1 Z+0.5 E-5 F{travel_speed} ;move Z up a bit and retract filament even more
118
+	;G28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the way
119
 	G90                         ;absolute positioning
119
 	G90                         ;absolute positioning
120
+	G1 X0 Y80                    ;move x/y without homing!
121
+	M84                         ;steppers off
120
 	;{profile_string}
122
 	;{profile_string}
121
 start2.gcode = ;Sliced at: {day} {date} {time}
123
 start2.gcode = ;Sliced at: {day} {date} {time}
122
 	;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
124
 	;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}

Loading…
Cancel
Save