parent
f76fdc2525
commit
299585d7a9
6 changed files with 6 additions and 6 deletions
|
|
@ -410,7 +410,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage.PrintLeveling
|
|||
public class DoneLoadingPage : WizardPage
|
||||
{
|
||||
public DoneLoadingPage(PrinterSetupWizard setupWizard, int extruderIndex)
|
||||
: base(setupWizard, "Success".Localize(), "Success!\n\nYour filament should now be loaded".Localize())
|
||||
: base(setupWizard, "Filament Loaded".Localize(), "Success!\n\nYour filament should now be loaded".Localize())
|
||||
{
|
||||
if (printer.Connection.Paused)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -161,7 +161,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage.PrintLeveling
|
|||
|
||||
yield return new WizardPage(
|
||||
this,
|
||||
"Overview".Localize(),
|
||||
string.Format("{0} {1}", this.Title, "Overview".Localize()),
|
||||
string.Format(
|
||||
"{0}\n\n{1}\n\n{2}\n\n",
|
||||
"Print Leveling measures the plane of the bed.".Localize(),
|
||||
|
|
|
|||
|
|
@ -228,7 +228,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage.PrintLeveling
|
|||
public class DoneUnloadingPage : WizardPage
|
||||
{
|
||||
public DoneUnloadingPage(PrinterSetupWizard setupWizard, int extruderIndex)
|
||||
: base(setupWizard, "Success".Localize(), "Success!\n\nYour filament should now be unloaded".Localize())
|
||||
: base(setupWizard, "Filament Unloaded".Localize(), "Success!\n\nYour filament should now be unloaded".Localize())
|
||||
{
|
||||
var loadFilamentButton = new TextButton("Load Filament".Localize(), theme)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -138,7 +138,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage.PrintLeveling
|
|||
{
|
||||
yield return new WizardPage(
|
||||
this,
|
||||
"Overview".Localize(),
|
||||
string.Format("{0} {1}", this.Title, "Overview".Localize()),
|
||||
string.Format(
|
||||
"{0}\n\n{1}\n\n{2}\n\n",
|
||||
"Nozzle Calibration measures the distance between hotends.".Localize(),
|
||||
|
|
|
|||
|
|
@ -109,7 +109,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage.PrintLeveling
|
|||
// show what steps will be taken
|
||||
yield return new WizardPage(
|
||||
this,
|
||||
"Overview".Localize(),
|
||||
string.Format("{0} {1}", this.Title, "Overview".Localize()),
|
||||
string.Format(
|
||||
"{0}\n\n{1}\n\n{2}\n\n",
|
||||
"Z Calibration measures the z position of the nozzles.".Localize(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue