Introduction
Sometimes 3D prints don't come out as expected because the printer follows instructions too rigidly. Manual G-code modifications let you adjust these instructions directly to fix or improve your print without re-slicing the whole model.
Imagine following a cooking recipe step-by-step, but you realize the oven temperature is too high or you want to add a rest time for better flavor. Instead of rewriting the whole recipe, you just write a note on the page to adjust those steps.
┌───────────────┐ │ 3D Model File │ └──────┬────────┘ │ Slice with software ▼ ┌───────────────┐ │ G-code File │ └──────┬────────┘ │ Manual edits ▼ ┌───────────────┐ │ 3D Printer │ │ Executes G-code│ └───────────────┘