mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-02 16:59:48 +02:00
Fix for normal averaging and hidden parameter for max normal Z angle.
This commit is contained in:
@@ -67,6 +67,10 @@ struct SupportConfig {
|
||||
// The elevation in Z direction upwards. This is the space between the pad
|
||||
// and the model object's bounding box bottom.
|
||||
double object_elevation_mm = 10;
|
||||
|
||||
// The max Z angle for a normal at which it will get completely ignored.
|
||||
double normal_cutoff_angle = 110.0 * M_PI / 180.0;
|
||||
|
||||
};
|
||||
|
||||
struct PoolConfig;
|
||||
|
||||
Reference in New Issue
Block a user