Added new axes comparison

New multipart manager
Added Siemens file manager
This commit is contained in:
Lucio Maranta
2018-08-28 17:10:33 +02:00
parent f131060a76
commit f300423d47
7 changed files with 111 additions and 39 deletions
@@ -228,7 +228,7 @@ namespace Step.Database.Controllers
return dtoShanks;
}
public List<DbNcToolModel> GetMountedTools()
public List<DbNcToolModel> GetMountedTools()
{
List<DbNcToolModel> tools = FindToolsWithDependencies()
.Where(x => x.Shank != null && x.Shank.MagazineId != null)