fixup
This commit is contained in:
parent
9145c8f59f
commit
690d83a94a
|
|
@ -249,23 +249,19 @@ bool MMU2::VerifyFilamentEnteredPTFE() {
|
||||||
|
|
||||||
TryLoadUnloadProgressbarInit();
|
TryLoadUnloadProgressbarInit();
|
||||||
|
|
||||||
/* The position is basically a triangle wave
|
/* The position is a triangle wave
|
||||||
// current position is not zero, so it is an offset
|
// current position is not zero, it is an offset
|
||||||
// y(x)
|
// y(x)
|
||||||
// ▲
|
// ▲
|
||||||
// │
|
// │ ^◄────────── delta_mm + current_position
|
||||||
// │ ^◄────────── delta_mm - current_position
|
// machine │ / \
|
||||||
// │ / \
|
// position │ / \
|
||||||
// │ / \
|
// (mm) │ / \
|
||||||
// │ / \
|
// │ / \
|
||||||
// machine │ / \
|
// │/ \◄───────current_position
|
||||||
// position (mm)│ / \
|
// └──────────────► x
|
||||||
// │ / \
|
// 0 19
|
||||||
// │ / \
|
// pixel #
|
||||||
// │/ \◄───────current_position
|
|
||||||
// └───────────────────► x
|
|
||||||
// 0 19
|
|
||||||
// pixel #
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
MoveE(delta_mm, MMU2_VERIFY_LOAD_TO_NOZZLE_FEED_RATE);
|
MoveE(delta_mm, MMU2_VERIFY_LOAD_TO_NOZZLE_FEED_RATE);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue