Rename Oem Markdown setting for clarity

This commit is contained in:
John Lewin 2018-07-20 12:19:32 -07:00
parent 07251fb314
commit 1a1f645fc1

View file

@ -98,24 +98,24 @@
},
{
"SlicerConfigName": "trim_filament_markdown",
"PresentationName": "Trim Filament Markdown",
"HelpText": "The markdown that will be show on the trim page of the loading filament wizard.",
"PresentationName": "Trim Filament Page",
"HelpText": "The Markdown that will be shown on the trim page of the loading filament wizard.",
"DataEditType": "MARKDOWN_TEXT",
"ShowIfSet": "!sla_printer",
"DefaultValue": "Trim the end of the filament to ensure a good load. \n![](https://www.matterhackers.com/r/c3zLyf) \nMake sure you trim it at a slight angle"
},
{
"SlicerConfigName": "insert_filament_markdown",
"PresentationName": "Insert Image",
"HelpText": "The markdown to show when explaining inserting.",
"PresentationName": "Insert Filament Page",
"HelpText": "The Markdown that will be shown on the insert Filament page.",
"DataEditType": "MARKDOWN_TEXT",
"ShowIfSet": "!sla_printer",
"DefaultValue": "* Insert filament into the extruder until you feel it start to feed\n * Make sure the filament is all the way into the extruder\n * Hold the filament for several seconds until it catches\n * Test that it is inserted by gently pulling down, there should be some resistance \n* Click 'Continue' \n![](https://lh3.googleusercontent.com/S4eW9-uZ0lgpg_ws9Ss4LmUc_MiXCfHnfJmGVQ0XtOdpvr_XZQLuP5zWGv7eCSM65EbsWIdHVMC40EYL7u8k7LvMP4Y)"
},
{
"SlicerConfigName": "running_clean_markdown",
"PresentationName": "Running Clean Markdown",
"HelpText": "The markdown to show when explaining filament running clean.",
"PresentationName": "Clean Filament Page",
"HelpText": "The Markdown that will be shown on the Clean Filament.",
"DataEditType": "MARKDOWN_TEXT",
"ShowIfSet": "!sla_printer",
"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 'Continue' when the new filament is running cleanly\n## Success! Your new filament should now be loaded"