jean-pierre charras
ba517db96c
Gerbview: fix a subtle issue when reading parameter values in Gerber files.
In Gerber files the char 'X' is used as separator.
But when reading parameter values, the sequence "0xnnn" is a number in hexadecimal format, and the 'X' char is not seen as separator by usual strtod or strtol C functions.
This is now fixed.
9 years ago
jean-pierre charras
9fdcba8229
Gerbview: Fix 2 (minor) issues in aperture macro "moire". Add a .gbr test file for this aperture macro.
9 years ago
jean-pierre charras
55a44f3cfc
Gerbview: rename a file with a better name. Add a test file to test aperture macros which include a negative object (currently incorrectly displayed by Gerbview)
10 years ago
Dick Hollenbeck
8ccf0320b4
1) Add "rules" to base of tree for copying into BZR_HOME/rules.
File "rules" has instructional text as comments near top.
2) Convert all text files in repo to LF line ending form.
Any checkout done with "rules" in play will convert the working
tree to native line ending, while keeping repo as LF line ending.
13 years ago
jean-pierre charras
820085dbee
Gerbview: add gerber test file.
15 years ago
jean-pierre charras
f0364c9da6
Gerbview: support for plot lines (currently: not arcs) with a rectangular pen (Yes, it exists!). pcbnew: try to fix an issue when exporting arcs in gencad.
15 years ago
jean-pierre charras
bfeaeafe50
Gerbview: enhancements.
15 years ago
jean-pierre charras
de37bbad17
Gerbview: fixed an issue with some gerber files. Added Image Justify support (partial support).
15 years ago
jean-pierre charras
a8ebad2fc4
Gerbview: added: image polarity, axis select, layer rotation. Code cleanup.
15 years ago
jean-pierre charras
9ec8d53604
Gerbview: Added support for gerber command SR (Step and Repeat) and multiple MOIN and MOMM in file
15 years ago
jean-pierre charras
fffd3be6a7
Fixed some issues with arcs (Arcs are a nightmare in graphic applications).
15 years ago
jean-pierre charras
2a216a51b9
Gerbview: added support forSF (scale factor), IO (Image Offset), OF (Offset) and MI (Mirror) commands.
15 years ago
jean-pierre charras
55eefbbe34
Fixed a bug about Aperture Definition having parameters for an aperture macro. See Changlog for not yet supported RX274X commands. Having still problems with arcs in some gereber files.
15 years ago
jean-pierre charras
bc0d79d587
finished Draw functions for aperture macros. Now aperture macros are drawn correctly.
Known bug: aperture macros having parameters are incorrect: parameters are not transmited correctly. Work still in progress.
15 years ago
jean-pierre charras
b992af3eb3
Gerbview code redesign
15 years ago
jean-pierre charras
ac11d86c2f
Added an experimental tool to create logos from .bmp bitmaps. Added Potrace library to convert bitmaps to polygons
16 years ago
charras
98ba50f80e
Use layer_widget in Gerbview
Added sample gerber files for test (gerbview has problem with 2 files)
16 years ago
charras
c4b37d77bd
Gerbview: Added support of arcs in polygons outlines. Need more tests, but works.
16 years ago