In the new version 38 shapes were detected not closed.
When i select “continue”, those shapes are missing in the preview
When i select “show me”, i cannot find any way to close those shapes
When i try to close those shape, the functionaly is greyed.
Generally speaking, once you have selected ‘show me’, turning on Node Edit will show you the start and end points of the shapes, and you can drag the two together to join the shape. They may be overlapping very closely, but should still appear dark green, not bright green like a closed shape.
Those 4 points are all less than 0.01mm apart, so they’re contributing nothing visually, and if we left them in, the laser would actually stop there because that’s several 90 degree changes in a row.
LightBurn automatically removes them before sending the shapes to the laser, but there was a bug in the code that did it. If the line removed happened to include the very first node in your shape (the bright green one), the result would end up an open shape.
This is now fixed, but if you manually delete the useless nodes and reconnect the shape, so it looks like this, it will work for you right now:
Thanks. The line came from image to vector conversion. I wouldn’t have minded fixing the problem, but the error described a shape not closed and I couldn’t find an opening.