Changeset 5114
- Timestamp:
- 06/09/09 16:55:42 (4 years ago)
- File:
-
- 1 edited
-
trunk/gta02-core/docs/kicad-wishlist (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gta02-core/docs/kicad-wishlist
r5106 r5114 11 11 12 12 http://tech.groups.yahoo.com/group/kicad-devel/ 13 14 15 - Clean up eeschema --plot hack and get it accepted into KiCad mainline16 17 Problem: eeschema in KiCad mainline doesn't have a non-interactive way18 to print or plot schematics. Such a capability would be extremely useful19 for automated generation of project summaries and similar.20 21 Status: here's a patch that implements an option --plot that does22 roughly what we need. This is used to generate the .ps.gz with the23 gta02-core exploded view:24 25 http://svn.openmoko.org/trunk/gta02-core/kicad-patches/eeschema-plot-only-mode.patch26 27 The problem with this patch is that it's not quite what the KiCad28 maintainers want. See here for the discussion:29 30 http://tech.groups.yahoo.com/group/kicad-devel/message/257931 32 Known issues: the above hack creates an eeschema session that doesn't33 get properly terminated. So the next time eeschema is started, either34 interactively or with --plot, it will complain that it's already35 running and ask for confirmation.36 37 38 - Implement a non-interactive plot mode for pcbnew39 40 Problem: like the above "eeschema --plot", it would be good to have a41 "pcbnew --plot". Even better would be the ability to adjust some of the42 settings, such as mirroring and the output format, e.g., Postscript or43 Gerber.44 45 Status: dabbled a bit with it, but don't really have anything to show.46 13 47 14 … … 58 25 59 26 27 - Clean up eeschema --plot hack and get it accepted into KiCad mainline 28 29 Problem: eeschema in KiCad mainline doesn't have a non-interactive way 30 to print or plot schematics. Such a capability would be extremely useful 31 for automated generation of project summaries and similar. 32 33 Status: here's a patch that implements an option --plot that does 34 roughly what we need. This is used to generate the .ps.gz with the 35 gta02-core exploded view: 36 37 http://svn.openmoko.org/trunk/gta02-core/kicad-patches/eeschema-plot-only-mode.patch 38 39 The problem with this patch is that it's not quite what the KiCad 40 maintainers want. See here for the discussion: 41 42 http://tech.groups.yahoo.com/group/kicad-devel/message/2579 43 44 Known issues: the above hack creates an eeschema session that doesn't 45 get properly terminated. So the next time eeschema is started, either 46 interactively or with --plot, it will complain that it's already 47 running and ask for confirmation. 48 49 50 - Implement a non-interactive plot mode for pcbnew 51 52 Problem: like the above "eeschema --plot", it would be good to have a 53 "pcbnew --plot". Even better would be the ability to adjust some of the 54 settings, such as mirroring and the output format, e.g., Postscript or 55 Gerber. 56 57 Status: dabbled a bit with it, but don't really have anything to show. 58 59 60 60 - Make relative paths work when passing a file to eeschema and pcbnew 61 61 … … 220 220 - Add a push-router 221 221 222 [ Add description. Also note that some of the checks that are done 223 while drawing new traces are missing while moving existing ones. ] 222 [ Add description. Also note that some of the checks and adjustments 223 that are done while drawing new traces are only done when trying to 224 place existing ones but not while moving them. ]
Note: See TracChangeset
for help on using the changeset viewer.
