remove level_x_carriage_markdown

issue: MatterHackers/MCCentral#5619
Remove Z-Axis alignment step
This commit is contained in:
Lars Brubaker 2019-05-31 16:47:12 -07:00
parent dff851b0a1
commit 430162e80f
7 changed files with 1 additions and 58 deletions

View file

@ -131,7 +131,6 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
public const string layer_height = nameof(layer_height);
public const string layer_name = nameof(layer_name);
public const string layer_to_pause = nameof(layer_to_pause);
public const string level_x_carriage_markdown = nameof(level_x_carriage_markdown);
public const string leveling_sample_points = nameof(leveling_sample_points);
public const string load_filament_length = nameof(load_filament_length);
public const string load_filament_speed = nameof(load_filament_speed);

View file

@ -199,15 +199,6 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
DefaultValue = "In a few seconds filament should be coming out of the extruder\\n* Wait for the new filament to be coming out with no trace of the previous filament\\n* Click 'Next' when the new filament is running cleanly"
},
new SliceSettingData()
{
SlicerConfigName = SettingsKey.level_x_carriage_markdown,
PresentationName = "Level X Carriage Page".Localize(),
HelpText = "The Markdown that will be shown during print leveling to help get the X carriage level.".Localize(),
DataEditType = DataEditTypes.MARKDOWN_TEXT,
ShowIfSet = "!sla_printer",
DefaultValue = ""
},
new SliceSettingData()
{
SlicerConfigName = SettingsKey.running_clean_1_markdown,
PresentationName = "Extruder 2 Clean Page".Localize(),