Adding in an optional x carriage leveling markdown page

This will help get pulse printers leveled better
This commit is contained in:
Lars Brubaker 2019-04-04 10:35:38 -07:00
parent 301bc9e797
commit 55893499cb
5 changed files with 44 additions and 0 deletions

View file

@ -131,6 +131,7 @@ 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_cariage_markdown = nameof(level_x_cariage_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);