Fixed GCode waring formating

moved ui out of Pause Handling Stream
added unload option to filament run out screen
added load filament option to unload screen
added resume option to load screen (if printer paused)

issue: MatterHackers/MCCentral#3815
Feature request: Unload filament when filament runs out

issue: MatterHackers/MCCentral#4870
Layout regression in ShowMessageBox

issue: MatterHackers/MCCentral#4864
Last page of unload filament should offer to Load Filament
This commit is contained in:
Lars Brubaker 2019-01-18 09:49:38 -08:00
parent 2e3686b97e
commit 8783edb6f8
8 changed files with 196 additions and 51 deletions

View file

@ -32,6 +32,7 @@ using Markdig.Agg;
using MatterHackers.Agg.Font;
using MatterHackers.Agg.UI;
using MatterHackers.Localizations;
using MatterHackers.MatterControl.CustomWidgets;
using MatterHackers.VectorMath;
namespace MatterHackers.MatterControl
@ -104,7 +105,7 @@ namespace MatterHackers.MatterControl
{
foreach (GuiWidget widget in extraWidgetsToAdd)
{
scrollable.AddChild(widget);
contentRow.AddChild(widget);
}
}