Skip to content

Underdesk Audio Interface Mount V1

implemented unverified

Under-desk tray for a desktop audio interface: a rounded plate that screws flat under the desk, a central vent/cable window, and a through strap-slot pair — a hook-and-loop strap wraps the device against the tray. Pure recipe YAML on core ops; device presets (MiniFuse, Scarlett) are examples that change one parameter block.

Built from a real example — orbit to inspect.

Declaration example

A minimal product declaration for this archetype — exposed parameters at their defaults. Validate and build it with forge validate / forge build.

schema: product/v1
id: my_underdesk_audio_interface_mount
archetype: underdesk_audio_interface_mount_v1@1

params:
  device_l: 200mm
  device_w: 110mm
  strap_w: 25mm

modifiers:
  - id: add_hex_perforation
    target: plate

Parameters

parametertypedefaultrangerole
device_ldevice length along the tray (X)length200mm120mm … 320mmfunctionalexposed
device_wdevice depth across the tray (Y)length110mm70mm … 220mmfunctionalexposed
thicknesslength5mm4mm … 8mmmanufacturing
corner_rlength6mm2mm … 14mmaesthetic
end_marginplate margin past the device at each end — the desk-screw zonelength16mm12mm … 30mmassembly
strap_wstrap width the slots must passlength25mm15mm … 50mmfunctionalexposed
strap_slot_tslot thickness — strap plus working slacklength4mm3mm … 6mmfunctional
vent_wcentral vent/cable window widthlength120mm40mm … expr(device_l - 40)functional
vent_hcentral vent/cable window heightlength60mm24mm … expr(device_w - 24)functional
screwchoiceM4M3 | M4 | M5assembly
min_weblength4mm3mm … 10mmmanufacturing

Regions

  • plate mounting surface
  • plate_lightening aesthetic lightening

Contract

Guarantees

must-have features and invariants — verified on every build

  • mounting_plate_body
  • hole_pattern
  • tie_slots
  • vent_h < device_w - 2 * min_web

Will refuse

explicit prohibitions — the engine refuses to build these

  • none declared

Not claimed

what passing validation does not mean

  • safety certified
  • medical
  • food safe
  • electrical certified
  • pressure rated
  • Provided “as is” under Apache-2.0 — no warranty of fitness for a particular purpose.

Built from operations

rounded_platerounded_rect_cutoutrounded_rect_cutoutrounded_rect_cutoutcountersunk_hole_pattern

Allowed modifiers

add_hex_perforationadd_vein_ribsfillet_soften

Subscribed validators (7)

form.min_web_between_holesform.holes_within_outlineform.cuts_respect_keepoutstopology.single_connected_solidtopology.screw_holes_opentopology.countersinks_presenttopology.cutout_present