Restore command line "TEST" functionality
This commit is contained in:
parent
c0c2cd9d6a
commit
92d08ae395
1 changed files with 4 additions and 0 deletions
|
|
@ -99,6 +99,10 @@ namespace MatterHackers.MatterControl
|
|||
string commandUpper = command.ToUpper();
|
||||
switch (commandUpper)
|
||||
{
|
||||
case "TEST":
|
||||
CheckKnownAssemblyConditionalCompSymbols();
|
||||
return;
|
||||
|
||||
case "FORCE_SOFTWARE_RENDERING":
|
||||
forceSofwareRendering = true;
|
||||
GL.ForceSoftwareRendering();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue