Fixing problems with heating extruder 2

issue: MatterHackers/MCCentral#5044
When printing only with extruder 2, MC waits for extruder 1 to heat to 0 degrees

issue: MatterHackers/MCCentral#5043
Load filament wizard for filament 2 does not finish
This commit is contained in:
Lars Brubaker 2019-02-08 17:53:32 -08:00
parent 1d58cb3651
commit 8b2bf97324
4 changed files with 32 additions and 41 deletions

View file

@ -46,7 +46,6 @@ namespace MatterControl.Printing
private double filamentUsedMmCache = 0;
private double diameterOfFilamentUsedMmCache = 0;
private List<double> layerZOffset = new List<double>();
private List<double> layerHeights = new List<double>();
private List<PrinterMachineInstruction> GCodeCommandQueue = new List<PrinterMachineInstruction>();