what's new in version 2.1:
==========================
White spaces in the pathnames of projects are now accepted, 
like specially in "\Program Files\..."




How to merge designs in Eagle easily:
=====================================


Preliminary:
============
1- unzip,
2- copy the 7 script files to the default script directory
      (for example "c:\\Program Files\\eagle-4.11\\scr\\")
3- copy the 4 ulp files to the ulp default directory 
      ( for example "c:\\Program Files\\eagle-4.11\\ulp\\")
4- Launch Eagle
5- Open your personal library, ex: "open mylib"
6- inside, run the script: "script markers.scr"
   This will add the markers MRK_DOWN_LEFT, MRK_UP_RIGHT,
    and SUFFIX to your personal library
7- Save your library "write", close it
8- If necessary, open "export_schematic.ulp", "export_board.ulp",
   "update_board.ulp" and "import_design.ulp", and set the variable scr_path
   as appropriate (depending on your version), save and close

Restriction:
============
Symbols in schematics shoud not touch, always have a small net
between them.

Merging designs (schematics+boards):
====================================
1- Open two instances of eagle
2- In the first open your destination design schematic+board(may be an empty one).
   Make sure that the first quadrant in both schematic and board is empty, because
   the copied parts will be placed in this first quadrant (starting from (0 0) ).
   (First quadrant means space where both coordinartes x and y are positives)
3- In the second open your source design
4- In the source design'schematic, place the markers MRK_UP_RIGHT and 
   MRK_DOWN_LEFT around the sub-bloc you want to copy, go to corresponding
   board and place the markers around the correspondant sub-bloc,
   don't place anything if you want to copy the whole design.
5- In the source design'schematic, place the marker SUFFIX near the sub-bloc
   you want to copy, and give it a value like "x" for the first source'design,
   "y" for the second source'design (later), "z" for the third (later) etc......
   go to corresponding board and just verify that SUFFIX added is outside sub-bloc.
   Don't place SUFFIX if you run just for backward compatibility.
6- In the source design'schematic, type or click "script export_design"
7- In the destination design'schematic, just type "script import_design", you 
   should see both schematic and board copied in the first quadrant with the most
   lower_to-left component placed at (0 0), so the first quadrant should be empty
   before importing.
8- Move the copied design from the first quadrant, if you want to import another
   one.
9- Repeat steps 3-4-5-6-7-8 as necessary
10- Save destination design (Write)

Merging schematics:
===================
1- Open two instances of eagle
2- In the first open your destination schematic(may be an empty one).
   Make sure that the first quadrant is empty, because    the copied parts will
   be placed in this first quadrant (starting from (0 0) ).
   (First quadrant means space where both coordinartes x and y are positives)
3- In the second open your source schematic
4- In the source schematic, place the markers MRK_UP_RIGHT and 
   MRK_DOWN_LEFT around the sub-bloc you want to copy, 
   don't place anything if you want to copy the whole schematic.
5- In the source schematic, place the marker SUFFIX near the sub-bloc
   you want to copy, and give it a value like "x" for the first source'schematic,
   "y" for the second source'schematic (later), "z" for the third (later) etc......
   Don't place SUFFIX if you run just for backward compatibility.
6- In the source schematic, type or click "script export_schematic"
7- In the destination schematic, just type "script import_schematic", you 
   should see schematic copied.
   Schematic is copied in the first quadrant, with the most lower_left
   component placed at (0 0), so the first quadrant should be empty before
   importing.
8- Move the copied schematic from the first quadrant, if you want to import another
   one.
9- Repeat steps 3-4-5-6-7-8 
10- Save destination schematic (Write)


Merging boards:
===================
1- Open two instances of eagle
2- In the first open your destination board(may be an empty one).
   Make sure that the first quadrant is empty, because    the copied parts will
   be placed in this first quadrant (starting from (0 0) ).
   (First quadrant means space where both coordinartes x and y are positives)
3- In the second open your source board
4- In the source board, place the markers MRK_UP_RIGHT and 
   MRK_DOWN_LEFT around the sub-bloc you want to copy, 
   don't place anything if you want to copy the whole board.
5- In the source board, place the marker SUFFIX near the sub-bloc
   you want to copy, and give it a value like "x" for the first source'board,
   "y" for the second source'board (later), "z" for the third (later) etc......
   Don't place SUFFIX if you run just for backward compatibility.
6- In the source board, type or click "script export_board"
7- In the destination board, just type "script import_board", you 
   should see board copied.
   board is copied in the first quadrant, with the most lower_left
   component placed at (0 0), so the first quadrant should be empty before
   importing.
8- Move the copied board from the first quadrant, if you want to import another
   one.
9- Repeat steps 3-4-5-6-7-8 
10- Save destination board (Write)























