3D Printing - G-code Fundamentals
Given this G-code snippet:
What does the command
G28 M104 S200 G1 X50 Y50 E10 F1200 M109 S200
What does the command
G1 X50 Y50 E10 F1200 instruct the printer to do?