mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 10:17:55 -06:00
ENH: calibration: filaments compatibility
Change-Id: Ibdbf25905b7f0fff2371247437624ec4645b35ee
This commit is contained in:
parent
0cad88309c
commit
257e2e0bbb
4 changed files with 217 additions and 160 deletions
|
@ -32,10 +32,11 @@ struct PrinterCaliInfo
|
|||
std::string dev_id;
|
||||
CalibMode mode;
|
||||
CalibState state;
|
||||
std::string filament_preset;
|
||||
std::vector<int> tray_ids;
|
||||
float nozzle_dia;
|
||||
int bed_type;
|
||||
//std::string filament_preset;
|
||||
//std::vector<int> tray_ids;
|
||||
std::map<int, std::string> filament_presets;
|
||||
//float nozzle_dia;
|
||||
//int bed_type;
|
||||
};
|
||||
|
||||
struct Calib_Params
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue