Rename Oem Markdown setting for clarity
This commit is contained in:
parent
07251fb314
commit
1a1f645fc1
1 changed files with 6 additions and 6 deletions
|
|
@ -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 \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"
|
||||
},
|
||||
{
|
||||
"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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue