mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-01-09 16:17:57 -07:00
Set higher default multi-material precision
Some checks failed
conan-package-resources / conan-package (push) Has been cancelled
conan-package / conan-package (push) Has been cancelled
printer-linter-format / Printer linter auto format (push) Has been cancelled
unit-test / Run unit tests (push) Has been cancelled
conan-package-resources / signal-curator (push) Has been cancelled
Some checks failed
conan-package-resources / conan-package (push) Has been cancelled
conan-package / conan-package (push) Has been cancelled
printer-linter-format / Printer linter auto format (push) Has been cancelled
unit-test / Run unit tests (push) Has been cancelled
conan-package-resources / signal-curator (push) Has been cancelled
CURA-12584 0.4 is a bit too high, and since the processing has been improved a lot, we can now afford a 0.2
This commit is contained in:
parent
175a72e12b
commit
d5cee01540
1 changed files with 2 additions and 2 deletions
|
|
@ -7923,8 +7923,8 @@
|
|||
"unit": "mm",
|
||||
"type": "float",
|
||||
"enabled": "extruders_enabled_count > 1",
|
||||
"default_value": "0.4",
|
||||
"value": "line_width",
|
||||
"default_value": "0.2",
|
||||
"value": "line_width / 2",
|
||||
"minimum_value": "0.1",
|
||||
"maximum_value": "5",
|
||||
"maximum_value_warning": "line_width * 2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue