
Here is a little project for a friend who wanted to make some gifts for students.
Template
You can easily adjust:
Names (Noms): template will create a "cross" for each name (and skip empty lines)
Font: Names are fit to horizontal part of cross then, don't hesite to change!
Lines (Lignes): Adjust desired number of elements and check full width under template
Columns (Colonnes): Idem for columns and full height
Height of item: Adjust final size of each "cross"
Particularities
This template display items in a head-to-tail configuration to minimize materials, via rotation value of component.
rotation = (rep%colonnes)*180
The maximum of items displayed is equal to number of names given, via visible modifier of component.
visible = rep<names.length?true:false
Makes & Comments
You must be a member of Cuttle Pro to post in this area.