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:
parent
61d40457b4
commit
0b9ab80129
3 changed files with 3 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue