Skip to content

Drilling Jig V1

implemented unverified

Edge-registered drilling jig: a plate that hooks over the workpiece edge with a full-length stop fence; steel drill bushings press into a measured line of seats, so every hole repeats at the same offset from the edge. A shop probe, not a certified measuring tool — verify the first article (docs/CLAIMS.md).

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_drilling_jig
archetype: drilling_jig_v1@1

params:
  jig_l: 120mm
  bushing_od: 8mm
  hole_count: 4
  hole_spacing: 25mm
  edge_offset: 15mm

Parameters

parametertypedefaultrangerole
jig_llength120mm60mm … 240mmfunctionalexposed
jig_wlength40mm24mm … 80mmfunctional
thicknesslength6mm4mm … 12mmmanufacturing
corner_rlength4mm1mm … 8mmaesthetic
bushing_odsteel bushing outer Ø — the seat presses on thislength8mm5mm … 14mmfunctionalexposed
press_fitlength0.1mm0.05mm … 0.2mmfunctional
hole_countcount41 … 8functionalexposed
hole_spacinglength25mm12mm … 60mmfunctionalexposed
edge_offsethole-line distance from the fence face — the number the jig exists to repeatlength15mm8mm … expr(jig_w - 12)functionalexposed
fence_tlength5mm4mm … 10mmfunctional
fence_droplength8mm4mm … 25mmfunctional

Regions

  • plate mounting surface
  • fence_face mounting surface

Contract

Guarantees

must-have features and invariants — verified on every build

  • drill_bushing_seats
  • registration_stop_fence
  • hole_spacing > bushing_od + 3

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_platebushing_seat_linestop_fence

Subscribed validators (6)

form.bushing_fit_okform.stop_registration_okform.holes_within_outlinetopology.single_connected_solidtopology.bores_opentopology.ribs_present