diff --git a/configure_trimesh_scad.py b/configure_trimesh_scad.py index 7e85e3c..9248275 100644 --- a/configure_trimesh_scad.py +++ b/configure_trimesh_scad.py @@ -49,4 +49,4 @@ def configure_trimesh_scad(): input("Press Enter to continue...") if __name__ == "__main__": - configure_trimesh_scad() \ No newline at end of file + configure_trimesh_scad() diff --git a/install_openscad.py b/install_openscad.py index afa1fe8..1c3b0a7 100644 --- a/install_openscad.py +++ b/install_openscad.py @@ -72,4 +72,4 @@ if __name__ == "__main__": logging.info("OpenSCAD installation process completed") print("Please ensure OpenSCAD is added to your system PATH.") print("You may need to restart your command prompt or system for changes to take effect.") - input("Press Enter to continue...") \ No newline at end of file + input("Press Enter to continue...") diff --git a/install_requirements.py b/install_requirements.py index e06fecc..ddf5883 100644 --- a/install_requirements.py +++ b/install_requirements.py @@ -50,4 +50,4 @@ if __name__ == "__main__": configure_trimesh_scad() logging.info("All installation processes completed") print("\n✅ All dependencies and OpenSCAD configured (manual trimesh configuration may be required).") - input("Press Enter to continue...") \ No newline at end of file + input("Press Enter to continue...") diff --git a/scrape_openscad_download.py b/scrape_openscad_download.py index 3e984b4..ce70891 100644 --- a/scrape_openscad_download.py +++ b/scrape_openscad_download.py @@ -51,4 +51,4 @@ if __name__ == "__main__": f.write(download_url) logging.info(f"Saved download URL to openscad_download_url.txt") print(f"Download URL saved to openscad_download_url.txt") - input("Press Enter to continue...") \ No newline at end of file + input("Press Enter to continue...")