Skip to content

Neck Profile Specs

Frank David Martínez M edited this page Apr 10, 2020 · 1 revision

Neck Profile Specs

Neck profiles are also parametric, there is a json file with a list of available profiles, it can be extended adding new profiles. Each profile has 3 parameters:

  • Offset
  • H2
  • H2 Offset

Specs

The profile adapts by itself to neck thickness and width event with compound thickness.

Custom Neck Profiles

The user can add new custom profiles to the main file: $BASEDIR/Resources/neck_profiles.json

Example profiles file:

[
    {
        "name": "C Classic",
        "center_offset": 0,
        "h2": 0.75,
        "h2_offset": 0.5
    },
    {
        "name": "D Classic",
        "center_offset": 0,
        "h2": 0.75,
        "h2_offset": 0.65
    },
    {
        "name": "V Classic",
        "center_offset": 0,
        "h2": 0.5,
        "h2_offset": 0.6
    }
]
Clone this wiki locally