mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
reduce the interlocking_boundary_avoidance
The interlocking_boundary_avoidance was a bit larger originally to prevent interlocking structures outside the model for edge cases. But this behaviour is improved a lot, so the boundary avoidance can be reduced, which helps for thin and small structures. PP-283
This commit is contained in:
parent
f1cc551309
commit
5b2fb0c0d9
1 changed files with 1 additions and 1 deletions
|
|
@ -6923,7 +6923,7 @@
|
||||||
"description": "The distance close to the boundary of the print where not to generate an interlocking structure as measued in number of cells times 2. If set to a value lower than the Inerlocking Depth then the interlocking structure can become visible on the outside of the print near the interfaces where two models meet.",
|
"description": "The distance close to the boundary of the print where not to generate an interlocking structure as measued in number of cells times 2. If set to a value lower than the Inerlocking Depth then the interlocking structure can become visible on the outside of the print near the interfaces where two models meet.",
|
||||||
"type": "int",
|
"type": "int",
|
||||||
"enabled": "extruders_enabled_count > 1 and resolveOrValue('interlocking_enable')",
|
"enabled": "extruders_enabled_count > 1 and resolveOrValue('interlocking_enable')",
|
||||||
"default_value": 3,
|
"default_value": 2,
|
||||||
"minimum_value": "0",
|
"minimum_value": "0",
|
||||||
"minimum_value_warning": "resolveOrValue('interlocking_depth')",
|
"minimum_value_warning": "resolveOrValue('interlocking_depth')",
|
||||||
"maximum_value": "10",
|
"maximum_value": "10",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue