YAPP_Box icon indicating copy to clipboard operation
YAPP_Box copied to clipboard

YAPP_Demo programs @rosenhauer

Open mrWheel opened this issue 1 year ago • 1 comments

@rosenhauer,

Is it an idea to name all programs that test/demo a specific function off the YAPPgenerator the name "YAPP_Demo_<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.

mrWheel avatar Feb 04 '24 12:02 mrWheel

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

rosenhauer avatar Feb 05 '24 03:02 rosenhauer