Making hot end heat up before probing the bed with the tip
Refactoring - moving classes to individual files
This commit is contained in:
parent
b7918347d6
commit
4cb61563d3
24 changed files with 1363 additions and 807 deletions
|
|
@ -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++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue