Tweak relative_extrusion label and blurb.

This commit is contained in:
Mark Burton 2017-08-23 13:57:46 +01:00
parent d536630501
commit 2e60a4a589

View File

@ -4922,8 +4922,8 @@
}, },
"relative_extrusion": "relative_extrusion":
{ {
"label": "Use Relative Extrusion", "label": "Relative Extrusion",
"description": "Use relative extrusion rather than absolute extrusion. Before, Cura always used absolute extrusion. Most printers can cope with either relative or absolute extrusion.", "description": "Use relative extrusion rather than absolute extrusion. Using relative E-steps makes for easier post-processing of the Gcode. However, it's not supported by all printers and it may produce very slight deviations in the amount of deposited material compared to absolute E-steps.",
"type": "bool", "type": "bool",
"default_value": false, "default_value": false,
"value": "machine_gcode_flavor==\"RepRap (RepRap)\"", "value": "machine_gcode_flavor==\"RepRap (RepRap)\"",