Check in new settings rebuild gcode rules.
This commit is contained in:
parent
b8bacca44d
commit
c36918e480
3 changed files with 46 additions and 52 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue