Brass / SS Etched Plaque Built-in (from presets.php)
Etched or engraved metal plaque for entrances / memorials.Inputs asked from user
| Key | Label | Type | Default | Options / Range |
|---|---|---|---|---|
| width_mm | Width (mm) | number | 300 | step=10 min=50 |
| height_mm | Height (mm) | number | 200 | step=10 min=50 |
| metal | Metal | select | brass | brass: Brass ss_mirror: SS Mirror ss_brush: SS Brushed |
| qty | Quantity | number | 1 | step=1 min=1 |
Line description template:
{metal} Plaque {width_mm}mm x {height_mm}mm x {qty} pcs
Materials — auto-matched from master
| Category | Name Pattern | Qty Formula | Unit | Fallback Name |
|---|---|---|---|---|
| Brass | - 2 mm | metal == "brass" ? (width_mm/1000) * (height_mm/1000) * qty * 1.15 : 0 |
Square Meter | Brass 2mm |
| Stainless Steel | MIRROR 304 - 1.5 mm | metal == "ss_mirror" ? (width_mm/1000) * (height_mm/1000) * qty * 1.15 : 0 |
Square Meter | SS Mirror 1.5mm |
| Stainless Steel | BRUSH 304 - 1.5 mm | metal == "ss_brush" ? (width_mm/1000) * (height_mm/1000) * qty * 1.15 : 0 |
Square Meter | SS Brushed 1.5mm |
Machine Hours
| Machine | Hours Formula |
|---|---|
| Laser Cutter | 0.3 + (width_mm/1000) * (height_mm/1000) * qty * 1.2 |
Labour
| Type | Category | Hours Formula | Persons Formula |
|---|---|---|---|
| production | Metal Worker | 0.3 + (width_mm/1000) * (height_mm/1000) * qty * 1.0 |
1 |
| production | Finisher / Polisher | 0.3 + qty * 0.3 |
1 |
| installation | Installer | 0.3 + qty * 0.2 |
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.