Bird
0
0

Which of the following is the correct syntax to set the extruder temperature to 210°C in G-code?

easy📝 Factual Q12 of 15
3D Printing - G-code Fundamentals
Which of the following is the correct syntax to set the extruder temperature to 210°C in G-code?
AG1 T210
BG28 S210
CM104 S210
DM109 X210
Step-by-Step Solution
Solution:
  1. Step 1: Identify the temperature command

    M104 is the G-code command used to set the extruder temperature without waiting.
  2. Step 2: Check the syntax

    S210 means set temperature to 210°C. So, M104 S210 sets extruder temperature to 210°C.
  3. Final Answer:

    M104 S210 -> Option C
  4. Quick Check:

    M104 sets temp with S value = M104 S210 [OK]
Quick Trick: M104 sets extruder temp; S is temperature value [OK]
Common Mistakes:
  • Using G28 which is for homing axes
  • Confusing M109 which waits for temp
  • Using wrong letter like X or T for temperature

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More 3D Printing Quizzes