mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 02:07:54 -06:00
FIX: fix flow ratio fine cali bug
Change-Id: Ice774521bb1ea8ebf37791125f4ba6a04f7ddca2
This commit is contained in:
parent
ce9561c6f8
commit
fe5312af46
3 changed files with 26 additions and 5 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue