other little bugfixes
This commit is contained in:
2
.github/workflows/scripts/export-stl.py
vendored
2
.github/workflows/scripts/export-stl.py
vendored
@@ -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] = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user