Got the per layer info to show up in gcode view
Fixed bugs with gcode parsing Moved classes into separate files
This commit is contained in:
parent
ab560448aa
commit
c2d2509195
14 changed files with 500 additions and 200 deletions
|
|
@ -144,12 +144,12 @@ namespace MatterControl.Printing
|
|||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public override double GetLayerHeight()
|
||||
public override double GetLayerHeight(int layerIndex)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public override double GetFirstLayerHeight()
|
||||
public override double GetLayerZOffset(int layerIndex)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue