flow calibration first version

Port from SuperSlicer
This commit is contained in:
SoftFever 2022-12-26 18:35:04 +08:00
parent 53f3b8b009
commit 72f23ed5a8
40 changed files with 441 additions and 1 deletions

View file

@ -227,6 +227,8 @@ public:
// SoftFever
void calib_pa(bool bowden = false);
void calib_flowrate(int pass);
ModelObject* add_part(ModelObject* model_object, std::string input_file, Vec3d move, Vec3d scale);
//BBS: add only gcode mode
bool only_gcode_mode() { return m_only_gcode; }