mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 01:29:00 +08:00
JSON fix: make base of raft with thicker lines than nozzle size (CURA-695)
This commit is contained in:
parent
482bc21a9f
commit
061cbfe46b
@ -1860,7 +1860,7 @@
|
|||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default_value": 1,
|
"default_value": 1,
|
||||||
"value": "line_width",
|
"value": "line_width * 2",
|
||||||
"minimum_value": "0.0001",
|
"minimum_value": "0.0001",
|
||||||
"maximum_value_warning": "machine_nozzle_size * 2",
|
"maximum_value_warning": "machine_nozzle_size * 2",
|
||||||
"enabled": "adhesion_type == \"raft\"",
|
"enabled": "adhesion_type == \"raft\"",
|
||||||
@ -1898,7 +1898,7 @@
|
|||||||
"type": "float",
|
"type": "float",
|
||||||
"default_value": 1,
|
"default_value": 1,
|
||||||
"minimum_value": "0.0001",
|
"minimum_value": "0.0001",
|
||||||
"value": "line_width",
|
"value": "line_width * 2",
|
||||||
"maximum_value_warning": "machine_nozzle_size * 2",
|
"maximum_value_warning": "machine_nozzle_size * 2",
|
||||||
"enabled": "adhesion_type == \"raft\"",
|
"enabled": "adhesion_type == \"raft\"",
|
||||||
"global_only": "True"
|
"global_only": "True"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user