0
0
3D Printingknowledge~5 mins

Common G-code commands (G0, G1, G28, M104, M106) in 3D Printing - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What does the G0 command do in G-code?
G0 moves the printer's toolhead quickly to a specified position without extruding material. It's used for fast positioning.
Click to reveal answer
beginner
Explain the difference between G0 and G1 commands.
G0 moves the toolhead quickly without extruding, while G1 moves the toolhead at a controlled speed and extrudes material if extrusion is specified.
Click to reveal answer
beginner
What is the purpose of the G28 command?
G28 homes the printer by moving the toolhead to its origin position, usually to the endstops, to establish a known reference point.
Click to reveal answer
beginner
What does the M104 command control?
M104 sets the extruder temperature to a specified value but does not wait for the temperature to be reached before continuing.
Click to reveal answer
beginner
What is the function of the M106 command?
M106 turns on the cooling fan at a specified speed to help cool the printed material or the printer components.
Click to reveal answer
Which G-code command moves the toolhead quickly without extruding material?
AG0
BG1
CG28
DM104
What does the G28 command do?
AHome the printer to origin
BMove toolhead with extrusion
CTurn on cooling fan
DSet extruder temperature
Which command sets the extruder temperature without waiting?
AG1
BM104
CM106
DG0
What does M106 control?
AToolhead movement
BExtruder temperature
CCooling fan speed
DPrinter homing
Which command moves the toolhead with controlled speed and extrusion?
AG0
BG28
CM104
DG1
Describe the main purpose of each G-code command: G0, G1, G28, M104, and M106.
Think about movement, temperature, and cooling functions.
You got /5 concepts.
    How do G0 and G1 commands differ in their use during 3D printing?
    Consider when the printer is moving without printing versus printing.
    You got /3 concepts.