Light Box / Illuminated Signboard Built-in (from presets.php)
Backlit rectangular signboard with acrylic face + LEDs.Inputs asked from user
| Key | Label | Type | Default | Options / Range |
|---|---|---|---|---|
| width_m | Width (m) | number | 2 | step=0.1 min=0.3 |
| height_m | Height (m) | number | 1 | step=0.1 min=0.3 |
| depth_cm | Box Depth (cm) | number | 12 | step=1 min=5 |
| qty | Quantity | number | 1 | step=1 min=1 |
| double_sided | Double-sided | toggle | ||
| printed | Printed Sticker on Face | toggle | 1 |
Line description template:
Light Box {width_m}m x {height_m}m x {depth_cm}cm
Materials — auto-matched from master
| Category | Name Pattern | Qty Formula | Unit | Fallback Name |
|---|---|---|---|---|
| ACP | - 3 mm | (width_m * height_m + 2*(width_m+height_m)*(depth_cm/100)) * qty * 1.1 |
Square Meter | ACP 3mm (box body) |
| Acrylic | Opal - 5 mm | width_m * height_m * (double_sided ? 2 : 1) * qty * 1.05 |
Square Meter | Acrylic Opal 5mm (face) |
| Store Materials | LED | width_m * height_m * 30 * qty * (double_sided ? 2 : 1) |
Nos. | LED Modules |
| Solvent Stickers | Sticker - ST Jet - Glossy | printed ? width_m * height_m * (double_sided ? 2 : 1) * qty * 1.1 : 0 |
LM | Solvent Sticker |
Machine Hours
| Machine | Hours Formula |
|---|---|
| CNC Router | width_m * height_m * qty * 0.4 |
| Laser Cutter | width_m * height_m * qty * 0.25 |
| Solvent Printer | printed ? width_m * height_m * (double_sided ? 2 : 1) * qty * 0.4 : 0 |
Labour
| Type | Category | Hours Formula | Persons Formula |
|---|---|---|---|
| production | Fabricator | width_m * height_m * qty * 2 |
1 |
| production | Electrician (LED) | width_m * height_m * qty * 0.5 * (double_sided ? 2 : 1) |
1 |
| installation | Senior Installer | 2 + width_m * height_m * qty * 0.5 |
1 |
| installation | Installer | 2 + width_m * height_m * qty * 0.5 |
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.