aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-11-26Make backup file logic smarterjaseg1-6/+12
Automatically re-use an existing target layer backup file in subsequent runs instead of using a previous run's output. I.e., if the target extension is set to ".GTO" and both "foo.GTO" and "foo.GTO.bak" exist, automatically use "foo.GTO.bak" and write to "foo.GTO". This behavior can be overridden by stating an explicit filename.
2017-11-26Fix scaling and positioning issuejaseg1-14/+9
2017-11-25Allow layer file extension alternativesjaseg1-21/+30
2017-11-25Add better status trackingjaseg1-25/+73
2017-11-25Use solder mask instead of paste layer for subtractionjaseg1-1/+1
2017-11-25Move test data into subdirjaseg8-0/+0
2017-11-25Add subtraction of paste and drill layersjaseg3-15/+565
2017-11-25Fix positioning of image relative to outlinejaseg1-2/+9
2017-11-25Initial commitjaseg8-0/+29130
positioning is still a bit broken