Pin-mounted Acrylic Letters Built-in (from presets.php)
Flat acrylic letters, stud-mounted, non-illuminated.Inputs asked from user
| Key | Label | Type | Default | Options / Range |
|---|---|---|---|---|
| letter_count | Number of Letters | number | 10 | step=1 min=1 |
| letter_h_cm | Letter Height (cm) | number | 20 | step=1 min=5 |
| thickness_mm | Acrylic Thickness | select | 10 | 5: 5 mm 8: 8 mm 10: 10 mm 12: 12 mm 15: 15 mm |
| color | Color | select | clear | clear: Clear opal: Opal White |
Line description template:
Pin-mounted Acrylic Letters - {letter_count} pcs, {letter_h_cm}cm, {thickness_mm}mm {color}
Materials — auto-matched from master
| Category | Name Pattern | Qty Formula | Unit | Fallback Name |
|---|---|---|---|---|
| Acrylic | Clear {thickness_mm} mm | color == "clear" ? letter_count * (letter_h_cm/100) * (letter_h_cm/100) * 0.85 * 1.15 : 0 |
Square Meter | Acrylic Clear {thickness_mm}mm |
| Acrylic | Opal {thickness_mm} mm | color == "opal" ? letter_count * (letter_h_cm/100) * (letter_h_cm/100) * 0.85 * 1.15 : 0 |
Square Meter | Acrylic Opal {thickness_mm}mm |
Machine Hours
| Machine | Hours Formula |
|---|---|
| Laser Cutter | letter_count * 0.3 |
Labour
| Type | Category | Hours Formula | Persons Formula |
|---|---|---|---|
| production | Finisher / Polisher | letter_count * 0.4 |
1 |
| installation | Installer | 1 + letter_count * 0.15 |
1 |
How formulas work:
Variables are the input keys (shown at top). Material name patterns use
{input_key} placeholders.
A row with a formula evaluating to 0 is skipped when the wizard builds. Click Duplicate & Customise above to copy this recipe into an editable custom pack.