Adding in an optional x carriage leveling markdown page
This will help get pulse printers leveled better
This commit is contained in:
parent
301bc9e797
commit
55893499cb
5 changed files with 44 additions and 0 deletions
|
|
@ -199,6 +199,15 @@ 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_cariage_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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue