mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-31 06:42:07 +00:00
FIX: fix flow ratio fine cali bug
Change-Id: Ice774521bb1ea8ebf37791125f4ba6a04f7ddca2
This commit is contained in:
@@ -125,12 +125,14 @@ public:
|
||||
|
||||
void on_cali_job_finished(wxString evt_data) override;
|
||||
|
||||
void cache_coarse_info(MachineObject *obj);
|
||||
|
||||
protected:
|
||||
void create_pages();
|
||||
|
||||
void on_cali_action(wxCommandEvent& evt);
|
||||
|
||||
void on_cali_start(CaliPresetStage stage = CaliPresetStage::CALI_MANULA_STAGE_NONE, float cali_value = 0.0f);
|
||||
void on_cali_start(CaliPresetStage stage = CaliPresetStage::CALI_MANULA_STAGE_NONE, float cali_value = 0.0f, FlowRatioCaliSource from_page = FlowRatioCaliSource::FROM_PRESET_PAGE);
|
||||
|
||||
void on_cali_save();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user