Fix forgotten separation between header and body

I copied these over from a piece where they had a different layout.

Contributes to issue CURA-5710.
This commit is contained in:
Ghostkeeper 2018-09-17 14:43:17 +02:00
parent 1bf05e6701
commit 816c3cbd11
No known key found for this signature in database
GPG key ID: 5252B696FB5E7C7A

View file

@ -47,7 +47,8 @@ The support infill lines can now be rotated to increase the supporting capabilit
*Minimum polygon circumference
Polygons in sliced layers that have a circumference smaller than the setting value will be filtered out. Lower values lead to higher resolution meshes at the cost of increased slicing time. This setting is ideal for very tiny prints with a lot of detail, or for SLA printers. Contributed by cubiq.
*Initial layer support line distance. This setting enables the user to reduce or increase the density of the support initial layer in order to increase or reduce adhesion to the build plate and the overall strength.
*Initial layer support line distance
This setting enables the user to reduce or increase the density of the support initial layer in order to increase or reduce adhesion to the build plate and the overall strength.
*Extra infill wall line count
Adds extra walls around infill. Contributed by BagelOrb.