Merge branch '2.3'

This commit is contained in:
Ghostkeeper 2016-10-31 17:26:51 +01:00
commit 0fa93f2214
3 changed files with 4 additions and 2 deletions

View file

@ -29,7 +29,8 @@ UM.ManagementPage
}
else
{
result.definition = "fdmprinter"
result.definition = "fdmprinter";
result.compatible = true; //NB: Only checks for compatibility in global version of material, but we don't have machine-specific materials anyway.
}
return result
}