mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-09 18:27:00 +00:00
FIX: fix flow ratio fine cali bug
Change-Id: Ice774521bb1ea8ebf37791125f4ba6a04f7ddca2
This commit is contained in:
@@ -11,6 +11,11 @@ enum CaliPresetStage {
|
||||
CALI_MANUAL_STAGE_2,
|
||||
};
|
||||
|
||||
enum FlowRatioCaliSource {
|
||||
FROM_PRESET_PAGE = 0,
|
||||
FROM_COARSE_PAGE,
|
||||
};
|
||||
|
||||
class CaliPresetCaliStagePanel : public wxPanel
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user