mirror of
https://github.com/johndoe6345789/bamboogenerator.git
synced 2026-04-24 21:34:56 +00:00
Merge pull request #25 from Rich43/codex/edit-scripts-to-remove-trailing-text
Fix missing newline at end of scripts
This commit is contained in:
@@ -49,4 +49,4 @@ def configure_trimesh_scad():
|
||||
input("Press Enter to continue...")
|
||||
|
||||
if __name__ == "__main__":
|
||||
configure_trimesh_scad()
|
||||
configure_trimesh_scad()
|
||||
|
||||
@@ -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...")
|
||||
input("Press Enter to continue...")
|
||||
|
||||
@@ -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...")
|
||||
input("Press Enter to continue...")
|
||||
|
||||
@@ -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...")
|
||||
input("Press Enter to continue...")
|
||||
|
||||
Reference in New Issue
Block a user