mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-27 10:51:22 +00:00
BBL Port Color Mix Base
This commit is contained in:
@@ -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 };
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user