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:
parent
1d58cb3651
commit
8b2bf97324
4 changed files with 32 additions and 41 deletions
|
|
@ -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>();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue