"Download STL" should use project title. #568
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When Downloading the STL

We try and pull a title from the first comment in the script for the saved file name, this dates back to when did didn't have saved projects, it would be good to use the project title instead.
Changes need to be made in
app/web/src/components/EditorMenu/menuConfig.tsxYou should be able to get access to the current project and therefore title with
const { project } = useIdeContext(), search foruseIdeContextto see where it's imported from.Make sure the string has
.stlsuffix on it too!Follow the instructions in CONTRIBUTING.md to get setup, and of course ask for help here or in the dev-help discord channel.
If you'd like to contribute the CadHub but this issue is taken or you'd prefer something else, have a look at #535 to see if there's something else you would like
CC @koodistrom
Comment for assigning the issue to me 😎
Resolved by #570