diff --git a/EtchBendLines/Etcher.cs b/EtchBendLines/Etcher.cs index c722b62..cf019da 100644 --- a/EtchBendLines/Etcher.cs +++ b/EtchBendLines/Etcher.cs @@ -34,6 +34,7 @@ namespace EtchBendLines try { using var reader = new DxfReader(path); + reader.Configuration.CreateDefaults = true; return reader.Read() ?? throw new InvalidOperationException("DXF load returned null"); }