Bird
0
0

Which of the following is a correct example of a command you might find in the end G-code?

easy📝 Factual Q12 of 15
3D Printing - G-code Fundamentals
Which of the following is a correct example of a command you might find in the end G-code?
AM104 S0 ; Turn off extruder heater
BG1 Z0.2 F3000 ; Move nozzle close to bed
CG28 ; Home all axes
DM109 S200 ; Wait for extruder to reach 200°C
Step-by-Step Solution
Solution:
  1. Step 1: Identify end G-code commands

    End G-code usually turns off heaters and moves the print head safely away.
  2. Step 2: Analyze options

    M104 S0 ; Turn off extruder heater turns off the extruder heater, which is typical for end G-code. G28 ; Home all axes homes axes (start), C moves nozzle close (start), D waits for heat (start).
  3. Final Answer:

    M104 S0 ; Turn off extruder heater -> Option A
  4. Quick Check:

    End G-code = Turn off heaters [OK]
Quick Trick: End G-code usually turns off heaters [OK]
Common Mistakes:
  • Choosing commands that heat or home axes as end G-code
  • Confusing waiting commands with end commands
  • Selecting movement commands that prepare printing

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More 3D Printing Quizzes