|
@@ -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 = 25
|
|
6
|
+fill_density = 100
|
7
|
7
|
print_speed = 20
|
8
|
8
|
print_temperature = 190
|
9
|
9
|
print_temperature2 = 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.3
|
|
47
|
+skirt_gap = 0.75
|
48
|
48
|
skirt_minimal_length = 300.0
|
49
|
49
|
fan_full_height = 0.5
|
50
|
50
|
fan_speed = 100
|
|
@@ -55,11 +55,11 @@ solid_top = True
|
55
|
55
|
solid_bottom = True
|
56
|
56
|
fill_overlap = 15
|
57
|
57
|
perimeter_before_infill = False
|
58
|
|
-support_type = Lines
|
|
58
|
+support_type = Grid
|
59
|
59
|
support_angle = 60
|
60
|
60
|
support_fill_rate = 15
|
61
|
61
|
support_xy_distance = 0.7
|
62
|
|
-support_z_distance = 0.15
|
|
62
|
+support_z_distance = 0.1
|
63
|
63
|
spiralize = False
|
64
|
64
|
simple_mode = False
|
65
|
65
|
brim_line_count = 3
|
|
@@ -105,6 +105,7 @@ start.gcode = ;Sliced at: {day} {date} {time}
|
105
|
105
|
G92 E0 ;zero the extruded length
|
106
|
106
|
G1 F200 E1 ;extrude 1mm of feed stock
|
107
|
107
|
G92 E0 ;zero the extruded length again
|
|
108
|
+ M420 S1 ; enable mesh bed leveling
|
108
|
109
|
G1 F{travel_speed}
|
109
|
110
|
;Put printing message on LCD screen
|
110
|
111
|
M117 Printing...
|