Commit Graph

47 Commits

Author SHA1 Message Date
olegart 9383b6820c Copyright 2016-01-31 16:22:20 +03:00
olegart 8ef5f14553 Examples added 2016-01-31 16:18:50 +03:00
olegart c20adad27a Update 1.9.4 major changes/fixes 2016-01-31 15:41:57 +03:00
olegart d7d08ff98e Update and fix native Win installation 2016-01-31 15:35:54 +03:00
olegart 359d128789 All scripts are generated automatically now 2016-01-31 15:35:25 +03:00
olegart 1c89fc4264 Windows install without Cygwin 2016-01-31 15:35:01 +03:00
olegart 0e010b7676 Has been tested with Diptrace too 2016-01-31 15:03:22 +03:00
olegart 6783cad496 Update README 2016-01-31 15:00:48 +03:00
olegart 9e10993404 Update README 2016-01-31 14:59:38 +03:00
olegart cb6dee3ebe Update README 2016-01-31 14:57:29 +03:00
olegart 43077dbd49 Fix setup 2016-01-31 14:41:06 +03:00
olegart 3b23ed9033 Fix drill offset with metric units 2016-01-31 14:20:03 +03:00
olegart a855717e3d Release 1.9.4 2016-01-31 12:35:58 +03:00
olegart 69877a87b4 Fix Excellon trimming with metric units 2016-01-31 12:24:15 +03:00
olegart 27f7076b2b garbage 2016-01-18 21:54:04 +03:00
olegart 0f50331440 Sample images 2016-01-18 21:53:02 +03:00
olegart f7f922ee94 Revert "Add sample picture"
This reverts commit b50813ee2a.
2016-01-18 21:52:12 +03:00
olegart b50813ee2a Add sample picture 2016-01-18 21:50:22 +03:00
olegart f1bbbfb848 Merge branch 'master' of https://github.com/unwireddevices/gerbmerge 2016-01-18 21:46:24 +03:00
olegart d6497f5706 DipTrace added
DipTrace support tested and it works — at least with inches
2016-01-18 21:45:46 +03:00
Oleg Artamonov 07fd595676 Merge pull request #1 from unwireddevices/metric_fixes
Various fixes
2016-01-18 21:41:18 +03:00
olegart 18b52747c4 Remove SkipDisclaimer config option
It didn't work anyway. Use -s command line option
2016-01-18 21:34:39 +03:00
Paulo Henrique Silva 7726c0cc3c Ignore new gerber attributes from RS-274X rev. J3 2016-01-18 21:24:23 +03:00
Paulo Henrique Silva 6599b96fe4 Fix aperture macro parsing for outline primitive
RS-274X page 95 say that expected number of fields for an outline
primitive is 5 + 2N and not 3 + 2N which is what we were expecting.
2016-01-18 21:23:48 +03:00
olegart ce31a9e9d3 Replace Copying with License 2016-01-18 21:09:17 +03:00
olegart fcf6eafbcd Shell script 2016-01-18 21:08:39 +03:00
olegart 57fa92ebfa Revert "Replace COPYING with LICENSE"
This reverts commit 86b4373807.
2016-01-18 21:06:59 +03:00
olegart 86b4373807 Replace COPYING with LICENSE 2016-01-18 21:06:47 +03:00
Oleg Artamonov 66a5109227 Windows command line fix
Strip /r character from the filename
2016-01-18 18:25:13 +03:00
Oleg Artamonov 0b98cec174 Fix tools parsing 2016-01-18 16:15:07 +03:00
Oleg Artamonov 780f132ff3 Fix Excellon parsing
Don't throw an error on files without LZ/TZ explicitly specified
2016-01-18 16:12:03 +03:00
Ian Hartwig 8d02211572 fix drill offsets in metric mode. respect drill config in output 2016-01-01 23:15:52 +00:00
Ian Hartwig ad018fa1f3 add docs for PIP installation 2016-01-01 18:28:38 +00:00
Ian Hartwig 753203172f fix setup.py errors so install and sdist work correctly
* LIBDEST and LIBPYTHON variables seem to exist on different platforms. Check both?
* Fix error in version number making of setup.py (%d when value is string), but superceeded by next change.
* Change version to single string following PEP-0440
* Bump micro version for new packaging. Would be 1.9c, but now 1.9.3.
* Move version info into a __version_info__.py file so it can be imported independently of gerbmerge.gerbmerge. This allows dependency resolution.
* Add requirement for simpleparse so it is installed automatically.
* Add a __main__ for use with `python -m`. This makes it easy to use from a pip installation.
2016-01-01 18:14:50 +00:00
Scott Daniels c26f03a277 Updated readme for vers 1.9 revs, incl. new cutline feature 2013-04-28 18:08:35 -05:00
Scott Daniels b357959c37 Updated layout.cfg examples for latest changes:
* metric
 * timeout
 * SeeedStudio & Diptrace conventions
2013-04-28 17:51:38 -05:00
Scott Daniels 6108c86369 Improved timeout messages during search 2013-04-28 15:14:43 -05:00
Scott Daniels a65d1c9011 Modified jobs/writeCutLines to use the boardoutline file (if available
and specified in the layout.cfg file (as CutLineLayers) ) instead of
generated cutlines
2013-04-28 14:57:21 -05:00
Scott Daniels 0b1315952f Fixed bugs in gitignore, skipdisclaimer & run perms 2013-03-31 12:32:50 -05:00
Scott Daniels e574debf5b Fixed option to skip disclaimer dialog - now a cmd option instead of config option 2013-03-31 12:23:21 -05:00
Scott Daniels 9cf1fa7c63 insignificant chgs to comment lines 2013-03-31 04:16:11 -05:00
Scott Daniels 6e134b5c63 Improved output & Timeout:
1) Added options for search timeout and skipping the disclaimer
2013-03-31 04:08:17 -05:00
Scott Daniels 87e6aab7b5 Added support for metric units & Diptrace specific needs 2013-03-31 03:46:31 -05:00
Scott Daniels 38d7510bc9 renamed COPYING file to LICENSE 2013-03-31 02:59:38 -05:00
Scott Daniels e0aacfe82f Updated README for new fork 2013-03-31 02:53:48 -05:00
Scott Daniels c2ab727946 Added readme - original 1.8 index.html 2013-03-31 02:36:51 -05:00
Scott Daniels d49ecb7c57 Initial fork of version 1.8 from Rugged Circuits 2013-03-31 02:24:39 -05:00