Added debug output to investigate SPE-807

This commit is contained in:
Enrico Turri 2019-02-01 11:54:18 +01:00
parent 405d18a7fa
commit 3e7f76b578
2 changed files with 54 additions and 4 deletions

View file

@ -227,6 +227,10 @@ class GLCanvas3D
public:
Bed();
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
EType get_type() const { return m_type; }
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
bool is_prusa() const;
bool is_custom() const;