More work on sd card printing.
This commit is contained in:
parent
16815c97c4
commit
f78260fdfc
6 changed files with 65 additions and 24 deletions
|
|
@ -361,7 +361,10 @@ namespace MatterHackers.MatterControl.ActionBar
|
|||
|
||||
void onReprintButton_Click(object sender, MouseEventArgs mouseEvent)
|
||||
{
|
||||
PrintActivePart();
|
||||
UiThread.RunOnIdle((state) =>
|
||||
{
|
||||
PrintActivePart();
|
||||
});
|
||||
}
|
||||
|
||||
private void onStateChanged(object sender, EventArgs e)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue