Removed dead code.
Make sure bed leveling stays on after export to SD card. Put bridge speed into MatterSlice. Default to slower bridge speed.
This commit is contained in:
parent
47e89e8956
commit
1db346d024
4 changed files with 7 additions and 13 deletions
|
|
@ -243,6 +243,9 @@ namespace MatterHackers.MatterControl
|
|||
}
|
||||
}
|
||||
unleveledGCode.Save(dest);
|
||||
|
||||
// Make sure we turn this back on as it can get turned off by the LevelWizard2Point.ProcessCommand and it was on.
|
||||
ActivePrinterProfile.Instance.DoPrintLeveling = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue