mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-02-04 01:48:44 +03:00
Add volumetric speed calibration
This commit is contained in:
@@ -176,6 +176,7 @@ public:
|
||||
void calib_pa_tower(const double StartPA, double EndPA, double PAStep);
|
||||
void calib_flowrate_coarse();
|
||||
void calib_flowrate_fine(const double target_extrusion_multiplier);
|
||||
void calib_max_volumetric_speed(const double StartVS, double EndVS, double VSStep);
|
||||
std::string move_to(const Vec2d &point, double speed, double retract_length, double retract_speed, double height, double retract_lift);
|
||||
std::string move_to(const Vec2d &point, double speed, double retract_length, double retract_speed);
|
||||
std::string move_to(const Vec2d &point, double speed, double e);
|
||||
|
||||
Reference in New Issue
Block a user