FIX: organic support doesn't work with raft

Fix organic support issues by syncing with Prusa's changes. Thanks to Prusa.

Jira: none

Change-Id: I96fa1a939767bb0b0d2e8a5fd72966bb10a2042e
(cherry picked from commit 89607dc73313e1b5d389674ed2d8f4f358bcb8b9)
This commit is contained in:
Arthur
2023-10-26 19:31:44 +08:00
committed by Lane.Wei
parent b137b4a4ac
commit a006286465
18 changed files with 2815 additions and 1688 deletions

View File

@@ -8,7 +8,7 @@
#include "Geometry/ConvexHull.hpp"
#include "I18N.hpp"
#include "ShortestPath.hpp"
#include "SupportMaterial.hpp"
#include "Support/SupportMaterial.hpp"
#include "Thread.hpp"
#include "Time.hpp"
#include "GCode.hpp"