Cập nhật đoạn gcode END_PRINT bên dưới vào file Machine >> macros.cfg và bấm Save & Restart để hệ thống cập nhật
[gcode_macro END_PRINT]
gcode:
M220 S{100}
# move z up
G91 ;Relative positioning
G1 E-2 F2700 ;Retract a bit
G1 E-2 Z0.2 F2400 ;Retract and raise Z
G1 X5 Y5 F3000 ;Wipe out
G1 Z10 ;Raise Z more
G1 Y100 F2000
G90 ;Absolute positioning
# absolute xy
#disable hotend and heated bed
M104 S0
M140 S0
# disable steppers
M84
BED_MESH_CLEAR
CLEAR_LAST_FILE
SET_FILAMENT_SENSOR SENSOR=encoder_sensor ENABLE=0