Improving z-calibration wizard

Improving materials
This commit is contained in:
Lars Brubaker 2022-03-18 14:06:52 -07:00
parent c91bb5bfe2
commit 7b556918ee
25 changed files with 76 additions and 100 deletions

View file

@ -34,13 +34,17 @@ namespace MatterHackers.MatterControl.ConfigurationPage.PrintLeveling
{
public class GetUltraFineBedHeight : FindBedHeight
{
public GetUltraFineBedHeight(ISetupWizard setupWizard, string pageDescription, List<PrintLevelingWizard.ProbePosition> probePositions,
int probePositionsBeingEditedIndex, LevelingStrings levelingStrings)
public GetUltraFineBedHeight(ISetupWizard setupWizard,
string pageDescription,
List<PrintLevelingWizard.ProbePosition> probePositions,
int probePositionsBeingEditedIndex)
: base(
setupWizard,
pageDescription,
"We will now finalize our measurement of the extruder height at this position.".Localize(),
levelingStrings.FineInstruction2,
LevelingStrings.BelowControlsUltraFineInstructions,
"https://lh3.googleusercontent.com/ZSbsEWr_jrr_2ZDqbcgbhQrC8pZz8y8sfl2Cg_q2u02P51iACGsmuC6clHt_ULiFIgnZ_RiQA2odLcvqBlOsWYHfq488O8KlVZexSyBE=w220",
"Finally click 'Next' to continue.".Localize(),
.02,
probePositions,
probePositionsBeingEditedIndex)