Fix role-based fan speeds being lost on layer change (#13390)

This commit is contained in:
Kiss Lorand
2026-05-03 00:24:09 +03:00
committed by GitHub
parent 0c415708d7
commit 0ee62a9662
2 changed files with 7 additions and 1 deletions

View File

@@ -559,6 +559,7 @@ private:
std::string _encode_label_ids_to_base64(std::vector<size_t> ids);
// ORCA: Add support for role based fan speed control
std::array<bool, ExtrusionRole::erCount> m_is_role_based_fan_on;
std::array<int, ExtrusionRole::erCount> m_role_based_fan_marker_layer;
// Markers for the Pressure Equalizer to recognize the extrusion type.
// The Pressure Equalizer removes the markers from the final G-code.
bool m_enable_extrusion_role_markers;