10 lines
406 B
Plaintext
10 lines
406 B
Plaintext
|
; resume.g
|
||
|
; called before a print from SD card is resumed
|
||
|
;
|
||
|
; generated by RepRapFirmware Configuration Tool v3.2.3 on Mon May 24 2021 13:04:21 GMT+0200 (Central European Summer Time)
|
||
|
G1 R1 X0 Y0 Z5 F6000 ; go to 5mm above position of the last print move
|
||
|
G1 R1 X0 Y0 ; go back to the last print move
|
||
|
M83 ; relative extruder moves
|
||
|
G1 E10 F3600 ; extrude 10mm of filament
|
||
|
|