Today:
- Firstly, there was the party thrown by me, Mandeep and Gauravjeet for clearing our GSoC mid-term.
- After returning from the party now was coding time.
- So, I coded to interface the backend written for pagination of parameters with front-end.
- Now, the software looks like this.
- so, you can group paramaters with :
/* group name */
variable=value; //parameter
...
...
/* group name 2 */
...
although final syntax will be
/* [group name] */
variable=value; //parameter
...
...
/* [group name 2] */
...- Plus, tested the window build of the openSCAD.
- Mac:
http://files.openscad.org/snapshots/OpenSCAD-2016.06.30-gsoc2016.dmg - Window:32 bit:
http://files.openscad.org/snapshots/OpenSCAD-2016.06.30-x86-32_gsoc2016-Installer.exe
64 bit:
http://files.openscad.org/snapshots/OpenSCAD-2016.06.30-x86-64_gsoc2016-Installer.exe - Linux:http://files.openscad.org/snapshots/OpenSCAD-2016.06.30-x86-32_gsoc2016.zip
http://files.openscad.org/snapshots/OpenSCAD-2016.06.30-x86-64_gsoc2016.zip - And found a problem that needs to be handled manually instead of being handled by qt exception handling.