Commit 60140dfb authored by Dick Hollenbeck's avatar Dick Hollenbeck

merge

parent 1e7495e6
...@@ -88,6 +88,8 @@ typedef int wxPenStyle; ...@@ -88,6 +88,8 @@ typedef int wxPenStyle;
extern GR_DRAWMODE g_XorMode; extern GR_DRAWMODE g_XorMode;
extern EDA_COLOR_T g_DrawBgColor;
typedef enum { typedef enum {
......
...@@ -320,18 +320,6 @@ void DIALOG_SVG_PRINT::ExportSVGFile( bool aOnlyOneFile ) ...@@ -320,18 +320,6 @@ void DIALOG_SVG_PRINT::ExportSVGFile( bool aOnlyOneFile )
); );
} }
wxFileName fn(boardFilename);
BuildPlotFileName( &fn, outputDir.GetPath(), suffix, SVGFileExtension );
if( m_PrintBoardEdgesCtrl->IsChecked() )
m_printMaskLayer |= EDGE_LAYER;
if( CreateSVGFile( fn.GetFullPath() ) )
msg.Printf( _( "Plot: %s OK\n" ), GetChars( fn.GetFullPath() ) );
else // Error
msg.Printf( _( "** Unable to create %s **\n" ), GetChars( fn.GetFullPath() ) );
m_messagesBox->AppendText( msg );
if( aOnlyOneFile ) if( aOnlyOneFile )
break; break;
} }
...@@ -378,9 +366,9 @@ bool DIALOG_SVG_PRINT::CreateSVGFile( const wxString& aFullFileName ) ...@@ -378,9 +366,9 @@ bool DIALOG_SVG_PRINT::CreateSVGFile( const wxString& aFullFileName )
} }
LOCALE_IO toggle; LOCALE_IO toggle;
SVG_PLOTTER* plotter = (SVG_PLOTTER*) StartPlotBoard( m_board, SVG_PLOTTER* plotter = (SVG_PLOTTER*) StartPlotBoard( m_board,
&plot_opts, aFullFileName, &plot_opts, UNDEFINED_LAYER, aFullFileName, wxEmptyString );
wxEmptyString );
if( plotter ) if( plotter )
{ {
......
...@@ -797,7 +797,7 @@ void DIALOG_PLOT::Plot( wxCommandEvent& event ) ...@@ -797,7 +797,7 @@ void DIALOG_PLOT::Plot( wxCommandEvent& event )
LOCALE_IO toggle; LOCALE_IO toggle;
BOARD* board = m_parent->GetBoard(); BOARD* board = m_parent->GetBoard();
PLOTTER* plotter = StartPlotBoard( board, &m_plotOpts, fn.GetFullPath(), wxEmptyString ); PLOTTER* plotter = StartPlotBoard( board, &m_plotOpts, layer, fn.GetFullPath(), wxEmptyString );
// Print diags in messages box: // Print diags in messages box:
wxString msg; wxString msg;
......
...@@ -255,6 +255,9 @@ static double MapYTo( int aY ) ...@@ -255,6 +255,9 @@ static double MapYTo( int aY )
/* Driver function: processing starts here */ /* Driver function: processing starts here */
void PCB_EDIT_FRAME::ExportToGenCAD( wxCommandEvent& aEvent ) void PCB_EDIT_FRAME::ExportToGenCAD( wxCommandEvent& aEvent )
{ {
#if 0 // working on this 30-Jun-14, not ready yet, failed the initial testing.
wxFileName fn = GetBoard()->GetFileName(); wxFileName fn = GetBoard()->GetFileName();
FILE* file; FILE* file;
...@@ -344,6 +347,8 @@ void PCB_EDIT_FRAME::ExportToGenCAD( wxCommandEvent& aEvent ) ...@@ -344,6 +347,8 @@ void PCB_EDIT_FRAME::ExportToGenCAD( wxCommandEvent& aEvent )
module->SetFlag( 0 ); module->SetFlag( 0 );
} }
} }
#endif
} }
......
...@@ -439,9 +439,9 @@ static void write_layers( MODEL_VRML& aModel, std::ofstream& output_file, BOARD* ...@@ -439,9 +439,9 @@ static void write_layers( MODEL_VRML& aModel, std::ofstream& output_file, BOARD*
aModel.plated_holes.Tesselate( NULL, true ); aModel.plated_holes.Tesselate( NULL, true );
write_triangle_bag( output_file, aModel.GetColor( VRML_COLOR_TIN ), write_triangle_bag( output_file, aModel.GetColor( VRML_COLOR_TIN ),
&aModel.plated_holes, false, false, &aModel.plated_holes, false, false,
aModel.GetLayerZ( LAST_COPPER_LAYER ) aModel.GetLayerZ( F_Cu )
+ Millimeter2iu( ART_OFFSET / 2.0 ) * aModel.scale, + Millimeter2iu( ART_OFFSET / 2.0 ) * aModel.scale,
aModel.GetLayerZ( FIRST_COPPER_LAYER ) aModel.GetLayerZ( B_Cu )
- Millimeter2iu( ART_OFFSET / 2.0 ) * aModel.scale, - Millimeter2iu( ART_OFFSET / 2.0 ) * aModel.scale,
aModel.precision ); aModel.precision );
......
...@@ -145,6 +145,7 @@ void DXF2BRD_CONVERTER::addPolyline(const DRW_Polyline& data ) ...@@ -145,6 +145,7 @@ void DXF2BRD_CONVERTER::addPolyline(const DRW_Polyline& data )
// Obviously, the z coordinate is ignored // Obviously, the z coordinate is ignored
wxPoint startpoint; wxPoint startpoint;
for( unsigned ii = 0; ii < data.vertlist.size(); ii++ ) for( unsigned ii = 0; ii < data.vertlist.size(); ii++ )
{ {
DRW_Vertex* vertex = data.vertlist[ii]; DRW_Vertex* vertex = data.vertlist[ii];
...@@ -157,7 +158,8 @@ void DXF2BRD_CONVERTER::addPolyline(const DRW_Polyline& data ) ...@@ -157,7 +158,8 @@ void DXF2BRD_CONVERTER::addPolyline(const DRW_Polyline& data )
} }
DRAWSEGMENT* segm = new DRAWSEGMENT( m_brd ); DRAWSEGMENT* segm = new DRAWSEGMENT( m_brd );
segm->SetLayer( m_brdLayer );
segm->SetLayer( ToLAYER_ID( m_brdLayer ) );
segm->SetStart( startpoint ); segm->SetStart( startpoint );
wxPoint endpoint( mapX( vertex->basePoint.x ), mapY( vertex->basePoint.y ) ); wxPoint endpoint( mapX( vertex->basePoint.x ), mapY( vertex->basePoint.y ) );
segm->SetEnd( endpoint ); segm->SetEnd( endpoint );
...@@ -176,6 +178,7 @@ void DXF2BRD_CONVERTER::addLWPolyline(const DRW_LWPolyline& data ) ...@@ -176,6 +178,7 @@ void DXF2BRD_CONVERTER::addLWPolyline(const DRW_LWPolyline& data )
// (obviously contant and is the width of the DRW_LWPolyline. // (obviously contant and is the width of the DRW_LWPolyline.
// the variable width of each vertex (when exists) is not used. // the variable width of each vertex (when exists) is not used.
wxPoint startpoint; wxPoint startpoint;
for( unsigned ii = 0; ii < data.vertlist.size(); ii++ ) for( unsigned ii = 0; ii < data.vertlist.size(); ii++ )
{ {
DRW_Vertex2D* vertex = data.vertlist[ii]; DRW_Vertex2D* vertex = data.vertlist[ii];
...@@ -188,7 +191,8 @@ void DXF2BRD_CONVERTER::addLWPolyline(const DRW_LWPolyline& data ) ...@@ -188,7 +191,8 @@ void DXF2BRD_CONVERTER::addLWPolyline(const DRW_LWPolyline& data )
} }
DRAWSEGMENT* segm = new DRAWSEGMENT( m_brd ); DRAWSEGMENT* segm = new DRAWSEGMENT( m_brd );
segm->SetLayer( m_brdLayer );
segm->SetLayer( ToLAYER_ID( m_brdLayer ) );
segm->SetStart( startpoint ); segm->SetStart( startpoint );
wxPoint endpoint( mapX( vertex->x ), mapY( vertex->y ) ); wxPoint endpoint( mapX( vertex->x ), mapY( vertex->y ) );
segm->SetEnd( endpoint ); segm->SetEnd( endpoint );
......
...@@ -90,87 +90,83 @@ wxString GetGerberFileFunction( const BOARD *aBoard, LAYER_NUM aLayer ) ...@@ -90,87 +90,83 @@ wxString GetGerberFileFunction( const BOARD *aBoard, LAYER_NUM aLayer )
switch( aLayer ) switch( aLayer )
{ {
case LAYER_N_BACK: case F_Adhes:
attrib = wxString::Format( wxT( "Copper,L%d" ), aBoard->GetCopperLayerCount() );
break;
case LAYER_N_2:
case LAYER_N_3:
case LAYER_N_4:
case LAYER_N_5:
case LAYER_N_6:
case LAYER_N_7:
case LAYER_N_8:
case LAYER_N_9:
case LAYER_N_10:
case LAYER_N_11:
case LAYER_N_12:
case LAYER_N_13:
case LAYER_N_14:
case LAYER_N_15:
// LAYER_N_2 is the first inner layer counting from the bottom; this
// must be converted to a 1-based number starting from the top
attrib = wxString::Format( wxT( "Copper,L%d" ),
aBoard->GetCopperLayerCount() - ( aLayer - LAYER_N_2 + 1 ) );
break;
case LAYER_N_FRONT:
attrib = wxString( wxT( "Copper,L1" ) );
break;
case ADHESIVE_N_FRONT:
attrib = wxString( wxT( "Glue,Top" ) ); attrib = wxString( wxT( "Glue,Top" ) );
break; break;
case ADHESIVE_N_BACK: case B_Adhes:
attrib = wxString( wxT( "Glue,Bot" ) ); attrib = wxString( wxT( "Glue,Bot" ) );
break; break;
case SILKSCREEN_N_FRONT: case F_SilkS:
attrib = wxString( wxT( "Legend,Top" ) ); attrib = wxString( wxT( "Legend,Top" ) );
break; break;
case SILKSCREEN_N_BACK: case B_SilkS:
attrib = wxString( wxT( "Legend,Bot" ) ); attrib = wxString( wxT( "Legend,Bot" ) );
break; break;
case SOLDERMASK_N_FRONT: case F_Mask:
attrib = wxString( wxT( "Soldermask,Top" ) ); attrib = wxString( wxT( "Soldermask,Top" ) );
break; break;
case SOLDERMASK_N_BACK: case B_Mask:
attrib = wxString( wxT( "Soldermask,Bot" ) ); attrib = wxString( wxT( "Soldermask,Bot" ) );
break; break;
case SOLDERPASTE_N_FRONT: case F_Paste:
attrib = wxString( wxT( "Paste,Top" ) ); attrib = wxString( wxT( "Paste,Top" ) );
break; break;
case SOLDERPASTE_N_BACK: case B_Paste:
attrib = wxString( wxT( "Paste,Bot" ) ); attrib = wxString( wxT( "Paste,Bot" ) );
break; break;
case EDGE_N: case Edge_Cuts:
attrib = wxString( wxT( "Profile" ) ); attrib = wxString( wxT( "Profile" ) );
break; break;
case DRAW_N: case Dwgs_User:
attrib = wxString( wxT( "Drawing" ) ); attrib = wxString( wxT( "Drawing" ) );
break; break;
case COMMENT_N: case Cmts_User:
attrib = wxString( wxT( "Other,Comment" ) ); attrib = wxString( wxT( "Other,Comment" ) );
break; break;
case ECO1_N: case Eco1_User:
case ECO2_N: case Eco2_User:
attrib = wxString::Format( wxT( "Other,ECO%d" ), aLayer - ECO1_N + 1 ); attrib = wxString::Format( wxT( "Other,ECO%d" ), aLayer - Eco1_User + 1 );
break;
case F_Cu:
attrib = wxString( wxT( "Copper,L1" ) );
break;
case B_Cu:
attrib = wxString::Format( wxT( "Copper,L%d" ), aBoard->GetCopperLayerCount() );
break;
default:
if( IsCopperLayer( aLayer ) )
{
#if 0 // was:
// LAYER_N_2 is the first inner layer counting from the bottom; this
// must be converted to a 1-based number starting from the top
attrib = wxString::Format( wxT( "Copper,L%d" ),
aBoard->GetCopperLayerCount() - ( aLayer - LAYER_N_2 + 1 ) );
#else
attrib = wxString::Format( wxT( "Copper,L%d" ), aLayer );
#endif
}
break; break;
} }
// Add the signal type of the layer, if relevant // Add the signal type of the layer, if relevant
if( FIRST_COPPER_LAYER <= aLayer && aLayer <= LAST_COPPER_LAYER ) { if( IsCopperLayer( aLayer ) )
LAYER_T type = aBoard->GetLayerType( aLayer ); {
LAYER_T type = aBoard->GetLayerType( ToLAYER_ID( aLayer ) );
switch( type ) switch( type )
{ {
case LT_SIGNAL: case LT_SIGNAL:
...@@ -190,6 +186,7 @@ wxString GetGerberFileFunction( const BOARD *aBoard, LAYER_NUM aLayer ) ...@@ -190,6 +186,7 @@ wxString GetGerberFileFunction( const BOARD *aBoard, LAYER_NUM aLayer )
return attrib; return attrib;
} }
void BuildPlotFileName( wxFileName* aFilename, void BuildPlotFileName( wxFileName* aFilename,
const wxString& aOutputDir, const wxString& aOutputDir,
const wxString& aSuffix, const wxString& aSuffix,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment