mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 23:37:51 -06:00
JSON: made retraction prime amount have mm3 unit (CURA-415)
This commit is contained in:
parent
4ef0dc822e
commit
a13de5a489
1 changed files with 1 additions and 1 deletions
|
@ -664,7 +664,7 @@
|
||||||
"retraction_extra_prime_amount": {
|
"retraction_extra_prime_amount": {
|
||||||
"label": "Retraction Extra Prime Amount",
|
"label": "Retraction Extra Prime Amount",
|
||||||
"description": "The amount of material extruded after unretracting. During a retracted travel material might get lost and so we need to compensate for this.",
|
"description": "The amount of material extruded after unretracting. During a retracted travel material might get lost and so we need to compensate for this.",
|
||||||
"unit": "mm",
|
"unit": "mm³",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default": 0,
|
"default": 0,
|
||||||
"visible": false,
|
"visible": false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue