re-write flow calibration

This commit is contained in:
SoftFever 2022-12-28 02:14:22 +08:00
parent 2944b6999a
commit 329975518d
27 changed files with 39 additions and 348 deletions

View file

@ -228,7 +228,6 @@ public:
// SoftFever
void calib_pa(bool line_method = true, 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; }