Fixed for canceling the add button in 3d view

Made 3d gcode color match theme
Updated robo build to have the -1 offset for the probe (565)
This commit is contained in:
larsbrubaker 2014-05-28 11:13:21 -07:00
parent 61d40457b4
commit 0b9ab80129
3 changed files with 3 additions and 2 deletions

View file

@ -235,6 +235,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
renderType |= RenderType.Retractions;
}
GCodeRenderer.ExtrusionColor = ActiveTheme.Instance.PrimaryAccentColor;
gcodeViewWidget.gCodeRenderer.Render3D(0, Math.Min(gcodeViewWidget.ActiveLayerIndex + 1, gcodeViewWidget.LoadedGCode.NumChangesInZ), gcodeViewWidget.TotalTransform, 1, renderType,
gcodeViewWidget.FeatureToStartOnRatio0To1, gcodeViewWidget.FeatureToEndOnRatio0To1);
}