The FreeCAD Beginner Assistant gives interactive feedback on best practices for beginning FreeCAD users. It does it by analysing a FreeCAD FCStd-file containing at least one part made with the Part Design and Sketcher workbenches and gives real-time or asynchronous feedback, based on best practices, on what was done well and what can be improved by the user.
- Install the Beginner Assistant through the Addon Manager.
- Open a FreeCAD Document, made with Part Design and Sketcher workbenches.
- Switch to the Beginner Assistant workbench
- Run the Create Report command.
- Download this repo
- Copy the folder "FreeCAD-Beginner-Assistant" to "FreeCAD/Mod"
- Run FreeCAD (The Addon is automatically recognized at startup)
-
Linux:
`/home/user/.FreeCAD/Mod/FreeCAD-Beginner-Assistant`
-
macOS:
`/Users/user_name/Library/Preferences/FreeCAD/Mod/FreeCAD-Beginner-Assistant` `/Users/user_name/Library/Application\ Support/FreeCAD/Mod/FreeCAD-Beginner-Assistant`
-
Windows:
`C:\Users\user_name\AppData\Roaming\FreeCAD\Mod\FreeCAD-Beginner-Assistant`
LGPLv2.1 for all FreeCAD Beginner Assistant content
- For questions, comments, feature requests, and improvements, please open an issue at: issue tracker
With FCViewer now having more than 1000 uploads, I have analysed the FreeCAD files that were uploaded. Many uploaded files are not created using established best practices known in the FreeCAD community and from CAD specialists in general. With the FreeCAD Beginner Assistant we want to teach users to apply these known best practices.
- Get asynchronous feedback with best practices in FCViewer.
- Get real-time feedback with best practices in FreeCAD.
-> Increase the quality of community-created projects and increase the popularity of FreeCAD as a result.