mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 18:27:58 -06: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:
parent
abaebb489a
commit
b5e3899267
3 changed files with 11 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue