mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
Raft line widths now inherit from line_width
CURA-695
This commit is contained in:
parent
ef9be8a2d8
commit
8a94739de0
1 changed files with 2 additions and 0 deletions
|
@ -1608,6 +1608,7 @@
|
|||
"unit": "mm",
|
||||
"type": "float",
|
||||
"default": 1,
|
||||
"inherit_function": "line_width",
|
||||
"min_value": "0.0001",
|
||||
"max_value_warning": "machine_nozzle_size * 2",
|
||||
"enabled": "adhesion_type == \"raft\"",
|
||||
|
@ -1645,6 +1646,7 @@
|
|||
"type": "float",
|
||||
"default": 1,
|
||||
"min_value": "0.0001",
|
||||
"inherit_function": "line_width",
|
||||
"max_value_warning": "machine_nozzle_size * 2",
|
||||
"enabled": "adhesion_type == \"raft\"",
|
||||
"global_only": "True",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue