#1153 another small hack to get boolean projection working more generally

This commit is contained in:
Thomas Krijnen
2021-11-02 15:52:51 +01:00
parent 8e529f3f10
commit 3124d306d6
+1 -1
View File
@@ -956,7 +956,7 @@ void SvgSerializer::write(const geometry_data& data) {
auto largest = dx > dy ? dx : dy;
largest = largest > dz ? largest : dz;
if (largest < (1. - 1.e-5)) {
if (subtraction_settings_ != ON_SLABS_AT_FLOORPLANS || largest < (1. - 1.e-5)) {
bool any_in_front_face = false, any_behind_face = false;