Merge pull request #2308 from smartavionics/mb-relative-extrusion

Add relative_extrusion setting to special modes category.
This commit is contained in:
Lipu Fei 2017-09-11 10:20:45 +02:00 committed by GitHub
commit ab6d90d0a7

View File

@ -5003,6 +5003,17 @@
"enabled": "magic_spiralize", "enabled": "magic_spiralize",
"settable_per_mesh": false, "settable_per_mesh": false,
"settable_per_extruder": false "settable_per_extruder": false
},
"relative_extrusion":
{
"label": "Relative 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. Irrespective of this setting, the extrusion mode will always be set to absolute before any Gcode script is output.",
"type": "bool",
"default_value": false,
"value": "machine_gcode_flavor==\"RepRap (RepRap)\"",
"enabled": true,
"settable_per_mesh": false,
"settable_per_extruder": false
} }
} }
}, },