more calibrations

precise wall
etc

Signed-off-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
SoftFever 2023-02-11 09:55:58 +08:00
parent b69a9663e1
commit 7fe5b84c41
34 changed files with 36895 additions and 98 deletions

View file

@ -231,6 +231,9 @@ public:
// SoftFever
void calib_pa(const Calib_Params& params);
void calib_flowrate(int pass);
void calib_temp(const Calib_Params& params);
void calib_max_vol_speed(const Calib_Params& params);
void calib_VFA(const Calib_Params& params);
//BBS: add only gcode mode
bool only_gcode_mode() { return m_only_gcode; }
@ -715,4 +718,4 @@ private:
} // namespace GUI
} // namespace Slic3r
#endif
#endif