Initialize member variables in WipeTower classes #1274

Closed
opened 2026-04-05 17:09:34 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @ianalexis on 12/24/2025

Added explicit initialization for several member variables in WipeTowerWriter and related classes, including m_start_pos, m_current_tool, m_last_fan_speed, m_used_filament_length, and tool_change_start_pos. This improves code clarity and prevents potential uninitialized variable issues.

*Originally created by @ianalexis on 12/24/2025* Added explicit initialization for several member variables in WipeTowerWriter and related classes, including m_start_pos, m_current_tool, m_last_fan_speed, m_used_filament_length, and tool_change_start_pos. This improves code clarity and prevents potential uninitialized variable issues.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OrcaSlicer#1274