Make sure we don't block on a bad write to the sqlite database
This commit is contained in:
parent
ebfcbcee3e
commit
e577391772
1 changed files with 1 additions and 1 deletions
|
|
@ -2810,7 +2810,7 @@ namespace MatterHackers.MatterControl.PrinterCommunication
|
|||
activePrintTask.PrintingOffsetZ = (float)babyStepsStream6.Offset.z;
|
||||
try
|
||||
{
|
||||
activePrintTask.Commit();
|
||||
Task.Run(() => activePrintTask.Commit());
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue