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:
Ghostkeeper 2016-05-18 12:36:22 +02:00
parent fa81604b89
commit cad6d87a0c
No known key found for this signature in database
GPG key ID: 701948C5954A7385

View file

@ -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\"",