-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstart.gcode
19 lines (19 loc) · 937 Bytes
/
start.gcode
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
; Ender 3 Custom Start G-code
M355 S1 P255
G92 E0 ; Reset Extruder
G28 ; Home all axes
M420 S1 Z2 ; Use mesh level upto 2 mm
G1 Z5.0 F3000 ; Move Z Axis up a bit during heating to not damage bed
M140 S{material_bed_temperature_layer_0}
M104 S{material_print_temperature_layer_0}
M190 S{material_bed_temperature_layer_0} ; Start heating the bed, wait until target temperature reached
M109 S{material_print_temperature_layer_0} ; Finish heating the nozzle
G1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position
G1 X0.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line
G1 X0.4 Y200.0 Z0.3 F5000.0 ; Move to side a little
G1 X0.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line
G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed
G1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position
G92 E0 ; Reset Extruder
G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed
G1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish