Bird
0
0

You want to slow down the print speed by editing the G-code. Which line correctly changes the feedrate to 1200 mm/min?

medium📝 Analysis Q14 of 15
3D Printing - G-code Fundamentals
You want to slow down the print speed by editing the G-code. Which line correctly changes the feedrate to 1200 mm/min?
AG1 F1200
BM220 S1200
CG28 F1200
DM104 F1200
Step-by-Step Solution
Solution:
  1. Step 1: Identify feedrate command

    G1 with F sets the feedrate (speed) for moves.
  2. Step 2: Check other commands

    M220 changes speed multiplier, G28 homes axes (no feedrate), M104 sets temperature.
  3. Final Answer:

    G1 F1200 -> Option A
  4. Quick Check:

    Feedrate set by G1 F value [OK]
Quick Trick: Use G1 F to set move speed directly [OK]
Common Mistakes:
  • Using M220 which is a speed multiplier, not direct feedrate
  • Trying to set feedrate with G28 or M104
  • Confusing feedrate with temperature commands

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More 3D Printing Quizzes