Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
e2770b40
Commit
e2770b40
authored
May 06, 2008
by
dickelbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comments
parent
e0d3704c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
+2
-7
specctra_export.cpp
pcbnew/specctra_export.cpp
+2
-7
No files found.
pcbnew/specctra_export.cpp
View file @
e2770b40
...
...
@@ -864,7 +864,6 @@ void SPECCTRA_DB::fillBOUNDARY( BOARD* aBoard, BOUNDARY* boundary ) throw( IOErr
RECTANGLE
*
rect
=
new
RECTANGLE
(
boundary
);
boundary
->
rectangle
=
rect
;
rect
->
layer_id
=
"pcb"
;
// opposite corners
...
...
@@ -891,9 +890,7 @@ void SPECCTRA_DB::FromBOARD( BOARD* aBoard ) throw( IOError )
// Not all boards are exportable. Check that all reference Ids are unique.
// Unless they are unique, we cannot import the session file which comes
// back to us later from the router. Also check that all pad names within
// a part are unique, otherwise Electra and Freerouter will not draw the
// pads properly.
// back to us later from the router.
{
TYPE_COLLECTOR
padItems
;
...
...
@@ -959,8 +956,6 @@ void SPECCTRA_DB::FromBOARD( BOARD* aBoard ) throw( IOError )
char
temp
[
32
];
sprintf
(
temp
,
"%d"
,
pcbNdx
);
property
->
value
=
temp
;
// layer->type = @todo need this, the export would be better.
}
}
...
...
@@ -977,7 +972,7 @@ void SPECCTRA_DB::FromBOARD( BOARD* aBoard ) throw( IOError )
//-----<boundary_descriptor>------------------------------------------
{
// because fillBOUNDARY() can throw an
d
exception, we link in an
// because fillBOUNDARY() can throw an exception, we link in an
// empty boundary so the BOUNDARY does not get lost in the event of
// of an exception.
BOUNDARY
*
boundary
=
new
BOUNDARY
(
0
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment