Fixing GCode Skirt generator after refactoring.

This commit is contained in:
bubnikv 2020-01-14 14:24:38 +01:00
parent c96fc5eb51
commit b54ce0d468
2 changed files with 18 additions and 20 deletions

View file

@ -366,7 +366,7 @@ private:
#endif /* HAS_PRESSURE_EQUALIZER */
std::unique_ptr<WipeTowerIntegration> m_wipe_tower;
// Heights at which the skirt has already been extruded.
// Heights (print_z) at which the skirt has already been extruded.
std::vector<coordf_t> m_skirt_done;
// Has the brim been extruded already? Brim is being extruded only for the first object of a multi-object print.
bool m_brim_done;