mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 14:44:13 -06:00
Add comment that absolute extrusion mode will always be set before start and end gcode.
This commit is contained in:
parent
2e60a4a589
commit
58e2d07cbd
1 changed files with 1 additions and 1 deletions
|
@ -4923,7 +4923,7 @@
|
||||||
"relative_extrusion":
|
"relative_extrusion":
|
||||||
{
|
{
|
||||||
"label": "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.",
|
"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 the start and end Gcode are output.",
|
||||||
"type": "bool",
|
"type": "bool",
|
||||||
"default_value": false,
|
"default_value": false,
|
||||||
"value": "machine_gcode_flavor==\"RepRap (RepRap)\"",
|
"value": "machine_gcode_flavor==\"RepRap (RepRap)\"",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue