Today I discovered some bugs related to my code and I solved all of them.Plus I also gave presentation on openscad and new comment like syntax on which I added in OpenSACD at TCC by using water tank model made by honey deol and added the comments to make it interactive.
After that I discussed with my mentor about what to target next and then made a table at google sheets regarding difference between the syntax ( for parameter )of thingiverse and that now openscad support.
Bugs that were:
- It was considering \\ anything as description.
a=" \\ anything";
hello="text"; - If we use this below code:
first=1;[0:10]
hello=12; //
It would still display parameter of the previous variable. i.e there would be slider for hello vairable also.