Fixed print recovery test

removed the gcode buffer size variable (it didn't work)
This commit is contained in:
Lars Brubaker 2018-02-21 18:13:05 -08:00
parent ebb0f19c28
commit 859304fd16
12 changed files with 18 additions and 33 deletions

View file

@ -120,7 +120,7 @@ namespace MatterHackers.MatterControl
if (object3D != null)
{
bool RenderOrthographic = UserSettings.Instance.get(UserSettingsKey.ThumbnailRenderingMode) == "raytraced";
bool RenderOrthographic = UserSettings.Instance.get(UserSettingsKey.ThumbnailRenderingMode) == "orthographic";
var thumbnail = ThumbnailEngine.Generate(
object3D,