Werner Almesberger
d64a34045f
gp2rml/gp2rml.c: new option -s to set Z scale factor
...
Sounds weird, but the mill seems to be off by some 10%.
2013-11-07 03:25:45 -03:00
Werner Almesberger
033d55c8ad
cameo/zstack.pl: output one point at (x, y, z0) to set reference level
...
Otherwise, gp2rml will eliminate any offset. (x, y) is an arbitrary point
from the toolpaths.
2013-11-06 23:15:24 -03:00
Werner Almesberger
e82667e680
cameo/fped2d2z.pl: new options -x and -y to flip on X and Y axis
2013-11-03 23:21:43 -03:00
Werner Almesberger
30676651ec
cameo/fped2stl.pl: use "eq" for string equality, not "=="
2013-11-03 19:05:56 -03:00
Werner Almesberger
5b70e92254
cameo/fped2stl.pl: new options -x and -y to flip on X and Y axis
2013-11-02 18:03:49 -03:00
Werner Almesberger
4fa9e129ee
cameo/fped2stl.pl: sort layers by Z position
...
This way, the ordering of the layer stack doesn't matter.
2013-11-02 13:26:04 -03:00
Werner Almesberger
e62da4e2bb
cae-tools/cameo/fped2stl.pl (flush): substitute coordinates only once
...
If a layer was at exactly z = 1 mm, we would set it to $z1 (after temporarily
setting it to $z) even in cases where it should be at $z.
2013-11-01 21:15:43 -03:00
Werner Almesberger
96063ccff9
cameo/fped2stl.pl: fped 2D stack to STL mesh converter (experimental)
2013-10-14 13:31:42 -03:00
Werner Almesberger
c5f54df4a0
cameo/stl.c: generate real STL (WIP)
...
Some facets look funny in Meshlab although it shows all the normals pointing
in the right direction.
2013-10-14 12:32:27 -03:00
Werner Almesberger
ebb7d028ea
Revert "poly2d/p2d_hsort.c (p2d_hier_free): make freeing of polygons optional"
...
This reverts commit d758359791
.
2013-10-14 11:13:22 -03:00
Werner Almesberger
ae9ad0348c
cameo/stl.c (stl): update for poly2d API change
2013-10-14 11:12:32 -03:00
Werner Almesberger
626dbe52e1
poly2d/: store actual values in struct f2d, not pointers
...
... since the data structures they point to have internal use only.
2013-10-14 11:11:27 -03:00
Werner Almesberger
8b6e4168d3
cameo/: add "stl" command to generate STL slices (WIP)
2013-10-13 22:10:43 -03:00
Werner Almesberger
ca271dd313
poly2d/f2d_tri.c (f2d_free_all): free list of faces
2013-10-13 22:09:49 -03:00
Werner Almesberger
d0b5696a07
poly2d/f2d_tri_holes.cpp (find_point): don't loop forever on closed polygons
2013-10-13 21:57:50 -03:00
Werner Almesberger
d758359791
poly2d/p2d_hsort.c (p2d_hier_free): make freeing of polygons optional
2013-10-13 21:29:48 -03:00
Werner Almesberger
3d8a8d04aa
poly2d/f2d_tri_holes.cpp (tri_holes_append): rename to f2d_tri_holes_append
2013-10-13 21:29:13 -03:00
Werner Almesberger
f93e93ca89
poly2d/: add triangulation (untested)
2013-10-13 20:33:05 -03:00
Werner Almesberger
7aaaf8671f
cameo/gerber.c: crudely support some cases of G03
2013-09-20 18:47:39 -03:00
Werner Almesberger
44d58a54fa
cameo/ops.c (tool_comp_paths): don't crash if path list is empty
2013-09-20 17:36:16 -03:00
Werner Almesberger
b8c927831f
cameo/templates/mkmk-simple: support new edge file names
...
KiCad recently changes file names. Edges used to be named *-PCB_Edges.gbr
but can now be named *-Edge_Cuts.gbr or *-Edge_Cuts.pho
2013-08-06 19:15:48 -03:00
Werner Almesberger
9a6772f79d
cameo/templates/mkmk-simple: use "set size ratio -1", not "set size ratio square"
...
"ratio -1" produces a 1:1 ratio of the units (which is what we want) while
"ratio square" makes the xrange and yrange the same size, whatever that's
supposed to be good for.
2012-12-27 19:52:16 -03:00
Werner Almesberger
c34a154e25
cameo/templates/mkmk-simple: use aspect ratio 1:1 with gnuplot (plot, dplot)
2012-11-21 23:18:52 -03:00
Werner Almesberger
e246127c6c
cameo/templates/mkmk-simple: also look for new <name>-NPTH.drl
...
Recent versions if KiCad save non-plated through holes in a separate
drill file, called <name>-NPTH.drl
2012-08-23 23:01:49 -03:00
Werner Almesberger
a030eff963
cameo/: new command "flip" to flip paths on the X or Y axis
2012-08-23 09:04:44 -03:00
Werner Almesberger
c73509dacc
cameo/fped2d2z.pl: new option -t Zmax to set the height of the workpiece
...
This is similar to -r, except that we don't swap X and Y, and we use
the specified value instead of searching for the maximum in the input
data.
2012-08-22 13:51:16 -03:00
Werner Almesberger
53fe70950d
poly2d/: try to work around spurious aborts in CGAL::create_interior_skeleton_and_offset_polygons_with_holes_2
...
cameo encountered spurious aborts with the following message:
terminate called after throwing an instance of 'CGAL::Precondition_exception
what(): CGAL ERROR: precondition violation!
Expr: is_simple_2(first, last, traits)
File: /usr/include/CGAL/Polygon_2/Polygon_2_algorithms_impl.h
Line: 420
These aborts come and go even if just the coordinate origin is slightly
changed. Setting CGAL_POLYGON_NO_PRECONDITIONS in p2d_area_holes.cpp
made them go away in some cases, but cameo could still run into an
assertion violation (in CGAL).
We now check all the polygons, outer boundary and holes, being sent to
CGAL::create_interior_skeleton_and_offset_polygons_with_holes_2 for
simplicity, and stop recursing if there is any hint of a problem.
This seems to avoid trouble for now, but the issue deserves further
investigation.
2012-08-22 13:50:19 -03:00
Werner Almesberger
072b7804ee
cameo/: experimental command "outside" to detect real outer borders
...
Should be merged into tool_comp_paths later.
2012-06-12 15:23:01 -03:00
Werner Almesberger
378aab025f
cameo/path.c: new function path_is_inside which calls p2d_contains_poly
2012-06-12 15:04:59 -03:00
Werner Almesberger
7b54293bff
cameo/: move conversion between poly2d and "struct path" from area-poly2d.c to poly2d.c
...
Untested.
2012-06-12 15:04:40 -03:00
Werner Almesberger
f48754e067
cameo/path.c: make path_is_closed global
2012-06-12 14:24:50 -03:00
Werner Almesberger
382d14dcbb
cameo/path.c: move assert(path_is_closed) into function and improve diagnostic
...
It's often hard to find an offending path. To help with this, we
now print the start and end coordinates.
2012-06-12 14:01:55 -03:00
Werner Almesberger
e69fa24133
cameo/: new commands "remove" and "keep" for path filtering (untested)
2012-06-12 12:32:08 -03:00
Werner Almesberger
3ee5b1aa31
poly2d/: add foreach_v2d* and foreach_edges looping constructs
2012-05-08 14:06:00 -03:00
Werner Almesberger
1c11f4d201
cameo/: use libpoly2d for area fills
2012-05-08 01:06:45 -03:00
Werner Almesberger
038667d0d8
poly2d/p2d_hsort.c (p2d_hier_free): use p2d_free, not p2d_free_all
...
This caused a double free.
2012-05-08 00:51:43 -03:00
Werner Almesberger
7f813b5254
poly2h/: auto-generate dependencies also for C++ code
2012-05-07 22:53:45 -03:00
Werner Almesberger
a950c5b13c
poly2d/: simplify semantics of first/next offset in area fill
2012-05-07 22:45:39 -03:00
Werner Almesberger
46c8f8653c
poly2d/: automatically switch between clockwise and counter-clockwise polygons
...
The only functions that care about this at the moment are from CGAL,
and there we can determine from context what to do.
2012-05-07 22:12:21 -03:00
Werner Almesberger
dfa85075e8
poly2d/: Yet another 2D polygon library (WIP)
2012-05-06 23:51:38 -03:00
Werner Almesberger
c2bfbd5a5e
cameo: add two test cases (exhibiting brokenness)
2012-05-01 23:48:32 -03:00
Werner Almesberger
fcb508f1ef
cameo/test/: move to cameo/test/1/
2012-05-01 23:28:49 -03:00
Werner Almesberger
8ce420b10b
cameo/excellon.c: recognize G90 code (absolute mode)
...
Recent KiCad emits this. We're in absolute mode anyway, so we simply
ignore it.
2012-04-01 19:26:46 -03:00
Werner Almesberger
479ae41070
cameo/README: added warning that "area" still has bugs
2012-03-29 18:44:14 -03:00
Werner Almesberger
c59e39356b
cameo: new command "reverse" to reverse all paths
...
Experimentally used to reverse tool direction in the smoothing pass.
2012-03-21 20:31:29 -03:00
Werner Almesberger
c422be5543
spool: support jobs with more than one file
...
We could do this already, by piping from cat. But this way is cleaner.
2012-03-21 16:57:05 -03:00
Werner Almesberger
6c3bc3e58e
gp2rml: properly calculate pen down time
2012-03-21 01:15:05 -03:00
Werner Almesberger
3e7fca45b3
cameo/fped2d2z.pl: outpout a dummy point at Z=0 (experimental)
...
This is signal for genpiece.pl to generate the top layer.
2012-03-21 01:02:43 -03:00
Werner Almesberger
6d70656ab2
cameo/path.c (path_offset): handle also degenerate polygons of only one point
...
To do: use a square, not a circle. Also, extend this to degenerate
polygons consisting of two points.
2012-03-21 01:00:12 -03:00
Werner Almesberger
079608ba6c
cameo/zstack.pl: don't output lower layers at higher Z
...
We leave this to the designer :-)
2012-03-20 23:13:35 -03:00