mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Fixing GCode Skirt generator after refactoring.
This commit is contained in:
parent
c96fc5eb51
commit
b54ce0d468
2 changed files with 18 additions and 20 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue