mrWheel / YAPP_Box

Yet Another Parametric Projectbox Box
https://willem.aandewiel.nl/index.php/2022/01/02/yet-another-parametric-projectbox-generator/
MIT License
279 stars 47 forks source link

YAPP_Demo programs @rosenhauer #68

Open mrWheel opened 9 months ago

mrWheel commented 9 months ago

@rosenhauer,

Is it an idea to name all programs that test/demo a specific function off the YAPPgenerator the name "YAPPDemo<array_name>.scad" and also reflect this in the comment block at the beginning of the program.

All not needed array's should be removed from the YAPP_Demo_program so it is clear what is needed to (only) create (in this case) boxMounts.

All these YAPP_Demo programs should then be part of the repo.

Something like:

//-----------------------------------------------------------------------
// Yet Another Parameterized Projectbox generator
//
//  This is the YAPP_Demo_boxMounts program for testing and
//  demonstrate the use of the boxMounts array.
//
//  Needs YAPPgenerator Version 3.0
//
//-----------------------------------------------------------------------

Why?

To give users a simple example for using the (getting more and more complex) YAPPgenerator.

rosenhauer commented 9 months ago

Good idea. The can be used also to generate the screenshots for the documentation.