Index: pcblib/parametric/connector =================================================================== --- pcblib/parametric/connector (revision 687) +++ pcblib/parametric/connector (revision 688) @@ -16,18 +16,11 @@ #@@dim:spacing #@@default:spacing 100 mil -#@@param:silkmark how to mark pin 1 on the silk layer -#@@enum:silkmark:square a rectangle around pin 1 -#@@enum:silkmark:externalx a little trinagle placed outside of the box pointing in line with the first x row -#@@enum:silkmark:externaly a little trinagle placed outside of the box pointing in line with the first y row -#@@enum:silkmark:external shorthand for external -#@@enum:silkmark:angled an angled line in the corner -#@@enum:silkmark:none no mark +#@@include silkmark.help #@@optional:silkmark #@@default:silkmark square #@@preview_args:silkmark 2,3 - #@@param:eshift shift even rows or columns by half spacing (optional; default: don't shift) #@@enum:eshift:x shift columns #@@enum:eshift:y shift rows Index: pcblib/parametric/silkmark.help =================================================================== --- pcblib/parametric/silkmark.help (nonexistent) +++ pcblib/parametric/silkmark.help (revision 688) @@ -0,0 +1,7 @@ +#@@param:silkmark how to mark pin 1 on the silk layer +#@@enum:silkmark:square a rectangle around pin 1 +#@@enum:silkmark:externalx a little trinagle placed outside of the box pointing in line with the first x row +#@@enum:silkmark:externaly a little trinagle placed outside of the box pointing in line with the first y row +#@@enum:silkmark:external shorthand for external +#@@enum:silkmark:angled an angled line in the corner +#@@enum:silkmark:none no mark