PA per filament

This commit is contained in:
SoftFever 2022-11-05 14:49:37 +08:00
parent 6fb941cf4c
commit ec7a7ff1ff
6 changed files with 30 additions and 17 deletions

View file

@ -47,6 +47,7 @@ public:
std::string set_bed_temperature(std::vector<int> temps_per_bed, int default_temp, bool wait = false);
std::string set_acceleration(unsigned int acceleration);
std::string set_jerk_xy(unsigned int jerk);
std::string set_pressure_advance(double pa) const;
std::string reset_e(bool force = false);
std::string update_progress(unsigned int num, unsigned int tot, bool allow_100 = false) const;
// return false if this extruder was already selected