ENABLE_SLOPE_RENDERING set as default

Slope rendering active only when using Gizmo FDM supports
This commit is contained in:
enricoturri1966 2020-10-02 15:43:39 +02:00
parent 38ddc5fdc4
commit 0f44caa99c
14 changed files with 30 additions and 221 deletions

View file

@ -29,8 +29,7 @@ struct PrintBoxDetection
struct SlopeDetection
{
bool actived;
// x = yellow, y = red
vec2 z_range;
float normal_z;
mat3 volume_world_normal_matrix;
};