Banner / Flex Print Built-in (from presets.php)
Printed flex banner, hemmed with eyelets.Inputs asked from user
| Key | Label | Type | Default | Options / Range |
|---|---|---|---|---|
| width_m | Width (m) | number | 3 | step=0.1 min=0.3 |
| height_m | Height (m) | number | 1 | step=0.1 min=0.3 |
| qty | Quantity | number | 1 | step=1 min=1 |
| eyelets | Eyelets | toggle | 1 | |
| double_sided | Double-sided (blackback) | toggle |
Line description template:
Banner Flex {width_m}m x {height_m}m
Materials — auto-matched from master
| Category | Name Pattern | Qty Formula | Unit | Fallback Name |
|---|---|---|---|---|
| Banners & Flex | Uniflex | double_sided ? 0 : width_m * height_m * qty * 1.1 |
Square Meter | Banner Flex |
| Banners & Flex | Black Cack | double_sided ? width_m * height_m * qty * 1.1 : 0 |
Square Meter | Banner Blockout |
Machine Hours
| Machine | Hours Formula |
|---|---|
| Solvent Printer | width_m * height_m * qty * (double_sided ? 0.5 : 0.25) |
Labour
| Type | Category | Hours Formula | Persons Formula |
|---|---|---|---|
| production | Printer Operator | width_m * height_m * qty * 0.1 |
1 |
| production | Finisher / Polisher | width_m * height_m * qty * (eyelets ? 0.12 : 0.05) |
1 |
| installation | Installer | 0.5 * 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.