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:
parent
bc76fec428
commit
6fbc87acf0
4 changed files with 36 additions and 41 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue