Fixed case statement

This commit is contained in:
Lars Brubaker 2018-04-04 15:05:06 -07:00
parent 83a7d49e32
commit 1d3ea8cf25

View file

@ -783,6 +783,8 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
default:
#if DEBUG
throw new NotImplementedException();
#else
break;
#endif
}