Fixed case statement
This commit is contained in:
parent
83a7d49e32
commit
1d3ea8cf25
1 changed files with 2 additions and 0 deletions
|
|
@ -783,6 +783,8 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
default:
|
||||
#if DEBUG
|
||||
throw new NotImplementedException();
|
||||
#else
|
||||
break;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue