ENABLE_SLOPE_RENDERING set as default
Slope rendering active only when using Gizmo FDM supports
This commit is contained in:
parent
38ddc5fdc4
commit
0f44caa99c
14 changed files with 30 additions and 221 deletions
src/slic3r/GUI
|
@ -236,8 +236,6 @@ public:
|
|||
void set_in_preview(bool preview);
|
||||
// Move to left to avoid colision with variable layer height gizmo
|
||||
void set_move_from_overlay(bool move) { m_move_from_overlay = move; }
|
||||
// or slope visualization gizmo
|
||||
void set_move_from_slope (bool move) { m_move_from_slope = move; }
|
||||
private:
|
||||
//pushes notification into the queue of notifications that are rendered
|
||||
//can be used to create custom notification
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue