Fixed a regression that non spiral vase mode was broken. #3091

This commit is contained in:
SoftFever 2023-12-17 20:27:46 +08:00
parent 9acd550a9c
commit 522b8485aa
2 changed files with 11 additions and 7 deletions

View file

@ -37,7 +37,7 @@ public:
private:
const PrintConfig &m_config;
GCodeReader m_reader;
float m_max_xy_smoothing;
float m_max_xy_smoothing = 0.f;
bool m_enabled = false;
// First spiral vase layer. Layer height has to be ramped up from zero to the target layer height.