|
@@ -267,7 +267,7 @@ Layer::make_fills()
|
|
|
/// Initially all slices are of type S_TYPE_INTERNAL.
|
|
|
/// Slices are compared against the top / bottom slices and regions and classified to the following groups:
|
|
|
/// S_TYPE_TOP - Part of a region, which is not covered by any upper layer. This surface will be filled with a top solid infill.
|
|
|
-/// S_TYPE_BOTTOMBRIDGE - Part of a region, which is not fully supported, but it hangs in the air, or it hangs losely on a support or a raft.
|
|
|
+/// S_TYPE_BOTTOM | S_TYPE_BRIDGE - Part of a region, which is not fully supported, but it hangs in the air, or it hangs losely on a support or a raft.
|
|
|
/// S_TYPE_BOTTOM - Part of a region, which is not supported by the same region, but it is supported either by another region, or by a soluble interface layer.
|
|
|
/// S_TYPE_INTERNAL - Part of a region, which is supported by the same region type.
|
|
|
/// If a part of a region is of S_TYPE_BOTTOM and S_TYPE_TOP, the S_TYPE_BOTTOM wins.
|