feat: add calibration index handling to tray data and update related API and UI components
This commit is contained in:
@ -13,6 +13,7 @@ struct TrayData {
|
||||
int nozzle_temp_min;
|
||||
int nozzle_temp_max;
|
||||
String setting_id;
|
||||
String cali_idx;
|
||||
};
|
||||
|
||||
#define MAX_AMS 17 // 16 normale AMS + 1 externe Spule
|
||||
|
Reference in New Issue
Block a user