mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 16:59:01 +08: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
@ -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.",
|
"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",
|
"unit": "mm",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default": 0.05,
|
"default": 0.22,
|
||||||
"inherit_function": "layer_height / 2",
|
"inherit_function": "raft_airgap / 2",
|
||||||
"min_value": "0",
|
"min_value": "0",
|
||||||
"max_value_warning": "layer_height",
|
"max_value_warning": "layer_height",
|
||||||
"enabled": "adhesion_type == \"raft\"",
|
"enabled": "adhesion_type == \"raft\"",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user