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:
parent
415b16fd06
commit
d129a75311
16 changed files with 231 additions and 88 deletions
|
|
@ -69,7 +69,7 @@ namespace MatterHackers.MatterControl.ActionBar
|
|||
{
|
||||
UiThread.RunOnIdle(() =>
|
||||
{
|
||||
LoadFilamentWizard.Start(printer, theme, extruderIndex);
|
||||
LoadFilamentWizard.Start(printer, theme, extruderIndex, false);
|
||||
});
|
||||
};
|
||||
loadUnloadButtonRow.AddChild(loadButton);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue