-
Notifications
You must be signed in to change notification settings - Fork 1
/
end.gcode
30 lines (26 loc) · 848 Bytes
/
end.gcode
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
; Last edited 20200215
G4 ; wait
; Raise nozzle and present bed
M117 Printing completed
G4 ; wait
; Anti-stringing end wiggle
G91 ; use relative coordinates
G1 E-0.8 F3000; retract to avoid stringing
G1 X-0.5 Y-0.5 F1200
G1 X1 Y1 F1200
G1 E-2 F2700 ;Retract a bit EDITED
G1 E-2 Z0.2 F2400 ;Retract and raise Z# EDITED
G90 ; use absolute coordinates
G0 X0 Y210 {if layer_z < max_print_height}Z{z_offset+min(layer_z+60, max_print_height)}{endif} F3600; present bed
G1 E-26 F800 ;retract filament from meltzone for Revo6 EDITED
; Reset print setting overrides
M200 D0 ; disable volumetric e
M220 S100 ; reset speed factor to 100%
M221 S100 ; reset extruder factor to 100%
M900 K0 ; reset linear acceleration
; Shut down printer
M104 S0 ; turn off temperature
M140 S0 ; turn off heatbed
M107 ; turn off fan
M84 ; disable motors
M300 S40 P10 ; chirp