This patch implements width tuning (width correction) for PS plotting of tracks, pads and vias.
This feature is very useful for electronics hobbyists who use DIY PCB technology (both toner transfer and photoresist methods). Also width correction may be useful for PCB designers who take care of track width etching. This patch also fixes some minor PS plotting issues.
This commit is contained in:
committed by
Dick Hollenbeck
parent
c3c6b9ef6c
commit
2caa72f063
@@ -102,6 +102,7 @@ PCB_PLOT_PARAMS::PCB_PLOT_PARAMS()
|
||||
scaleSelection = 1;
|
||||
m_FineScaleAdjustX = 1.0;
|
||||
m_FineScaleAdjustY = 1.0;
|
||||
m_FineWidthAdjust = 0.;
|
||||
outputDirectory = wxT( "" );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user