fixed baby step stream to have the right offsets

refactoring for clarity
fixing warnings
issue: MatterHackers/MatterControl#4560
Cannot move up in z calibration wizard
This commit is contained in:
Lars Brubaker 2019-05-22 10:28:27 -07:00
parent bc76fec428
commit 6fbc87acf0
4 changed files with 36 additions and 41 deletions

View file

@ -307,7 +307,7 @@ namespace MatterHackers.MatterControl.Library.Export
if (levelingEnabled
&& !LevelingValidation.NeedsToBeRun(printer))
{
accumulatedStream = new PrintLevelingStream(printer, accumulatedStream, false);
accumulatedStream = new PrintLevelingStream(printer, accumulatedStream);
}
if (printer.Settings.GetValue<bool>(SettingsKey.emulate_endstops))