Updated submodule EtchBendLines

This commit is contained in:
AJ
2021-03-08 22:39:23 -05:00
parent 96e54a686b
commit b693d8a092
2 changed files with 3 additions and 2 deletions

View File

@@ -528,7 +528,8 @@ namespace ExportDXF.Forms
drawingModel.SaveAs(savePath);
EtchBendLines.Program.AddEtchLines(savePath);
var etcher = new EtchBendLines.Etcher();
etcher.AddEtchLines(savePath);
Print(partModel.GetTitle() + " - Saved to \"" + savePath + "\"", Color.Green);