mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 00:07:52 -06:00
Fixed a regression that non spiral vase mode was broken. #3091
This commit is contained in:
parent
9acd550a9c
commit
522b8485aa
2 changed files with 11 additions and 7 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue