mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Change switch_extruder_extra_prime_amount setting to be more consistent with other
This commit is contained in:
parent
5d41d2cc3d
commit
055dcddd1e
1 changed files with 3 additions and 3 deletions
|
|
@ -2467,12 +2467,12 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"switch_extruder_extra_prime_distance":
|
"switch_extruder_extra_prime_amount":
|
||||||
{
|
{
|
||||||
"label": "Nozzle Switch Extra Prime Distance",
|
"label": "Nozzle Switch Extra Prime Amount",
|
||||||
"description": "Extra material to prime after nozzle switching.",
|
"description": "Extra material to prime after nozzle switching.",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"unit": "mm",
|
"unit": "mm³",
|
||||||
"default_value": 0,
|
"default_value": 0,
|
||||||
"minimum_value_warning": "0",
|
"minimum_value_warning": "0",
|
||||||
"maximum_value_warning": "100",
|
"maximum_value_warning": "100",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue