mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-22 04:29:01 +08:00
Base curve magnitude is now a float
CURA-10783
This commit is contained in:
parent
3f823d7175
commit
d27a991c7b
@ -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…
x
Reference in New Issue
Block a user