Commit Graph

243 Commits

Author SHA1 Message Date
Werner Almesberger 50918a26fd mkmk-simple: changed path to gp2rml from ...openmoko... to ...qi/cae-tools... 2011-09-01 03:38:27 -03:00
Werner Almesberger fbbe451a2e gp2rml/: copied over from svn.openmoko.org/developers/werner/cncmap/gp2rml 2011-09-01 02:25:11 -03:00
Werner Almesberger afa7460b45 mkmk-simple: added variable ANY (usage: ANY=any) to set "mill any" 2011-08-31 21:32:29 -03:00
Werner Almesberger 75c3a7d1d2 cameo/: added option "any" to "mill", to accept paths irrespective of tool size 2011-08-31 21:32:29 -03:00
Werner Almesberger 54101eaaf4 mkmk-simple: exit with an error code if "cameo" fails 2011-08-31 21:32:29 -03:00
Werner Almesberger 639d9a21df cngt/cngt.c: added small steps (default) and long steps (with shift) 2011-08-31 17:21:59 -03:00
Werner Almesberger eb8964da6f cngt/cngt.c: added positioning-only mode
Invoke with only the initial Z, without a height and without file or
reference points. E.g.,

cngt -60
2011-08-31 15:39:40 -03:00
Werner Almesberger 6795057567 cameo/templates/mkmk-simple: added optional BOARD_Z parameter for board thickness 2011-08-31 14:53:56 -03:00
Werner Almesberger daa355461f cngt/cngt.c (do_key): merge common x/y positioning code 2011-08-31 14:52:34 -03:00
Werner Almesberger 26a0f4cf2b ptrude/: many major math fixes, especially in stretch_path 2011-07-31 19:17:05 -03:00
Werner Almesberger ee634458dc ptrude/: changed extrusion from xy path to xz path; variable number of faces 2011-07-31 09:57:51 -03:00
Werner Almesberger 7ef626988c ptrude/: functions for path stretching and calculation of proportional length 2011-07-31 08:46:59 -03:00
Werner Almesberger c202eda676 ptrude/: added (overly, this far) simple extruder 2011-07-29 14:32:40 -03:00
Werner Almesberger 3dcd5cc9aa ptrude/: proper command-line handling; open -d for debug mode 2011-07-29 00:25:28 -03:00
Werner Almesberger 188cf9d9d4 ptrude/: more comments; copyright headers; improved Makefile 2011-07-28 23:20:18 -03:00
Werner Almesberger dcb1c7856a ptrude/: cleanup and addition of comments (WIP)
- arc.fig: corrected formula for 2t
- path.c (corner): cleanup and added comments
2011-07-28 22:52:42 -03:00
Werner Almesberger d4c96f129d ptrude/: path extrusion, work in progress 2011-07-28 22:31:25 -03:00
Werner Almesberger 4ae218c6dc mkmk-simple: oops, should be executable 2011-02-15 02:10:44 -03:00
Werner Almesberger b0eb0178ee cameo/templates/mkmk-simple: template for milling simple boards 2011-02-15 02:06:26 -03:00
Werner Almesberger 0826d5b35e cameo: allow comma between parameters of "drill" (makes use in scripts easier)
- lang.y: allow an optional comma between the parameters of "drill"
- README: explain the new syntax of "drill"
2011-02-15 02:06:10 -03:00
Werner Almesberger dfc53c781a cameo: new command "stats" to print path statistics
- README: documented the "stats" command
- lang.l, lang.y: added "stats" command
- path.h (path_stats), path.c (path_stats): calculate and print path
  statistics
2011-02-13 02:25:32 -03:00
Werner Almesberger 6947b3a5d1 cameo: allow for rounding errors KiCad produces with a metric grid
- cameo/path.c (path_is_closed): use points_eq instead of open-coding the
  comparison
- cameo//path.c (EPSILON_MM, points_eq): consider two points as equal if
  their projections on the xy plane are less than EPSILON_MM apart and
  their z positions don't differ by more than the same distance
2011-01-31 19:36:59 -03:00
Werner Almesberger 4b717cadc6 cameo/path.c (path_connect): corrected logic when merging B->A 2011-01-05 23:07:34 -03:00
Werner Almesberger ee3a3e6162 cameo: array steps can now be specifed as item size plus border
- lang.y (align, bbox): moved bounding box calculation to separate
  function (for sharing)
- lang.y: array sizes can specified as the size of the respective
  dimension of the bounding box plus a border
- README: documented use of border size with "array"
2011-01-05 22:34:39 -03:00
Werner Almesberger 6f30bab648 cameo: added "rotate" command
- lang.l, lang.y (rotate): added command "rotate", with cumulative
  rotation
- README: documented "rotate"
- README: corrected typo in description of the translation commands
2011-01-03 01:25:42 -03:00
Werner Almesberger 45ee739c3b Removed drl2gp - it's been merged into cameo. 2011-01-02 21:55:53 -03:00
Werner Almesberger 57b4e276e5 cameo: added optimization of movements between tool paths
- ops.h, ops.c (optimize_paths): reorder toolpaths to reduce the distance
  between them
- lang.l, lang.y: added command "optimize"
- README: documented "optimize"
2010-12-16 14:19:46 -03:00
Werner Almesberger ffaded7f48 cngt: added support for setting default positions from toolpath file
- cngt.c (x, y, z, move, up, down, do_key, main): renamed "x", "y", "z" to
  "cx", "cy", "cz", to avoid clash with common local "x", etc.
- cngt.c (gp_minmax, main): populate default positions with bounding box
  of toolpath if given a file name instead of points
2010-12-16 04:47:00 -03:00
Werner Almesberger ed6bbff7f8 cameo/ops.c (tool_comp_paths): inside/outside logic was reversed for outer path 2010-12-16 02:38:11 -03:00
Werner Almesberger 62152e2987 cngt: some small fixes
- Makefile: updated program name in title comment
- cngt.c (do_key): "l" moved left, like "h"
- cngt.c (main): when starting, immediately move to initial position
- getkey.c (tty_open): open /dev/tty read-only, not write-only
2010-12-15 22:40:43 -03:00
Werner Almesberger 154be2bada cngt: tool change utility for MDX15/20 (in progress)
- Makefile: basic Makefile
- cngt.c: argument processing and main loop
- serial.h, serial.c: serial port output for MDX-15/20, from cncmap/millp/
- getkey.h, getkey.c: single-key (raw) TTY input
2010-12-15 20:47:58 -03:00
Werner Almesberger 99592248d9 cameo/gerber.c (gerber_read): store coordinates as floats after conversion
They all were truncated.
2010-12-15 12:26:44 -03:00
Werner Almesberger 7cb25c5a3f cameo: apply translation after loading a file only to the new file
- lang.y (translate): list of paths is now an argument (instead of always
  using the global path list)
- lang.y: on "gerber", "gnuplot", and "excellon", only translate the new
  paths
2010-12-15 06:37:17 -03:00
Werner Almesberger b76d17fea0 cameo: "array" did not affect subsequently loaded files
- lang.y: increment "xo" and "yo" also on "array"
2010-12-15 06:37:17 -03:00
Werner Almesberger b8f6545821 cameo: added command "append", improved file output error checking
- README: added description of "append"
- lang.l, lang.y: added command "append"
- gnuplot.h, gnuplot.c (gnuplot_append): append gnuplot paths to an
  existing file
- gnuplot.c (gnuplot_do_write): if writing to standard output, at least
  check that fflush() works at the end
2010-12-15 06:27:15 -03:00
Werner Almesberger 7a64e425da cameo: completed support for dril/mill conversions
- README: changed the term "drill/mill substitution" to "drill/mill
  conversion"
- README: described the drill/mill conversion commands
- lang.y: "drill" and "mill" worked on the wrong (empty) list
- ops.c (half_circle): fixed transcription error
2010-12-15 06:13:40 -03:00
Werner Almesberger b1652fc50a cameo: adding support for dril/mill substitutions (in progress)
- Makefile (OBJS): added shape.o
- README: added section for drill/mill substitutions
- lang.l, lang.y: added commands "drill", "empty", "mill", "remainder", and
  "reset"
- lang.y (clear_paths): moved freeing of all paths from "clean" to shared
  function clear_paths
- ops.h, ops.c (try_drill, try_mill): helper functions for "drill" and
  "mill" commands
- shape.h. shape.c (slot, circle): functions to generate toolpaths for
  basic shapes
2010-12-15 04:56:58 -03:00
Werner Almesberger 848eb2a209 cameo: migrated Excellon reader from drl2gp
- Makefile (OBJS): added excellon.o
- README: added brief description of Excellon input
- excellon.h, excellon.c: adaptation of KiCad drill file reader from
  ../drl2gp/drl2gp.c
- lang.l, lang.y: added command "excellon" to read KiCad drill files
- gerber.h: removed stray newline
2010-12-15 03:27:55 -03:00
Werner Almesberger 26dc02ea57 cameo: fixed processing of omitted file names, documented file name usage
- README: document that file names can contain almost anything
- lang.l: reset the scanner state on \n, so that we stop looking for a
  file name if the file name has simply been omitted
2010-12-15 00:45:49 -03:00
Werner Almesberger 3ae3d6cdd3 cameo: cleaned up and documented the tool compensation
- README, lang.l, lang.y: renamed the "tool" command to "offset"
- README: documented "offset"
- ops.h, ops.c (tool_comp_paths), cameo.c (main), lang.y: added
  parameter to tool_comp_paths to treat all paths as internal
- lang.l, lang.y: added option "inside" to the "offset" command
- lang.y: "offset" can now take multiple options in any order
2010-12-14 23:37:31 -03:00
Werner Almesberger 68d5eff7cd cameo: split numbers into dimensions and "bare" numbers
- lang.l, lang.y (MIL2MM): moved unit conversion from lang.l to lang.y
- lang.l, lang.y: instead of returning dimensions and numbers as NUMBER,
  return as NUM_EXP_<unit> for numbers with an explicit unit, and as
  NUM_IMP_<unit> if the unit is implied
- lang.y (dimen): perform unit conversion as needed
- lang.y (number): never convert and only accept implicit dimensions
- lang.y: change all uses of NUMBER to "dimen", except for the
  multipliers in "array", where we can now use "number"
- lang.y: removed comment about "array" only working in metric mode
2010-12-14 19:50:53 -03:00
Werner Almesberger f36f7048e6 cameo: documented X/Y translation commands, some small improvements
- README: described the X/Y translation commands
- lang.y: print an error if the lower bound if larger than the upper bount
  in an "align" command
- lang.y: mention that "array" doesn't work as expected if in imperial mode
2010-12-14 19:17:34 -03:00
Werner Almesberger ddcf5191db cameo: various scanner and parser fixes
- README, lang.y: changed depth parameter of "z" command to position
  (sign changes)
- lang.l: defer FILENAME after "gerber" and "gnuplot", so that we don't
  mis-read the number
- lang.l, lang.y: return the reference point after "align" as new token
  REF, not as NUMEBER, so that we can catch syntax errors that would
  cause scanner and parser to become unsynchronized
- lang.l: accept negative numbers
- lang.l: added support for comments beginning with #
2010-12-14 16:49:26 -03:00
Werner Almesberger fe50addf65 cameo: added invocation with an optional script
- cameo.c (usage, main): third form of invocation: cameo [script]
- cameo.c (run_script, main): run yyparse
2010-12-14 16:17:29 -03:00
Werner Almesberger 86c27dbe7c cameo: call tool compensation from script
- README, lang.l, lang.y: added option "dog" to "tool" command
- lang.y: call tool_comp_paths
2010-12-14 14:20:19 -03:00
Werner Almesberger 2bf4559f3f cameo: moved tool compensation from cameo.c to ops.c
- Makefile (OBJS): added ops.o
- cameo.c, ops.h, ops.c (process_path, process_paths): moved from cameo.c
  to ops.c
- ops.h, ops.c (process_paths), cameo.c (main): renamed process_paths to
  tool_comp_paths
- ops.c (process_path, tool_comp_paths): renamed process_path to
  tool_comp_1
2010-12-14 14:15:52 -03:00
Werner Almesberger c8b62c2864 cameo/lang.y (align): completed alignment function 2010-12-14 14:04:35 -03:00
Werner Almesberger 1f63ef6391 cameo: changed dog_bone from global variable to argument
- cameo.c (dog_bone, main): moved global variable to "main"
- cameo.c (process_path, process_paths, main): pass dog_bone as argument
2010-12-14 13:54:00 -03:00
Werner Almesberger f80a01a9c0 cameo: adding toolpath adaptation language (in progress)
- README: added description of toolpath adaptation language (in progress)
- Makefile (OBJS): added lex.yy.o and y.tab.o
- Makefile (SLOPPY): relaxed compiler warnings for files generated by
  flex/yacc
- Makefile (clean): added lex/yacc intermediate files
- Makefile: added lex and yacc (bison) to build process
- Makefile: added rules for lex/yacc intermediate files
- lang.l, lang.y: toolpath adaptation language (in progress)
2010-12-14 13:41:37 -03:00
Werner Almesberger 8999b3016a cameo: added KiCad Gerber input and path merging
- Makefile (OBJS): added gerber.o
- cameo.c (usage, main): new option -g to process input a KiCad Gerber
- gerber.h, gerber.c (gerber_read): parse Gerber files as generated by KiCad
- path.h, path.c (path_reverse_inplace, points_eq, attr_eq, path_connect):
  merge sets of paths with equal endpoints into single paths
2010-12-13 17:45:33 -03:00