mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-09-02 06:51:46 -06:00
Base curve magnitude is now a float
CURA-10783
This commit is contained in:
parent
3f823d7175
commit
d27a991c7b
1 changed files with 1 additions and 1 deletions
|
@ -6714,7 +6714,7 @@
|
||||||
{
|
{
|
||||||
"label": "Prime Tower Base Curve Magnitude",
|
"label": "Prime Tower Base Curve Magnitude",
|
||||||
"description": "The magnitude factor used for the curve of the prime tower foot.",
|
"description": "The magnitude factor used for the curve of the prime tower foot.",
|
||||||
"type": "int",
|
"type": "float",
|
||||||
"enabled": "resolveOrValue('prime_tower_enable') and (resolveOrValue('prime_tower_brim_enable') or resolveOrValue('adhesion_type') == 'raft')",
|
"enabled": "resolveOrValue('prime_tower_enable') and (resolveOrValue('prime_tower_brim_enable') or resolveOrValue('adhesion_type') == 'raft')",
|
||||||
"default_value": 4,
|
"default_value": 4,
|
||||||
"minimum_value": "0",
|
"minimum_value": "0",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue