mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Change inheritance for initial layer z overlap
This makes the defaults more accurate. The overlap is a little bigger now. Contributes to issues PL-162, PL-163, PL-164 and PL-165.
This commit is contained in:
parent
fa81604b89
commit
cad6d87a0c
1 changed files with 2 additions and 2 deletions
|
@ -1497,8 +1497,8 @@
|
|||
"description": "Make the first and second layer of the object overlap in the Z direction to compensate for the filament lost in the airgap. All models above the first model layer will be shifted down by this amount.",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
"default": 0.05,
|
||||
"inherit_function": "layer_height / 2",
|
||||
"default": 0.22,
|
||||
"inherit_function": "raft_airgap / 2",
|
||||
"min_value": "0",
|
||||
"max_value_warning": "layer_height",
|
||||
"enabled": "adhesion_type == \"raft\"",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue