|
@@ -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}
|