Input Shaping Damping
Damping Fix spanish comments
This commit is contained in:
@@ -54,7 +54,7 @@ public:
|
||||
// Orca: set acceleration and jerk in one command for Klipper
|
||||
std::string set_accel_and_jerk(unsigned int acceleration, double jerk);
|
||||
std::string set_pressure_advance(double pa) const;
|
||||
std::string set_input_shaping(float freq, float damp) const;
|
||||
std::string set_input_shaping(char axis, float damp, float freq) 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
|
||||
|
||||
Reference in New Issue
Block a user