I've gotten the ok from all contributors to change the license to CC-BY-SA 4.0
Last thing I need to do to get this going is mass edit all files.
For this I need to setup the generic header format/rules.
At the moment I'm thinking something like this:
Main things:
- No (main) AUTHOR line as there could be many.
- No NAME line because file names can change resulting from LDraw 'moved to' changes (change should be listed in a history line).
Any thoughts?
Last thing I need to do to get this going is mass edit all files.
For this I need to setup the generic header format/rules.
At the moment I'm thinking something like this:
Code:
0 LDCad info for "Technic Axle Hole Semi-Reduced Perimeter"
0 !LICENSE CC-BY-SA 4.0, see LICENSE.md
0 !HISTORY 2022-07-19 {Roland Melkert} Initial info for p/axl3hol8.dat
0 //Axle, will be scaled in higher references as long only the y axle is scaled.
0 // center=false and non zero pos here, because the primitive isn't centered at 0,0,0 which would cause displacement due to scaling.
0 // Use an ID so unwanted axle info can be dropped in higher parts using a more complicated composed hole.
0 !LDCAD SNAP_CYL [id=axleHole3] [gender=F] [caps=none] [secs=A 6 1] [slide=true] [pos=0 1 0] [scale=YOnly]
Main things:
- No (main) AUTHOR line as there could be many.
- No NAME line because file names can change resulting from LDraw 'moved to' changes (change should be listed in a history line).
Any thoughts?