Making hot end heat up before probing the bed with the tip

Refactoring - moving classes to individual files
This commit is contained in:
Lars Brubaker 2018-04-10 14:40:19 -07:00
parent b7918347d6
commit 4cb61563d3
24 changed files with 1363 additions and 807 deletions

View file

@ -288,7 +288,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
AddDefaultIfNotPresent(preStartGCode, setBedTempString, preStartGCodeLines, "wait for bed temperature to be reached");
}
int numberOfHeatedExtruders = ActiveSliceSettings.Instance.Helpers.NumberOfHotEnds();
int numberOfHeatedExtruders = ActiveSliceSettings.Instance.Helpers.NumberOfHotends();
// Start heating all the extruder that we are going to use.
for (int extruderIndex0Based = 0; extruderIndex0Based < numberOfHeatedExtruders; extruderIndex0Based++)