1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-25 10:15:50 +00:00

Wipe tower: Sparse layers are not included in filament consumption in case that the 'no sparse layers' option is set

This commit is contained in:
Lukas Matena
2019-10-01 11:41:37 +02:00
parent abaebb489a
commit b5e3899267
3 changed files with 11 additions and 5 deletions
+1
View File
@@ -218,6 +218,7 @@ private:
float m_parking_pos_retraction = 0.f;
float m_extra_loading_move = 0.f;
float m_bridging = 0.f;
bool m_no_sparse_layers = false;
bool m_set_extruder_trimpot = false;
bool m_adhesion = true;
GCodeFlavor m_gcode_flavor;