Skip to content

G code Preview Simulation and Breakpoints

exzile edited this page May 20, 2026 · 2 revisions

G-code Preview Simulation and Breakpoints

The Preview workspace includes a G-code inspection panel, breakpoint controls, simulation playback, timeline scrubbing, and section view. Together, these tools let users inspect a sliced job before exporting or sending it to a printer.

Panel Overview

The G-code panel opens under the preview. The header tracks the active layer, Z height, simulation state, and breakpoint count.

Cindr3D G-code panel overview

Source Lines

Each visible line includes a line number, syntax-highlighted G-code or comments, and a breakpoint button. The panel follows the selected preview layer so users can connect visible toolpaths to source commands.

Cindr3D G-code source crop

Breakpoints

Click the dot beside a source line to add a breakpoint. The selected line is highlighted, the line action changes from Add breakpoint to Remove breakpoint, and the panel header shows the breakpoint count plus a Clear BP control.

Cindr3D G-code breakpoint added

The cropped view makes the active breakpoint easier to see.

Cindr3D G-code breakpoint crop

Simulation Controls

Simulation controls sit in the preview footer. They include reset, play, playback speed, scrub slider, elapsed time, total estimated time, and mode buttons.

Cindr3D G-code simulation controls

During simulation, the preview advances through the toolpath and the G-code panel remains aligned with the active command range.

Cindr3D G-code simulation playing

Speed and Scrubbing

The speed selector supports multiple playback rates, and the scrub slider can jump through the print timeline without changing the sliced file. Use this to inspect suspicious toolpath regions, travel-heavy sections, or the layers around a breakpoint.

Cindr3D G-code simulation controls while playing

Section View

Section view clips the preview volume so users can inspect interior toolpaths. This is useful for checking wall order, infill density, hidden voids, and how toolpaths behave through a specific layer range.

Cindr3D G-code section mode

Output Controls

After inspection, the footer keeps output actions close to the preview:

  • Export saves generated G-code.
  • Send to Printer sends the sliced job to the configured printer.
  • AI opens assistant support for review or troubleshooting.

Clone this wiki locally