basics.rst 1.9 KB

123456789101112131415161718192021222324252627282930313233
  1. Basics
  2. ======
  3. Creating, Saving and Loading Projects
  4. -------------------------------------
  5. A project is everything that you have loaded, created and set inside the program. A new project is created every time you load the program or run File→New.
  6. By running File→Save Project, File→Save Project As… or File→Save a Project Copy… you are saving everything currently in the environment including project options. File→Open Project… lets you load a saved project.
  7. Source Files
  8. ------------
  9. Supported source files are:
  10. * **Gerber**: Typically define copper layers in a circuit board.
  11. * **Excellon**: (drill file): Contain drill specifications, size and coordinates.
  12. * **G-Code**: CNC machine instructions for cutting and/or drilling.
  13. These source files can be loaded by selecting File→Open Gerber…, File→Open Excellon… or File→Open G-Code… respectively. The objects created from source files are automatically added to the current project when loaded.
  14. Navigating Plots
  15. ----------------
  16. Plots for open objectsPlots for open objects (Gerber, drills, g-code, etc…) are automatically shown on screen. A plot for a given can be updated by clicking “Update Plot” in the “Selected” tab, in case any parameters that would have changed the plot have been modified. (Gerber, drills, g-code, etc…) are automatically shown on screen. A plot for a given can be updated by clicking “Update Plot” in the “Selected” tab, in case any parameters that would have changed the plot have been modified.
  17. Zooming plots in and out is accomplished by clicking on the plot and using the mouse **scroll wheel** or hitting one of the following keys:
  18. * **‘1’**: Fits all graphics to the available plotting area.
  19. * **‘2’**: Zooms out
  20. * **‘3’**: Zooms in
  21. When zooming in or out, the point under the cursor stays at the same location. To move around the plot, first zoom out, move the cursor to a point of interest and zoom in again.