improving leveling instructions
This commit is contained in:
parent
37a2cf35d8
commit
9d111f67a2
2 changed files with 9 additions and 2 deletions
|
|
@ -70,9 +70,10 @@ namespace MatterHackers.MatterControl.ConfigurationPage.PrintLeveling
|
|||
"Press [Z+] once to release the paper".Localize());
|
||||
|
||||
public static string BelowControlsUltraFineInstructions => string.Format(
|
||||
"\t• {0}\n\t• {1}",
|
||||
"\t• {0}\n\t• {1}\n\t• {2}\n",
|
||||
"Press [Z-] until there is resistance to moving the paper".Localize(),
|
||||
"The ideal resistance is when the paper first begins to bend, but can still be moved\n".Localize());
|
||||
"The ideal resistance is when the paper first begins to bend, but can still be moved.".Localize(),
|
||||
"Be sure you are not pressing down on the bed while moving the paper.".Localize());
|
||||
|
||||
public string GetStepString(int totalSteps)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -505,6 +505,9 @@ Translated:Base Min Off Time
|
|||
English:Baud Rate
|
||||
Translated:Baud Rate
|
||||
|
||||
English:Be sure you are not pressing down on the bed while moving the paper.
|
||||
Translated:Be sure you are not pressing down on the bed while moving the paper.
|
||||
|
||||
English:Bed
|
||||
Translated:Bed
|
||||
|
||||
|
|
@ -5026,6 +5029,9 @@ Translated:The ideal resistance is when the paper first begins to bend
|
|||
English:The ideal resistance is when the paper first begins to bend, but can still be moved\n
|
||||
Translated:The ideal resistance is when the paper first begins to bend, but can still be moved\n
|
||||
|
||||
English:The ideal resistance is when the paper first begins to bend, but can still be moved.
|
||||
Translated:The ideal resistance is when the paper first begins to bend, but can still be moved.
|
||||
|
||||
English:The inset amount for each side of the bed.\n- As a % of the width or depth\n- Ordered: Left, Front, Right, Back\n- NOTE: The probe offset is added on top of this
|
||||
Translated:The inset amount for each side of the bed.\n- As a % of the width or depth\n- Ordered: Left, Front, Right, Back\n- NOTE: The probe offset is added on top of this
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue