Fixed print recovery test
removed the gcode buffer size variable (it didn't work)
This commit is contained in:
parent
ebb0f19c28
commit
859304fd16
12 changed files with 18 additions and 33 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue