ADDED: Center marker dimension type

This commit is contained in:
Jon Evans
2020-09-16 20:55:11 -04:00
parent 5109857883
commit e9b627bfd8
33 changed files with 806 additions and 54 deletions
+2
View File
@@ -315,6 +315,8 @@ void BRDITEMS_PLOTTER::PlotBoardGraphicItems()
case PCB_TEXT_T: PlotTextePcb( (TEXTE_PCB*) item ); break;
case PCB_DIM_ALIGNED_T:
case PCB_DIM_CENTER_T:
case PCB_DIM_ORTHOGONAL_T:
case PCB_DIM_LEADER_T:
PlotDimension( (DIMENSION*) item );
break;