User:Smay4finger: Difference between revisions

From Attraktor Wiki
Jump to navigation Jump to search
Smay4finger (talk | contribs)
Smay4finger (talk | contribs)
No edit summary
 
(23 intermediate revisions by the same user not shown)
Line 1: Line 1:
* http://www.carbide-tools.com/knowHow.htmld/
Ich bin nicht mehr aktiv im Verein.
 
 
=== Eagle nach G-Code ===
* pcb2gcode
 
  sudo aptitude install build-essential autoconf libtool gerbv libboost-dev libboost-program-options-dev libglibmm-2.4-dev libgtkmm-2.4-dev
  git clone git://pcb2gcode.git.sourceforge.net/gitroot/pcb2gcode/pcb2gcode
  cd pcb2gcode
  autoreconf
  ./configure
  make
 
Vorsicht, pcb2gcode rechnet alles in Inches!
 
==== Script zur Erstellung von GCode aus Eagle-Files [[media:pcbcam.gz]] ====
 
Das Skript erzeugt aus einem Eagle-Board-File (Endung .brd) mehrere G-Code-Files und Postscript-Files für die Erstellung der Lötstoppmaske. Die erzeugten Dateien sind im Einzelnen:
 
; back.ngc : Lötseite
; front.ngc : Bestückungsseite
; outline.ngc : Ausfräsung der Platine
; drill.ngc : Bohrungen
; back_stop.ps : Lötstoppmaske Lötseite
; front_stop.ps : Lötstoppmaske Bestückungsseite

Latest revision as of 09:29, 4 April 2024

Ich bin nicht mehr aktiv im Verein.