Vinyl Sticker / Decal Built-in (from presets.php)
Solvent/Eco-solvent printed vinyl, cut to shape.Inputs asked from user
| Key | Label | Type | Default | Options / Range |
|---|---|---|---|---|
| width_m | Width (m) | number | 1 | step=0.01 min=0.05 |
| height_m | Height (m) | number | 0.5 | step=0.01 min=0.05 |
| qty | Quantity | number | 1 | step=1 min=1 |
| grade | Vinyl Grade | select | stjet | stjet: Standard (ST Jet) avery: Premium (Avery) |
| contour_cut | Contour Cut | toggle | 1 | |
| laminated | Laminated | toggle |
Line description template:
Vinyl Sticker {width_m}m x {height_m}m ({grade})
Materials — auto-matched from master
| Category | Name Pattern | Qty Formula | Unit | Fallback Name |
|---|---|---|---|---|
| Solvent Stickers | Sticker - ST Jet - Glossy | grade == "stjet" ? width_m * height_m * qty * 1.15 : 0 |
LM | ST Jet Sticker |
| Solvent Stickers | Avery - Glossy | grade == "avery" ? width_m * height_m * qty * 1.15 : 0 |
LM | Avery Sticker |
Machine Hours
| Machine | Hours Formula |
|---|---|
| Solvent Printer | width_m * height_m * qty * 0.25 |
| Vinyl Plotter | contour_cut ? width_m * height_m * qty * 0.15 : 0 |
Labour
| Type | Category | Hours Formula | Persons Formula |
|---|---|---|---|
| production | Printer Operator | width_m * height_m * qty * 0.15 |
1 |
| installation | Installer | 0.3 * 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.