We can now move all the way through the initial setup on first run

Fixed a bug with timing of injecting regex replacements
moved T (extruder) tracking to queued command stream
check that we have loaded filament on extruder 1

issue: MatterHackers/MCCentral#5029
Don't do actual switch of extruders until there is a pending move command
This commit is contained in:
Lars Brubaker 2019-02-07 14:28:22 -08:00
parent 415b16fd06
commit d129a75311
16 changed files with 231 additions and 88 deletions

View file

@ -69,7 +69,7 @@ namespace MatterHackers.MatterControl.ActionBar
{
UiThread.RunOnIdle(() =>
{
LoadFilamentWizard.Start(printer, theme, extruderIndex);
LoadFilamentWizard.Start(printer, theme, extruderIndex, false);
});
};
loadUnloadButtonRow.AddChild(loadButton);