More work on sd card printing.

This commit is contained in:
larsbrubaker 2014-06-23 13:18:51 -07:00
parent 16815c97c4
commit f78260fdfc
6 changed files with 65 additions and 24 deletions

View file

@ -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)