Fixed missing argument for ExportDrawingToPDF
This commit is contained in:
@@ -294,7 +294,9 @@ namespace ExportDXF.Forms
|
||||
|
||||
Print($"Found {items.Count} component(s)");
|
||||
|
||||
ExportDrawingToPDF(drawing);
|
||||
var savePath = GetPdfSavePath(drawing);
|
||||
|
||||
ExportDrawingToPDF(drawing, savePath);
|
||||
ExportToDXF(items);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user