Skip to content
Snippets Groups Projects
  • Benjamin Koch's avatar
    28efb5a4
    reset text positions for all footprints · 28efb5a4
    Benjamin Koch authored
    I have moved footprints with box select and this is prone to
    accidentally selecting some text of another part. Therefore, we
    reset all of them.
    
    - update all footprints from library
      - all footprints
      - Update/reset text sizes, styles and positions
    - use this to clean up the old and new .kicad_pcb and compare them:
      sed  's/(tstamp [-0-9a-f]*)/(tstamp xx)/; /layer "\(F.SilkS\|F.Fab\)"/ { s/(\(start\|end\|at\) [-0-9. ]*)/(\1 ..)/g }'
    28efb5a4
    History
    reset text positions for all footprints
    Benjamin Koch authored
    I have moved footprints with box select and this is prone to
    accidentally selecting some text of another part. Therefore, we
    reset all of them.
    
    - update all footprints from library
      - all footprints
      - Update/reset text sizes, styles and positions
    - use this to clean up the old and new .kicad_pcb and compare them:
      sed  's/(tstamp [-0-9a-f]*)/(tstamp xx)/; /layer "\(F.SilkS\|F.Fab\)"/ { s/(\(start\|end\|at\) [-0-9. ]*)/(\1 ..)/g }'