making the loading filament wizard use markdown rather than images

issue: MatterHackers/MCCentral#3878
Clarify what 'grabbing filament' really means during initial filament load
This commit is contained in:
Lars Brubaker 2018-07-17 14:32:56 -07:00
parent 7eedd3c400
commit 5e9d4363ce
10 changed files with 40 additions and 49 deletions

View file

@ -97,28 +97,28 @@
"DefaultValue": "100%"
},
{
"SlicerConfigName": "trim_image",
"PresentationName": "Trim Image",
"HelpText": "The image to show when explaining trimming.",
"DataEditType": "WIDE_STRING",
"SlicerConfigName": "trim_filament_markdown",
"PresentationName": "Trim Filament Markdown",
"HelpText": "The markdown that will be show on the trim page of the loading filament wizard.",
"DataEditType": "MARKDOWN_TEXT",
"ShowIfSet": "!sla_printer",
"DefaultValue": "https://lh3.googleusercontent.com/7vFs0ih2mGseQBKo-0gHnzaT2SsuAPgeRuqFlVKG23c4brFnIaA2nlYIg8BUcdI-mVaDAadgu5bdBv_jZ69VOi3mYw"
"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_image",
"SlicerConfigName": "insert_filament_markdown",
"PresentationName": "Insert Image",
"HelpText": "The image to show when explaining inserting.",
"DataEditType": "WIDE_STRING",
"HelpText": "The markdown to show when explaining inserting.",
"DataEditType": "MARKDOWN_TEXT",
"ShowIfSet": "!sla_printer",
"DefaultValue": "https://lh3.googleusercontent.com/S4eW9-uZ0lgpg_ws9Ss4LmUc_MiXCfHnfJmGVQ0XtOdpvr_XZQLuP5zWGv7eCSM65EbsWIdHVMC40EYL7u8k7LvMP4Y"
"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_image",
"PresentationName": "Running Clean Image",
"HelpText": "The image to show when explaining filament running clean.",
"DataEditType": "WIDE_STRING",
"SlicerConfigName": "running_clean_markdown",
"PresentationName": "Running Clean Markdown",
"HelpText": "The markdown to show when explaining filament running clean.",
"DataEditType": "MARKDOWN_TEXT",
"ShowIfSet": "!sla_printer",
"DefaultValue": ""
"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"
},
{
"SlicerConfigName": "bottom_solid_layers",
@ -717,14 +717,6 @@
"DefaultValue": "3 Point Plane",
"RebuildGCodeOnChange": false
},
{
"SlicerConfigName": "clean_nozzle_image",
"PresentationName": "Clean Nozzle Image",
"HelpText": "The image to show when explaining leveling and calibration.",
"DataEditType": "WIDE_STRING",
"ShowIfSet": "!has_hardware_leveling",
"DefaultValue": "clean_nozzle.png"
},
{
"SlicerConfigName": "print_leveling_required_to_print",
"PresentationName": "Require Leveling To Print",