Bird
0
0

Which of the following is the correct syntax to home all axes in G-code?

easy📝 Factual Q3 of 15
3D Printing - G-code Fundamentals
Which of the following is the correct syntax to home all axes in G-code?
AM104 S0
BM140 S60
CG1 X0 Y0 Z0
DG28
Step-by-Step Solution
Solution:
  1. Step 1: Recall homing command syntax

    G28 is the standard G-code command to home all axes.
  2. Step 2: Verify other options

    M140 sets bed temperature, G1 moves to coordinates, M104 controls nozzle heater.
  3. Final Answer:

    G28 -> Option D
  4. Quick Check:

    Home all axes command = G28 [OK]
Quick Trick: G28 homes all axes in 3D printers [OK]
Common Mistakes:
  • Confusing temperature commands with movement commands
  • Using G1 for homing instead of G28
  • Mixing heater commands with motion commands

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More 3D Printing Quizzes