Radial dimensions.
ADDED radial type dimensions. Fixes https://gitlab.com/kicad/code/kicad/issues/2056
This commit is contained in:
@@ -356,6 +356,7 @@ void BRDITEMS_PLOTTER::PlotBoardGraphicItems()
|
||||
|
||||
case PCB_DIM_ALIGNED_T:
|
||||
case PCB_DIM_CENTER_T:
|
||||
case PCB_DIM_RADIAL_T:
|
||||
case PCB_DIM_ORTHOGONAL_T:
|
||||
case PCB_DIM_LEADER_T:
|
||||
PlotDimension( (PCB_DIMENSION_BASE*) item );
|
||||
|
||||
Reference in New Issue
Block a user