You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
В момент печати, при изменении FLOW от 100% до 115%, левый экструдер вытащил пластик примерно на 20 мм назад
// the trouble here is that the last milestone will be for the previous multiplier so a change can cause a big blob// so we must change the E last milestone accordingly so it continues smoothly....// change E last milestone to what it would have been if it had used this new multiplierfloat delta = this->volumetric_multiplier / last_scale;
float nm = this->stepper_motor->get_last_milestone() * delta;
this->stepper_motor->change_last_milestone(nm);
The text was updated successfully, but these errors were encountered:
In GitLab by @shvetsandrew on Jul 29, 2020, 13:00
The text was updated successfully, but these errors were encountered: