other little bugfixes

This commit is contained in:
Stephen Hawes
2023-03-24 16:21:10 -04:00
parent 02f104afbf
commit 64e5123b03
13 changed files with 126 additions and 6 deletions

View File

@@ -162,7 +162,7 @@ if __name__ == '__main__':
output_directory = Path('stl-export')
output_directory.mkdir(parents=True, exist_ok=True)
fdm_path = Path('../../../cad')
fdm_path = Path('../../../cad/FDM')
exceptions: List[Exception] = []