# CNC GCode Simulator

Laser engraving and cutting software simulator for personal and professional laser cutters.

## Live Demo

<iframe src="/online/webapp/cnc-gcode-simulator" width="100%" height="600" frameborder="0" style="border:1px solid #ccc; border-radius:4px;"></iframe>

## Embed

```html
<iframe src="https://sgapps.io/online/webapp/cnc-gcode-simulator"
    width="100%" height="700" frameborder="0"></iframe>
```

## Features

- CNC tool model selector
- GCode simulation and visualization
- Laser cutting and engraving design tools
- Professional-grade simulation interface

## Recommended Size

The simulator has a fixed workspace of 1280x970 pixels. For best results, use an iframe at least 1280px wide:

```html
<iframe src="https://sgapps.io/online/webapp/cnc-gcode-simulator"
    width="1280" height="970" frameborder="0"></iframe>
```

On smaller viewports, the simulator will scroll internally.
