Browse Source

Tweaked Cura config

Thomas Buck 7 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,14 +3,14 @@ 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 = 15
6
+fill_density = 25
7 7
 print_speed = 20
8 8
 print_temperature = 190
9 9
 print_temperature2 = 0
10 10
 print_temperature3 = 0
11 11
 print_temperature4 = 0
12 12
 print_temperature5 = 0
13
-print_bed_temperature = 70
13
+print_bed_temperature = 65
14 14
 support = None
15 15
 platform_adhesion = None
16 16
 support_dual_extrusion = Both
@@ -32,9 +32,9 @@ retraction_combing = All
32 32
 retraction_minimal_extrusion = 0.02
33 33
 retraction_hop = 0.0
34 34
 bottom_thickness = 0.3
35
-layer0_width_factor = 110
35
+layer0_width_factor = 120
36 36
 object_sink = 0.0
37
-overlap_dual = 0.15
37
+overlap_dual = 0.12
38 38
 travel_speed = 30.0
39 39
 bottom_layer_speed = 18
40 40
 infill_speed = 20
@@ -62,17 +62,17 @@ support_xy_distance = 0.7
62 62
 support_z_distance = 0.15
63 63
 spiralize = False
64 64
 simple_mode = False
65
-brim_line_count = 5
65
+brim_line_count = 3
66 66
 raft_margin = 3.0
67 67
 raft_line_spacing = 3.0
68 68
 raft_base_thickness = 0.3
69 69
 raft_base_linewidth = 1.0
70
-raft_interface_thickness = 0.27
70
+raft_interface_thickness = 0.2
71 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 74
 raft_surface_layers = 2
75
-raft_surface_thickness = 0.27
75
+raft_surface_thickness = 0.2
76 76
 raft_surface_linewidth = 0.4
77 77
 fix_horrible_union_all_type_a = True
78 78
 fix_horrible_union_all_type_b = False
@@ -95,15 +95,16 @@ start.gcode = ;Sliced at: {day} {date} {time}
95 95
 	M82        ;set extruder to absolute mode
96 96
 	M107       ;start with the fan off
97 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 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 102
 	G1 Z10.0 F{travel_speed} ;move the platform down 10mm
102 103
 	M190 S{print_bed_temperature} ; Wait for bed temp
103 104
 	M109 S{print_temperature} ; Wait for nozzle temp
104 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 108
 	G1 F{travel_speed}
108 109
 	;Put printing message on LCD screen
109 110
 	M117 Printing...
@@ -112,11 +113,12 @@ end.gcode = ;End GCode
112 113
 	M140 S0                     ;heated bed heater off (if you have it)
113 114
 	G91                                    ;relative positioning
114 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 119
 	G90                         ;absolute positioning
120
+	G1 X0 Y80                    ;move x/y without homing!
121
+	M84                         ;steppers off
120 122
 	;{profile_string}
121 123
 start2.gcode = ;Sliced at: {day} {date} {time}
122 124
 	;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}

Loading…
Cancel
Save