I have a problem with cutting out a shape imported from an SVG file. This is what the shape looks like in the project and what it looks like in the preview and after cutting out:
The construction of the shape seems to be causing some issue for LightBurn. The ellipse is made up of hundreds of thousands of extremely small line segments. Between that and the relatively small geometric size of the shape is resulting in the distorted preview and burn.
While I suspect LightBurn should be able to interpret the shape correctly an easy work around is to optimize the shape so that it’s easier to interpret. Select the shape and go to Edit->Optimize Selected Shapes to simplify the shape. This may take a while as you’re dealing with so many nodes.
Adding @Rick here to comment on potential issue dealing with large numbers of extremely short line segments.
This is apparently a problem with a piece of code that’s trying to remove “insignificant” results from the output. Since every one of the line segments was extremely short, nearly all of them got removed.
To avoid a really technical explanation, the code was taking a shortcut it shouldn’t have, and has been fixed. The new result with your file looks like this: