mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 20:05:56 +08:00
Add minimum_value 0 for raft_smoothing
CURA-3854
This commit is contained in:
parent
2ffeaadc46
commit
63ea940680
@ -4109,6 +4109,7 @@
|
|||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default_value": 5,
|
"default_value": 5,
|
||||||
|
"minimum_value": "0",
|
||||||
"minimum_value_warning": "raft_interface_line_width",
|
"minimum_value_warning": "raft_interface_line_width",
|
||||||
"enabled": "resolveOrValue('adhesion_type') == 'raft'",
|
"enabled": "resolveOrValue('adhesion_type') == 'raft'",
|
||||||
"limit_to_extruder": "adhesion_extruder_nr",
|
"limit_to_extruder": "adhesion_extruder_nr",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user