Clarify some setting descriptions

This commit is contained in:
Jaime van Kessel 2018-11-16 13:03:45 +01:00
parent 401a6b5f8b
commit 240ac1f06b
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@
"machine_extruder_start_code": "machine_extruder_start_code":
{ {
"label": "Extruder Start G-Code", "label": "Extruder Start G-Code",
"description": "Start g-code to execute whenever turning the extruder on.", "description": "Start g-code to execute whenever this extruder is switched to.",
"type": "str", "type": "str",
"default_value": "", "default_value": "",
"settable_per_mesh": false, "settable_per_mesh": false,

View File

@ -2406,7 +2406,7 @@
"switch_extruder_retraction_amount": "switch_extruder_retraction_amount":
{ {
"label": "Nozzle Switch Retraction Distance", "label": "Nozzle Switch Retraction Distance",
"description": "The amount of retraction: Set at 0 for no retraction at all. This should generally be the same as the length of the heat zone.", "description": "The amount of retraction when switching extruder. Set to 0 for no retraction at all. This should generally be the same as the length of the heat zone.",
"type": "float", "type": "float",
"unit": "mm", "unit": "mm",
"enabled": "retraction_enable", "enabled": "retraction_enable",