diff --git a/common/plotters/DXF_plotter.cpp b/common/plotters/DXF_plotter.cpp index 6b8e17793a..ec6198f5f3 100644 --- a/common/plotters/DXF_plotter.cpp +++ b/common/plotters/DXF_plotter.cpp @@ -111,6 +111,8 @@ static const char* getDXFLineType( LINE_STYLE aType ) return "DOTTED"; case LINE_STYLE::DASHDOT: return "DASHDOT"; + case LINE_STYLE::DASHDOTDOT: + return "DIVIDE"; default: wxFAIL_MSG( "Unhandled LINE_STYLE" ); return "CONTINUOUS";