mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 07:17:52 -06:00
JSON fix: make base of raft with thicker lines than nozzle size (CURA-695)
This commit is contained in:
parent
482bc21a9f
commit
061cbfe46b
1 changed files with 2 additions and 2 deletions
|
@ -1860,7 +1860,7 @@
|
|||
"unit": "mm",
|
||||
"type": "float",
|
||||
"default_value": 1,
|
||||
"value": "line_width",
|
||||
"value": "line_width * 2",
|
||||
"minimum_value": "0.0001",
|
||||
"maximum_value_warning": "machine_nozzle_size * 2",
|
||||
"enabled": "adhesion_type == \"raft\"",
|
||||
|
@ -1898,7 +1898,7 @@
|
|||
"type": "float",
|
||||
"default_value": 1,
|
||||
"minimum_value": "0.0001",
|
||||
"value": "line_width",
|
||||
"value": "line_width * 2",
|
||||
"maximum_value_warning": "machine_nozzle_size * 2",
|
||||
"enabled": "adhesion_type == \"raft\"",
|
||||
"global_only": "True"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue