Fixed the 3d gcode view stopping correct rendering.

Removed MatterRepair from project
Renaming
This commit is contained in:
larsbrubaker 2014-10-11 08:13:26 -07:00
parent b8b3370eb6
commit b90177e4e0
3 changed files with 2 additions and 23 deletions

View file

@ -301,7 +301,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
}
if (gcodeViewWidget.HideExtruderOffsets)
{
renderType |= RenderType.DrawUsingExtruderOffsets;
renderType |= RenderType.HideExtruderOffsets;
}
return renderType;