3D Printing - G-code Fundamentals
Given this G-code snippet:
What does the command
G28 M104 S200 G1 X100 Y100 E10 F1500 M109 S200
What does the command
G1 X100 Y100 E10 F1500 do?