Assume bridge angle is stored in radians in infill generation. #1917
This commit is contained in:
parent
f7e8a99078
commit
bc101bd93e
3 changed files with 26 additions and 22 deletions
|
@ -14,7 +14,7 @@ class Surface
|
|||
SurfaceType surface_type;
|
||||
double thickness; // in mm
|
||||
unsigned short thickness_layers; // in layers
|
||||
double bridge_angle;
|
||||
double bridge_angle; // in radians, ccw, 0 = East, only 0+ (negative means undefined)
|
||||
unsigned short extra_perimeters;
|
||||
double area() const;
|
||||
bool is_solid() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue