mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-12 04:41:51 +08: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
@ -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…
x
Reference in New Issue
Block a user