Added Working time on Heads

This commit is contained in:
Nicola Carminati
2019-04-01 15:05:07 +00:00
parent b1ce8f2299
commit 636032419e
4 changed files with 19 additions and 3 deletions
@@ -353,6 +353,7 @@ namespace CMS_CORE_Library.Models
public bool Configured;
public ROTATION Rotation;
public uint WorkedTime;
public ToolInSpindleModel Tool;
}