← Back to community index
# contributor·Active

is there a way to move the label away

is there a way to move the label away form the hoels

Started by ! Rushabh | Linux ShillJun 14, 20268 messages

Discussion

Last active last month · plain text
! Rushabh | Linux Shilloriginal post
is there a way to move the label away form the hoels
Seve
Is this footprinter? pcbSx can be used, but footprinter should never emit stuff like this
! Rushabh | Linux Shill
https://github.com/tscircuit/sparkfun-boards/pull/295
! Rushabh | Linux Shill
```ts <jumper name="J3" schWidth={0.7} schSectionName="connectors" schX={-1.5} schY={-4.2} schDirection="left" schPinArrangement={{ rightSide: { direction: "top-to-bottom", pins: ["SCL", "SDA", "3V3", "GND"], }, }} connections={{ pin4: sel.net().SCL, pin3: sel.net().SDA, pin2: sel.net().V3_3, pin1: sel.net().GND, }} pinLabels={qwiicHeaderLabels} footprint="pinrow4_id1.016_od1.88_nosquareplating_pinlabeltextalignright_pinlabelorthogonal_doublesidedpinlabel_pinlabelverticallyinverted" pcbX={-2} pcbY={-11.43} /> <jumper name="J4" pinCount={2} schWidth={0.7} schSectionName="connectors" schX={2} schY={-4.2} schDirection="left" schPinArrangement={{ rightSide: { direction: "top-to-bottom", pins: ["EOC", "RESET"], }, }} connections={{ pin2: sel.net().EOC, pin1: sel.net().RESET, }} pinLabels={eocResetHeaderLabels} footprint="pinrow2_id1.016_od1.88_nosquareplating_pinlabeltextalignright_pinlabelorthogonal_doublesidedpinlabel_pinlabelverticallyinverted" pcbX={5.5} pcbY={-11.43} /> ```
Seve
Yea that is a footprinter bug
! Rushabh | Linux Shill
so the text should be above the hole
Seve
The text alignment may be wrong hard to say
techmannih
yea seems like a text alignment bug, i think the text position is constant which should be depend on the pinrows size. can you please it

Want to add to the conversation?

Reply in Discord so your notes stay connected to the source.
Continue in Discord ↗