mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-27 04:41:06 -07:00
Add minimum_value 0 for raft_smoothing
CURA-3854
This commit is contained in:
parent
2ffeaadc46
commit
63ea940680
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue