Learn how to create your own confirmat screw configuration by copying and modifying the default settings.
Open Gava Settings and navigate to the Hardware tab. Find the default Confirmat configuration.
Settings → Hardware → Confirmat 7x50
Screenshot: Hardware settings panel with Confirmat selected
Let's break down the confirmat configuration to understand each parameter.
gava_dsl: "1.0"
id: confirmat_7x50
name: Confirmat 7x50
type: screw
auto_placement:
mode: edge_spacing
edge_offset: 50 # Distance from panel edge
spacing: 300 # Distance between screws
panel_a_drillings:
edge_face:
- name: confirmat_body
diameter: 5 # D5 hole in edge
depth: 50 # Full screw length
shift: 9 # Center of 18mm panel
panel_b_drillings:
front_face:
- name: confirmat_head
diameter: 7 # D7 for screw head
depth: 10 # Countersink depth
shift: 9 # Same as Panel A shiftHere are the critical parameters you'll want to customize:
Modify the shift value based on your panel thickness:
# For 16mm panels:
shift: 8 # 16 / 2 = 8
# For 19mm panels:
shift: 9.5 # 19 / 2 = 9.5
# Or use formula:
shift: "$thickness_a / 2"Save your custom connector and test it in SketchUp on a simple two-panel assembly.
Screenshot: Testing the connector in SketchUp
Was this guide helpful?