Check in new settings rebuild gcode rules.

This commit is contained in:
Lars Brubaker 2016-07-18 11:17:57 -07:00
parent b8bacca44d
commit c36918e480
3 changed files with 46 additions and 52 deletions

View file

@ -182,22 +182,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
public event EventHandler ActiveLayerChanged;
public GCodeFile loadedGCode2;
public GCodeFile LoadedGCode
{
get
{
return loadedGCode2;
}
set
{
if(value != loadedGCode2)
{
loadedGCode2 = value;
}
}
}
public GCodeFile LoadedGCode { get; set; }
public int ActiveLayerIndex
{