BBL Port Color Mix Base

This commit is contained in:
Ian Bassi
2026-08-23 22:11:48 +08:00
committed by SoftFever
parent 550e234a37
commit 8fea099d99
75 changed files with 34174 additions and 51 deletions
+4
View File
@@ -58,12 +58,16 @@ private:
wxString BuildTableObjStr();
wxString BuildTextObjStr(bool multi_language = true);
void StoreFlushData(int extruder_num, const std::vector<std::vector<double>>& flush_volume_vecs, const std::vector<double>& flush_multipliers);
// Maps the physical-only matrix shown in the table back onto the full config-indexed matrix.
std::vector<double> ExpandToFullMatrix(const std::vector<double>& sub_matrix, int nozzle_idx) const;
wxWebView* m_webview;
int m_max_flush_volume;
VolumeMatrix m_raw_matrixs;
std::vector<double> m_flush_multipliers;
// Config indices of the physical (non-mixed) filaments, in table order.
std::vector<size_t> m_physical_indices;
bool m_submit_flag{ false };
};