mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-25 03:42:05 +00:00
NEW:[STUDIO-4016] Support motor noise cali for N1
Calibrated motor noise option, N1 supported. And when none of the calibration options are selected, the start calibration button turns gray Change-Id: I991034a13001f840016475171c33218ddc812d35 (cherry picked from commit 7224ccd2a114d553b6234a7d8616d253bef0ced4)
This commit is contained in:
@@ -111,6 +111,7 @@ enum PrinterFunction {
|
||||
FUNC_VIRTUAL_TYAY,
|
||||
FUNC_PRINT_ALL,
|
||||
FUNC_FILAMENT_BACKUP,
|
||||
FUNC_MOTOR_NOISE_CALI,
|
||||
FUNC_MAX
|
||||
};
|
||||
|
||||
@@ -830,7 +831,7 @@ public:
|
||||
|
||||
// calibration printer
|
||||
bool is_support_command_calibration();
|
||||
int command_start_calibration(bool vibration, bool bed_leveling, bool xcam_cali);
|
||||
int command_start_calibration(bool vibration, bool bed_leveling, bool xcam_cali, bool motor_noise);
|
||||
|
||||
// PA calibration
|
||||
int command_start_pa_calibration(const X1CCalibInfos& pa_data, int mode = 0); // 0: automatic mode; 1: manual mode. default: automatic mode
|
||||
|
||||
Reference in New Issue
Block a user