Sparse infill repositioned always to the same side

This commit is contained in:
Lukas Matena
2018-03-07 15:34:12 +01:00
parent 76aa134f66
commit f5cf181372
2 changed files with 22 additions and 12 deletions

View File

@@ -336,6 +336,7 @@ private:
size_t m_max_color_changes = 0; // Maximum number of color changes per layer.
bool m_is_first_layer = false;// Is this the 1st layer of the print? If so, print the brim around the waste tower.
bool m_is_last_layer = false;// Is this the last layer of this waste tower?
bool m_layer_parity = false;
// G-code generator parameters.
float m_zhop = 0.5f;