jean-pierre charras
|
24ab8141ae
|
Gerber output: fix a potential minor issue in a G04 line comment.
In gbr files only ASCII7 chars are allowed.
However, in a comment line a UTF8 string is used. It should not create issues, but it is incorrect.
|
2019-01-27 10:11:03 +01:00 |
jean-pierre charras
|
7134b1c83f
|
Gerber plotter: remove a G01 useless command, and ensure this command exists in plot polygon.
|
2018-12-09 18:17:47 +01:00 |
jean-pierre charras
|
c614f73c50
|
HPGL plotter fix incorrect scaling factor
A 0.4% scale error in hpgl plots was previously existing since a long time.
Fixes: lp:1772828
https://bugs.launchpad.net/kicad/+bug/1772828
|
2018-05-25 20:50:00 +02:00 |
jean-pierre charras
|
ec98bbba11
|
Fix issue: HPGL (plot mode sketch) : polygons are not closed.
Fixes: lp:1771531
https://bugs.launchpad.net/kicad/+bug/1771531
|
2018-05-18 10:13:46 +02:00 |
jean-pierre charras
|
1ebee39973
|
Gerber X1 format: add more structured comments in file.
|
2018-05-17 17:32:35 +02:00 |
jean-pierre charras
|
d1cab6ec62
|
Gerber X1 plot files: prepare adding more structured comments (aperture and object attributes)
structured comments are lines starting by "G04 #@!" and are therefore Gerber X1 comments.
But these comments contain X2 attributes.
|
2018-05-17 17:32:35 +02:00 |
jean-pierre charras
|
93e75af388
|
Rename plot_auxiliary_data.h file to gbr_metadata.h, according to the class names defined by this file
|
2018-05-17 08:07:29 +02:00 |
jean-pierre charras
|
2ff74cb3fc
|
Add support for .gbrjob new file format (JSON format) in Gerbview
Add experimental code to generate .gbrjob files in the new JSON file format
|
2018-03-19 15:14:20 +01:00 |
Jon Evans
|
543faa385b
|
PDF Plotter: handle edge-case arc/circle drawing correctly
Fixes: lp:1752771
* https://bugs.launchpad.net/kicad/+bug/1752771
|
2018-03-13 21:01:06 -04:00 |
Jon Evans
|
9c62792245
|
SVG Plotter: Handle edge-case arc and circle drawing
|
2018-03-08 22:44:26 -05:00 |
jean-pierre charras
|
5d72aebd22
|
Fix code after renaming files
|
2018-01-29 16:40:22 +01:00 |
jean-pierre charras
|
d0754acf00
|
Fix code after renaming files
|
2018-01-29 11:37:29 +01:00 |
jean-pierre charras
|
d44494beda
|
Update code after file renaming
|
2018-01-29 09:39:49 +01:00 |
jean-pierre charras
|
4c5bd01887
|
Rename a few files
|
2018-01-28 22:02:31 +01:00 |
jean-pierre charras
|
e499d337d8
|
rename files: update filenames in sources
|
2018-01-28 19:12:26 +01:00 |
jean-pierre charras
|
5868202c28
|
rename files, mainly files for plotter control
|
2018-01-28 18:13:27 +01:00 |
jean-pierre charras
|
93fd0c9358
|
move plotter related files to subdir plotters
|
2018-01-28 17:49:55 +01:00 |