_
__ _ ___ ___ __| | ___ _ __
/ _` |/ __/ _ \ / _` |/ _ \ '__|
| (_| | (_| (_) | (_| | __/ |
\__, |\___\___/ \__,_|\___|_| V2.0
|___/
Search
Type in the search box to find specific G-code commands or layers. Use Enter to go to the next match, Shift + Enter for the previous match.
Scroll to Render (scroll bar to the left of the gcode)
As you scroll through the G-code in the editor, the 3D visualization updates in real-time to reflect the current line.
Render Limit Slider
Controls how many lines of G-code are rendered at once.
Scroll Speed Slider
Controls the speed of the scroll bar when playing or scrolling through the G-code with the scroll buttons.
G-code Input
Allows you to directly type, paste, load, or drag and drop G-code into the editor.
Current Line Indicator
The line highlighted in green in the code pane is the current gcode line being exectued
Build Plate Size
Adjustable inputs for X and Y dimensions of the build plate, allowing you to customize the visualization to match your actual printer's specifications.
Key Bindings
- Arrow Up/Down:Move to next/previous gocde line.
- Shift + Arrow Up/Down: Move by search phrase up or down.
- Spacebar: Toggle play/pause of G-code simulation (when textarea not focused).
- Double Click on Points: Jump to the corresponding line in the G-code editor.
- Enter key in search: Go to next search match.
- Shift + Enter key in search: Go to previous search match.
- Escape: Clears measurement selections.
Pan, Zoom, Orbit
- Pan: Click-drag on the canvas with the mouse.
- Zoom: Use the mouse scroll wheel or pinch on touch devices.
- Orbit: Right-click or Shift + Left-click and drag to rotate the view around the model.
Pan, Zoom, Orbit (Touch)
- Pan: Single finger touch and drag
- Zoom: Two finger pinch to zoom
- Orbit: Three finger touch and drag
▶️ Play/Pause
Starts or stops the simulation of G-code execution. Press Spacebar (when not focused on text) to toggle play/pause.
⏫ Scroll Up
Scrolls up at the speed of the speed slider
⏬ Scroll Down
Scrolls down at the speed of the speed slider
📂 Load File
Loads G-code from a file into the editor. Supports drag and drop or file selection.
💾 Save G-code
Saves the current G-code in the editor to a file.
🏠 Home
Resets the view to the home position, which can mean either the start of the G-code or a predefined home state for the visualization.
🗑️ Clear Display
Clears all G-code from the editor, resets the visualization, and prepares for a new G-code input.
🔹 Toggle Travel Lines
Switches visibility of the travel moves (non-printing movements) in the G-code visualization.
🔳 Toggle 3d Lines
Toggles between 3d rendered and simple line representations for printing moves.
📏 Measure distance
Toggle measure mode and click on two points in the 3D visualization to measure distances in XY and Z planes. Useful for understanding spatial relationships in your G-code.
ℹ️ Info
Displays this information modal.