Monolith / Blade Sign Built-in (from presets.php)
Modern slim freestanding branded monolith.Inputs asked from user
| Key | Label | Type | Default | Options / Range |
|---|---|---|---|---|
| height_m | Height (m) | number | 2.5 | step=0.1 min=1 |
| width_m | Width (m) | number | 0.8 | step=0.1 min=0.3 |
| depth_cm | Depth (cm) | number | 20 | step=1 min=5 |
| illuminated | Illuminated | toggle | 1 | |
| qty | Quantity | number | 1 | step=1 min=1 |
Line description template:
Monolith Sign {height_m}m tall x {width_m}m wide
Materials — auto-matched from master
| Category | Name Pattern | Qty Formula | Unit | Fallback Name |
|---|---|---|---|---|
| Stainless Steel | BRUSH 304 - 1.5 mm | height_m * width_m * 2 * qty * 1.1 |
Square Meter | SS Brushed 1.5mm |
| Mild Steel | MS SHEET | height_m * width_m * 0.3 * qty |
Square Meter | MS base plate |
| Acrylic | Opal - 5 mm | height_m * width_m * qty |
Square Meter | Acrylic face |
| Store Materials | LED | illuminated ? height_m * width_m * 40 * qty : 0 |
Nos. | LED Modules |
Machine Hours
| Machine | Hours Formula |
|---|---|
| Laser Cutter | height_m * width_m * qty * 0.5 |
| Welding (MIG) | 4 + height_m * width_m * qty * 0.5 |
| Bending Machine | height_m * width_m * qty * 0.3 |
Labour
| Type | Category | Hours Formula | Persons Formula |
|---|---|---|---|
| production | Metal Worker | 4 + height_m * width_m * qty * 2 |
1 |
| production | Finisher / Polisher | height_m * width_m * qty * 0.5 |
1 |
| production | Electrician (LED) | illuminated ? height_m * width_m * qty * 0.5 : 0 |
1 |
| installation | Senior Installer | 2 + qty |
1 |
| installation | Installer | 2 + qty |
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.