eagle-diff icon indicating copy to clipboard operation
eagle-diff copied to clipboard

Show differences between Cadsoft Eagle PCB layouts

Results 21 eagle-diff issues
Sort by recently updated
recently updated
newest added

Hello, I've been trying out eagle-diff on Eagle 8.6.3 using on Xubuntu 16.04 ([Xubuntu 16.04](https://app.vagrantup.com/bstoots/boxes/xubuntu-16.04-desktop-amd64) Vagrant box) and experienced a funny issue. I've used https://github.com/fxkr/eagle-diff/blob/master/test/diff-test.sh script and it runs correctly,...

See https://github.com/fxkr/eagle-diff/pull/27 ![image](https://user-images.githubusercontent.com/389616/35772267-1f1555ac-093b-11e8-9cb2-5eeb3a528ae4.png) Dimension layer looks clean in EAGLE. Seems to work in EAGLE 6 (I didn't test it myself though, but the contributor in that PR would have noticed).

bug

Too bad there's no easy (as in: clean one-liner) way to find a .desktop file and get the `Exec=` line.

bug

Unfortunately, it seems that we can't set parameters for eagle-diff-git in .gitconfig. Check if that's really the case. If it isn't, maybe implement command line options for eagle-diff-git? Maybe we...

enhancement

- ~ 100 DPI is a good default for schematics, ~ 600 DPI is good default for boards - should be done based on content of file, not file extension...

enhancement

Right now, diffing two git versions of the same file is really cumbersome (git show $rev1:./foo.brd > old.brd ; git show $rev2:./foo.brd > new.brd ; eagle-diff old.brd new.brd).

enhancement

Currently image alignment is done graphically by determining a bounding box on the dimension layer. However, it might be possible to have the user specify a component, get that components...

enhancement