Skip to content

Add support for lines as pin1 silkscreen marker

This MR adds support for a line pin 1 silkscreen marker to the connector generator.

Example: In !901 :

  first_pin:
    body_chamfer: 0
    position: 'bottom'     # top (default) or bottom
    marker:
      shape: 'line' # shape of pin 1 marker on Silk and Fab (circle or triangle)
      size: 0.5       # size of the pin 1 marker (default: pad_size.y)
      offset: 0.3    # offset from the body edge (default: 0 corresponds to silk line width)

Output:

imagen

Merge request reports