v2.11 🏺 Vase Mode 🏺
Vase Mode
Previously, peviewing models sliced in 'spiral vase' mode would suffer lagging or would even lock up. But not anymore, thanks to a fix by @raulodev.
The issue was the creation of a new layer in memory for every increase in Z. Since spiral vase mode causes every gcode command to have a slight increased Z, this could cause hundreds of thousands layers to be allocated. The fix defines a threshold value for creating a new layer. Meaning that gcode commands to be grouped together in a layer until the Z reaches the threshold.
The default threshold is 0.05mm meaning that nothing changes for most gcode files.
To override the default there is a new option: minLayerTreshold
.