JSON: feat: infill before walls

This commit is contained in:
Tim Kuipers 2015-08-25 16:18:12 +02:00
parent 222eabed8b
commit 4eb37a1cc9

View File

@ -511,6 +511,13 @@
"inherit_function": "math.floor((parent_value + 0.001) / layer_height)"
}
}
},
"infill_before_walls": {
"label": "Infill Before Walls",
"description": "Print the infill before printing the walls. Printing the walls first may lead to more accurate walls, but overhangs print worse. Printing the infill first leads to sturdier walls, but the infill pattern might sometimes show through the surface.",
"type": "boolean",
"default": true,
"visible": false
}
}
},