Revise 3D print guide with updated file paths #137
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Title:
Update File Path References in 3DPRINT.md Documentation
Description:
This PR updates incorrect or outdated file path references in the 3DPRINT.md file, making them consistent with the current repository structure. This will help new users and contributors to easily find the correct files and improve the documentation's clarity.
Changes:
Updated STL file paths for SO100, SO101, Follower, Leader, and Individual parts in 3DPRINT.md to current directory structure.Clarified directory references, such as /STL/SO100/Follower, /STL/SO100/Leader, /STL/SO100/Individual, and /STL/SO101.Removed references to non-existing items in the part lists.Added an explanatory note regarding the STL/Gauges directory.
Rationale:
The repository structure has changed due to new file additions, and some documentation paths were outdated. Fixing these paths improves the accuracy and usefulness of the documentation for all contributors.
Testing:
All updated paths were checked to ensure they match the actual file structure. Opening the referenced files in the repository was successful.
Additional Note:
If needed, a new Issue can be opened to further expand the step-by-step documentation for adding new parts.