Added restore from dictionary to Tool and templateAttrs for their retreival.

This commit is contained in:
Markus Lampert
2017-09-12 22:03:15 -07:00
committed by wmayer
parent 677a149614
commit 1dd18cc970
7 changed files with 188 additions and 90 deletions

View File

@@ -92,6 +92,8 @@ namespace Path
double CuttingEdgeAngle;
double CuttingEdgeHeight;
static const char* TypeName(ToolType typ);
static const char* MaterialName(ToolMaterial mat);
};
/** The representation of a table of tools */