Stainless Steel 3D Letters Built-in (from presets.php)
Fabricated SS letters (mirror / brushed finish), halo or non-lit.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 | 30 | step=1 min=5 |
| letter_depth_cm | Letter Depth (cm) | number | 4 | step=0.5 min=1 |
| finish | Finish | select | mirror | mirror: Mirror 304 brush: Brushed 304 |
| halo_lit | Halo Illuminated | toggle |
Line description template:
SS 3D Letters ({finish}) - {letter_count} pcs, {letter_h_cm}cm
Materials — auto-matched from master
| Category | Name Pattern | Qty Formula | Unit | Fallback Name |
|---|---|---|---|---|
| Stainless Steel | MIRROR 304 - 1 mm | finish == "mirror" ? letter_count * ((letter_h_cm/100)*(letter_h_cm/100)*0.75 + (letter_h_cm/100)*4*(letter_depth_cm/100)) * 1.15 : 0 |
Square Meter | SS Mirror 304 1mm |
| Stainless Steel | BRUSH 304 - 1 mm | finish == "brush" ? letter_count * ((letter_h_cm/100)*(letter_h_cm/100)*0.75 + (letter_h_cm/100)*4*(letter_depth_cm/100)) * 1.15 : 0 |
Square Meter | SS Brushed 304 1mm |
| Acrylic | Opal - 5 mm | halo_lit ? letter_count * (letter_h_cm/100) * (letter_h_cm/100) * 0.7 : 0 |
Square Meter | Acrylic Opal 5mm (halo) |
| Store Materials | LED | halo_lit ? letter_count * 3 : 0 |
Nos. | LED Modules |
Machine Hours
| Machine | Hours Formula |
|---|---|
| Laser Cutter | letter_count * 0.2 |
| Welding (MIG) | letter_count * 0.3 |
Labour
| Type | Category | Hours Formula | Persons Formula |
|---|---|---|---|
| production | Metal Worker | letter_count * 1.2 |
1 |
| production | Finisher / Polisher | letter_count * 0.3 |
1 |
| production | Electrician (LED) | halo_lit ? letter_count * 0.2 : 0 |
1 |
| installation | Senior Installer | 1.5 + letter_count * 0.15 |
1 |
| installation | Installer | 1.5 + 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.